Html Css Color HEX #3D4947 Corduroy

📋 copy color: '#3D4947'

red 61 ◦ green 73 ◦ blue 71

#3D4947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #3D4947

Tints of Corduroy #3D4947

RGB

 RED value IS 61 (24.22% from 255) = 29.76%

 GREEN value IS 73 (28.91% from 255) = 35.61%

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 29.76%
G = 35.61%
B = 34.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3D4947 (or 0x3D4947) is known color: Corduroy. HEX triplet: 3D, 49 and 47. RGB value is (61,73,71). Sum of RGB (Red+Green+Blue) = 61+73+71=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4947 is #C2B6B8. Grayscale: #454545. Windows color (decimal): -12760761 or 4671805. OLE color: 4671805.

HSL color Cylindrical-coordinate representation of color #3D4947: hue angle of 170º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D4947 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 73 71 -
CMYK 0.16 0 0.03 0.71
HSL 170º 0.09% 0.26% -
HSV(B) 170º 0.16% 0.29% -
XYZ 5.44 6.21 6.87 -
YUV 69.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 61 73 71 0.16 0 0.03 0.71 170 0.09 0.26
Hex 3D 49 47 10 0 3 47 AA 9 1A
Octal 75 111 107 20 0 3 107 252 11 32
Binary 111101 1001001 1000111 10000 0 11 1000111 10101010 1001 11010

Color Harmonies of #3D4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4947

Black with #3D4947

Text Example


Text Example

White with #3D4947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D4947; }

 p { color: rgb(61,73,71); }

 H1.HeaderClassName
 {
   color: #3D4947;
 }
 .AnyTagClassName
 {
   color: #3D4947;
 }
</style>

background-color css

<style>
 a { background-color: #3D4947; }

 a { background-color: rgb(61,73,71); }

 div.DivClassName
 {
   background-color: #3D4947;
 }
 .BgClassName
 {
   background-color: #3D4947;
 }
</style>

border-color css

<style>
 span { border-color: #3D4947; }

 span { border-color: rgb(61,73,71); }

 td.TdClassName
 {
   border-color: #3D4947;
 }
 .TagClassName
 {
   border-color: #3D4947;
 }
</style>