Shades of Corduroy #3E4743
Tints of Corduroy #3E4743
RGB
CMYK
RGB Variations
Color information
#3E4743 (or 0x3E4743) is known color: Corduroy. HEX triplet: 3E, 47 and 43. RGB value is (62,71,67). Sum of RGB (Red+Green+Blue) = 62+71+67=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #3E4743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4743 is #C1B8BC. Grayscale: #434343. Windows color (decimal): -12695741 or 4409150. OLE color: 4409150.
HSL color Cylindrical-coordinate representation of color #3E4743: hue angle of 153.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E4743 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 71 | 67 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.72 |
| HSL | 153.33º | 0.07% | 0.26% | - |
| HSV(B) | 153.33º | 0.13% | 0.28% | - |
| XYZ | 5.25 | 5.94 | 6.18 | - |
| YUV | 67.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 67 | 0.13 | 0 | 0.06 | 0.72 | 153.33 | 0.07 | 0.26 |
| Hex | 3E | 47 | 43 | D | 0 | 6 | 48 | 99 | 7 | 1A |
| Octal | 76 | 107 | 103 | 15 | 0 | 6 | 110 | 231 | 7 | 32 |
| Binary | 111110 | 1000111 | 1000011 | 1101 | 0 | 110 | 1001000 | 10011001 | 111 | 11010 |
Color Harmonies of #3E4743
Complementary color
Monochromatic Colors of #3E4743
Black with #3E4743
Text Example
Text Example
White with #3E4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4743; }
p { color: rgb(62,71,67); }
H1.HeaderClassName
{
color: #3E4743;
}
.AnyTagClassName
{
color: #3E4743;
}
</style>
background-color css
<style>
a { background-color: #3E4743; }
a { background-color: rgb(62,71,67); }
div.DivClassName
{
background-color: #3E4743;
}
.BgClassName
{
background-color: #3E4743;
}
</style>
border-color css
<style>
span { border-color: #3E4743; }
span { border-color: rgb(62,71,67); }
td.TdClassName
{
border-color: #3E4743;
}
.TagClassName
{
border-color: #3E4743;
}
</style>