HEX: #06420D
RGB: (6,66,13)
#06420D contains mainly green and blue colors. Web safe color of #06420D is #003300 (or #030).
#06420D color RGB value is (6,66,13).
RGB: (6,66,13)
(2%, 26%, 5%)
R 6 of 255 = 2%
G 66 of 255 = 26%
B 13 of 255 = 5%
R + G + B ~ 11%. #06420D is dark color.
R + G + B = 6 + 66 + 13 = 85 (100%)
R 6 of 85 ~ 7.06%
G 66 of 85 ~ 77.65%
B 13 of 85 ~ 15.29'%
#06420D color CMYK value is (91,0,80,74).
CMYK: (91,0,80,74)
C91M0Y80K74 (91%, 0%, 80%, 74%)
(0.91 / 0.00 / 0.80 / 0.74)
Color #06420D in popluar color models
06 | 42 | 0D | |
---|---|---|---|
RGB | 6 | 66 | 13 |
HSL | 127° | 83.33% | 14.12% |
HSB/HSV | 127° | 90.91% | 25.88% |
CMYK | 90.91% | 0.00% | 80.30% |
74.12% |
Color #06420D in popluar number systems.
HEX | 06 | 42 | 0D |
Decimal | 6 | 66 | 13 |
Binary | 110 | 1000010 | 1101 |
Octal | 6 | 102 | 15 |
Shades of #06420D
Tints of #06420D
Examples of css and html codes for elements with #06420D color. Also use rgb(6,66,13) instead hex code.
.myTextColor { color: #06420D; }
<p style="color:#06420D">This sample text font color is #06420D.</p>
This text font color is #06420D.
.myBgColor { background-color: #06420D; }
<div style="background-color:#06420D">Inner text</div>
This div background color is #06420D.
.myBorderColor { border: 1px solid #06420D; }
<div style="border:3px solid #06420D">Div</div>
This div border color is #06420D.
.myOpacity80 { color: #06420D; opacity: 0.8; }
<p style="color:#06420D;opacity:0.8;">80%</p>
Text with #06420D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06420D;}
<p style="text-shadow: 3px 3px 1px #06420D">Text here.</p>
This text has shadow with #06420D color.
.textShadow {text-shadow: 3px 3px 1px #06420D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06420D, 5px 5px 20px red">Text here.</p>
This text has shadow with #06420D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06420D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06420D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06420D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06420D;
-webkit-box-shadow: 1px 1px 3px 2px #06420D;
box-shadow: 1px 1px 3px 2px #06420D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06420D; -webkit-box-shadow: 1px 1px 3px 2px #06420D; box-shadow:1px 1px 3px 2px #06420D;">
Div content here
</div>
This text has color #06420D on black background.
This text has color #06420D on white background.
This text has black color on #06420D background.
This text has white color on #06420D background.
Complementary color for #hex is #F9BDF2.