Shades of Corduroy #3F534E
Tints of Corduroy #3F534E
RGB
CMYK
RGB Variations
Color information
#3F534E (or 0x3F534E) is known color: Corduroy. HEX triplet: 3F, 53 and 4E. RGB value is (63,83,78). Sum of RGB (Red+Green+Blue) = 63+83+78=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #3F534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F534E is #C0ACB1. Grayscale: #4C4C4C. Windows color (decimal): -12627122 or 5133119. OLE color: 5133119.
HSL color Cylindrical-coordinate representation of color #3F534E: hue angle of 165º 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 #3F534E is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 78 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.67 |
| HSL | 165º | 0.14% | 0.29% | - |
| HSV(B) | 165º | 0.24% | 0.33% | - |
| XYZ | 6.52 | 7.79 | 8.37 | - |
| YUV | 76.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 78 | 0.24 | 0 | 0.06 | 0.67 | 165 | 0.14 | 0.29 |
| Hex | 3F | 53 | 4E | 18 | 0 | 6 | 43 | A5 | E | 1D |
| Octal | 77 | 123 | 116 | 30 | 0 | 6 | 103 | 245 | 16 | 35 |
| Binary | 111111 | 1010011 | 1001110 | 11000 | 0 | 110 | 1000011 | 10100101 | 1110 | 11101 |
Color Harmonies of #3F534E
Complementary color
Monochromatic Colors of #3F534E
Black with #3F534E
Text Example
Text Example
White with #3F534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F534E; }
p { color: rgb(63,83,78); }
H1.HeaderClassName
{
color: #3F534E;
}
.AnyTagClassName
{
color: #3F534E;
}
</style>
background-color css
<style>
a { background-color: #3F534E; }
a { background-color: rgb(63,83,78); }
div.DivClassName
{
background-color: #3F534E;
}
.BgClassName
{
background-color: #3F534E;
}
</style>
border-color css
<style>
span { border-color: #3F534E; }
span { border-color: rgb(63,83,78); }
td.TdClassName
{
border-color: #3F534E;
}
.TagClassName
{
border-color: #3F534E;
}
</style>