Html Css Color HEX #3D4C47 Corduroy

📋 copy color: '#3D4C47'

red 61 ◦ green 76 ◦ blue 71

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

Shades of Corduroy #3D4C47

Tints of Corduroy #3D4C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

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

R = 29.33%
G = 36.54%
B = 34.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#3D4C47 (or 0x3D4C47) is known color: Corduroy. HEX triplet: 3D, 4C and 47. RGB value is (61,76,71). Sum of RGB (Red+Green+Blue) = 61+76+71=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C47 is #C2B3B8. Grayscale: #464646. Windows color (decimal): -12759993 or 4672573. OLE color: 4672573.

HSL color Cylindrical-coordinate representation of color #3D4C47: hue angle of 160º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D4C47 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 76 71 -
CMYK 0.20 0 0.07 0.70
HSL 160º 0.11% 0.27% -
HSV(B) 160º 0.2% 0.3% -
XYZ 5.65 6.62 6.94 -
YUV 70.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 61 76 71 0.20 0 0.07 0.70 160 0.11 0.27
Hex 3D 4C 47 14 0 7 46 A0 B 1B
Octal 75 114 107 24 0 7 106 240 13 33
Binary 111101 1001100 1000111 10100 0 111 1000110 10100000 1011 11011

Color Harmonies of #3D4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4C47

Black with #3D4C47

Text Example


Text Example

White with #3D4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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