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