Html Css Color HEX #3F4C47 Corduroy

📋 copy color: '#3F4C47'

red 63 ◦ green 76 ◦ blue 71

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

Shades of Corduroy #3F4C47

Tints of Corduroy #3F4C47

RGB

 RED value IS 63 (25% from 255) = 30%

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

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

R = 30%
G = 36.19%
B = 33.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#3F4C47 (or 0x3F4C47) is known color: Corduroy. HEX triplet: 3F, 4C and 47. RGB value is (63,76,71). Sum of RGB (Red+Green+Blue) = 63+76+71=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C47 is #C0B3B8. Grayscale: #474747. Windows color (decimal): -12628921 or 4672575. OLE color: 4672575.

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

Color convert

RGB 63 76 71 -
CMYK 0.17 0 0.07 0.70
HSL 156.92º 0.09% 0.27% -
HSV(B) 156.92º 0.17% 0.3% -
XYZ 5.77 6.68 6.95 -
YUV 71.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 63 76 71 0.17 0 0.07 0.70 156.92 0.09 0.27
Hex 3F 4C 47 11 0 7 46 9D 9 1B
Octal 77 114 107 21 0 7 106 235 11 33
Binary 111111 1001100 1000111 10001 0 111 1000110 10011101 1001 11011

Color Harmonies of #3F4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4C47

Black with #3F4C47

Text Example


Text Example

White with #3F4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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