HEX: #424006
RGB: (66,64,6)
#424006 contains mainly red and green colors. Web safe color of #424006 is #333300 (or #330).
#424006 color RGB value is (66,64,6).
RGB: (66,64,6) (26%,25%,2%)
R 66 of 255 = 26%
G 64 of 255 = 25%
B 6 of 255 = 2%
R + G + B ~ 18%. #424006 is dark color.
R + G + B =
66 + 64 + 6 = 136 (100%)
R 66 of 136 ~ 48.53%
G 64 of 136 ~ 47.06%
B 6 of 136 ~ 4.41%
#424006 color CMYK value is (0,3,91,74).
CMYK: (0,3,91,74) C0M3Y91K74 (0%,3%,91%,74%) (0.00/0.03/0.91/0.74)
42 | 40 | 06 | |
---|---|---|---|
RGB | 66 | 64 | 6 |
HSL | 58° | 83.33% | 14.12% |
HSB/HSV | 58° | 90.91% | 25.88% |
CMYK | 0.00% | 3.03% | 90.91% |
74.12% |
HEX | 42 | 40 | 06 |
Decimal | 66 | 64 | 6 |
Binary | 1000010 | 1000000 | 110 |
Octal | 102 | 100 | 6 |
Examples of css and html codes for elements with #424006 color. Also use rgb(66,64,6) instead hex code.
.myTextColor { color: #424006; }
<p style="color:#424006">This sample text font color is #424006.</p>
This text font color is #424006.
.myBgColor { background-color: #424006; }
<div style="background-color:#424006">Inner text</div>
This div background color is #424006.
.myBorderColor { border: 1px solid #424006; }
<div style="border:3px solid #424006">Div</div>
This div border color is #424006.
.myOpacity80 { color: #424006; opacity: 0.8; }
<p style="color:#424006;opacity:0.8;">80%</p>
Text with #424006 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #424006;}
<p style="text-shadow: 3px 3px 1px #424006">Text here.</p>
This text has shadow with #424006 color.
.textShadow {text-shadow: 3px 3px 1px #424006, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #424006, 5px 5px 20px red">Text here.</p>
This text has shadow with #424006 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#424006, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#424006, Direction=45, Strength=4)">Text</p>
This text has shadow with #424006 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #424006; -webkit-box-shadow: 1px 1px 3px 2px #424006; box-shadow: 1px 1px 3px 2px #424006; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #424006; -webkit-box-shadow: 1px 1px 3px 2px #424006; box-shadow:1px 1px 3px 2px #424006;">
Div content here</div>
This text has color #424006 on black background.
This text has color #424006 on white background.
This text has black color on #424006 background.
This text has white color on #424006 background.