HEX: #466306
RGB: (70,99,6)
#466306 contains mainly red and green colors. Web safe color of #466306 is #336600 (or #360).
#466306 color RGB value is (70,99,6).
RGB: (70,99,6)
(27%, 39%, 2%)
R 70 of 255 = 27%
G 99 of 255 = 39%
B 6 of 255 = 2%
R + G + B ~ 23%. #466306 is dark color.
R + G + B = 70 + 99 + 6 = 175 (100%)
R 70 of 175 ~ 40%
G 99 of 175 ~ 56.57%
B 6 of 175 ~ 3.43'%
#466306 color CMYK value is (29,0,94,61).
CMYK: (29,0,94,61) C29M0Y94K61 (29%,0%,94%,61%) (0.29/0.00/0.94/0.61)
Color #466306 in popluar color models
46 | 63 | 06 | |
---|---|---|---|
RGB | 70 | 99 | 6 |
HSL | 79° | 88.57% | 20.59% |
HSB/HSV | 79° | 93.94% | 38.82% |
CMYK | 29.29% | 0.00% | 93.94% |
61.18% |
Color #466306 in popluar number systems.
HEX | 46 | 63 | 06 |
Decimal | 70 | 99 | 6 |
Binary | 1000110 | 1100011 | 110 |
Octal | 106 | 143 | 6 |
Shades of #466306
Tints of #466306
Examples of css and html codes for elements with #466306 color. Also use rgb(70,99,6) instead hex code.
.myTextColor { color: #466306; }
<p style="color:#466306">This sample text font color is #466306.</p>
This text font color is #466306.
.myBgColor { background-color: #466306; }
<div style="background-color:#466306">Inner text</div>
This div background color is #466306.
.myBorderColor { border: 1px solid #466306; }
<div style="border:3px solid #466306">Div</div>
This div border color is #466306.
.myOpacity80 { color: #466306; opacity: 0.8; }
<p style="color:#466306;opacity:0.8;">80%</p>
Text with #466306 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466306;}
<p style="text-shadow: 3px 3px 1px #466306">Text here.</p>
This text has shadow with #466306 color.
.textShadow {text-shadow: 3px 3px 1px #466306', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466306, 5px 5px 20px red">Text here.</p>
This text has shadow with #466306 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466306, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466306, Direction=45, Strength=4)">Text</p>
This text has shadow with #466306 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #466306;
-webkit-box-shadow: 1px 1px 3px 2px #466306;
box-shadow: 1px 1px 3px 2px #466306;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #466306; -webkit-box-shadow: 1px 1px 3px 2px #466306; box-shadow:1px 1px 3px 2px #466306;">
Div content here
</div>
This text has color #466306 on black background.
This text has color #466306 on white background.
This text has black color on #466306 background.
This text has white color on #466306 background.
Complementary color for #hex is #B99CF9.