Shades of Corduroy #3F504D
Tints of Corduroy #3F504D
RGB
CMYK
RGB Variations
Color information
#3F504D (or 0x3F504D) is known color: Corduroy. HEX triplet: 3F, 50 and 4D. RGB value is (63,80,77). Sum of RGB (Red+Green+Blue) = 63+80+77=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #3F504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F504D is #C0AFB2. Grayscale: #4A4A4A. Windows color (decimal): -12627891 or 5066815. OLE color: 5066815.
HSL color Cylindrical-coordinate representation of color #3F504D: hue angle of 169.41º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F504D is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 77 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.69 |
| HSL | 169.41º | 0.12% | 0.28% | - |
| HSV(B) | 169.41º | 0.21% | 0.31% | - |
| XYZ | 6.26 | 7.33 | 8.11 | - |
| YUV | 74.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 77 | 0.21 | 0 | 0.04 | 0.69 | 169.41 | 0.12 | 0.28 |
| Hex | 3F | 50 | 4D | 15 | 0 | 4 | 45 | A9 | C | 1C |
| Octal | 77 | 120 | 115 | 25 | 0 | 4 | 105 | 251 | 14 | 34 |
| Binary | 111111 | 1010000 | 1001101 | 10101 | 0 | 100 | 1000101 | 10101001 | 1100 | 11100 |
Color Harmonies of #3F504D
Complementary color
Monochromatic Colors of #3F504D
Black with #3F504D
Text Example
Text Example
White with #3F504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F504D; }
p { color: rgb(63,80,77); }
H1.HeaderClassName
{
color: #3F504D;
}
.AnyTagClassName
{
color: #3F504D;
}
</style>
background-color css
<style>
a { background-color: #3F504D; }
a { background-color: rgb(63,80,77); }
div.DivClassName
{
background-color: #3F504D;
}
.BgClassName
{
background-color: #3F504D;
}
</style>
border-color css
<style>
span { border-color: #3F504D; }
span { border-color: rgb(63,80,77); }
td.TdClassName
{
border-color: #3F504D;
}
.TagClassName
{
border-color: #3F504D;
}
</style>