Shades of Corduroy #3F534F
Tints of Corduroy #3F534F
RGB
CMYK
RGB Variations
Color information
#3F534F (or 0x3F534F) is known color: Corduroy. HEX triplet: 3F, 53 and 4F. RGB value is (63,83,79). Sum of RGB (Red+Green+Blue) = 63+83+79=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #3F534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F534F is #C0ACB0. Grayscale: #4C4C4C. Windows color (decimal): -12627121 or 5198655. OLE color: 5198655.
HSL color Cylindrical-coordinate representation of color #3F534F: hue angle of 168º 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 #3F534F is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 79 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.67 |
| HSL | 168º | 0.14% | 0.29% | - |
| HSV(B) | 168º | 0.24% | 0.33% | - |
| XYZ | 6.55 | 7.81 | 8.56 | - |
| YUV | 76.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 79 | 0.24 | 0 | 0.05 | 0.67 | 168 | 0.14 | 0.29 |
| Hex | 3F | 53 | 4F | 18 | 0 | 5 | 43 | A8 | E | 1D |
| Octal | 77 | 123 | 117 | 30 | 0 | 5 | 103 | 250 | 16 | 35 |
| Binary | 111111 | 1010011 | 1001111 | 11000 | 0 | 101 | 1000011 | 10101000 | 1110 | 11101 |
Color Harmonies of #3F534F
Complementary color
Monochromatic Colors of #3F534F
Black with #3F534F
Text Example
Text Example
White with #3F534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F534F; }
p { color: rgb(63,83,79); }
H1.HeaderClassName
{
color: #3F534F;
}
.AnyTagClassName
{
color: #3F534F;
}
</style>
background-color css
<style>
a { background-color: #3F534F; }
a { background-color: rgb(63,83,79); }
div.DivClassName
{
background-color: #3F534F;
}
.BgClassName
{
background-color: #3F534F;
}
</style>
border-color css
<style>
span { border-color: #3F534F; }
span { border-color: rgb(63,83,79); }
td.TdClassName
{
border-color: #3F534F;
}
.TagClassName
{
border-color: #3F534F;
}
</style>