Shades of Corduroy #3F534C
Tints of Corduroy #3F534C
RGB
CMYK
RGB Variations
Color information
#3F534C (or 0x3F534C) is known color: Corduroy. HEX triplet: 3F, 53 and 4C. RGB value is (63,83,76). Sum of RGB (Red+Green+Blue) = 63+83+76=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #3F534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F534C is #C0ACB3. Grayscale: #4C4C4C. Windows color (decimal): -12627124 or 5002047. OLE color: 5002047.
HSL color Cylindrical-coordinate representation of color #3F534C: hue angle of 159º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F534C is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 76 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.67 |
| HSL | 159º | 0.14% | 0.29% | - |
| HSV(B) | 159º | 0.24% | 0.33% | - |
| XYZ | 6.45 | 7.77 | 8 | - |
| YUV | 76.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 76 | 0.24 | 0 | 0.08 | 0.67 | 159 | 0.14 | 0.29 |
| Hex | 3F | 53 | 4C | 18 | 0 | 8 | 43 | 9F | E | 1D |
| Octal | 77 | 123 | 114 | 30 | 0 | 10 | 103 | 237 | 16 | 35 |
| Binary | 111111 | 1010011 | 1001100 | 11000 | 0 | 1000 | 1000011 | 10011111 | 1110 | 11101 |
Color Harmonies of #3F534C
Complementary color
Monochromatic Colors of #3F534C
Black with #3F534C
Text Example
Text Example
White with #3F534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F534C; }
p { color: rgb(63,83,76); }
H1.HeaderClassName
{
color: #3F534C;
}
.AnyTagClassName
{
color: #3F534C;
}
</style>
background-color css
<style>
a { background-color: #3F534C; }
a { background-color: rgb(63,83,76); }
div.DivClassName
{
background-color: #3F534C;
}
.BgClassName
{
background-color: #3F534C;
}
</style>
border-color css
<style>
span { border-color: #3F534C; }
span { border-color: rgb(63,83,76); }
td.TdClassName
{
border-color: #3F534C;
}
.TagClassName
{
border-color: #3F534C;
}
</style>