HEX: #466736
RGB: (70,103,54)
#466736 contains red, green and blue colors in about the same proportion. Web safe color of #466736 is #336633 (or #363).
#466736 color RGB value is (70,103,54).
RGB: (70,103,54) (27%,40%,21%)
R 70 of 255 = 27%
G 103 of 255 = 40%
B 54 of 255 = 21%
R + G + B ~ 29%. #466736 is quite dark color.
R + G + B =
70 + 103 + 54 = 227 (100%)
R 70 of 227 ~ 30.84%
G 103 of 227 ~ 45.37%
B 54 of 227 ~ 23.79%
#466736 color CMYK value is (32,0,48,60).
CMYK: (32,0,48,60) C32M0Y48K60 (32%,0%,48%,60%) (0.32/0.00/0.48/0.60)
46 | 67 | 36 | |
---|---|---|---|
RGB | 70 | 103 | 54 |
HSL | 100° | 31.21% | 30.78% |
HSB/HSV | 100° | 47.57% | 40.39% |
CMYK | 32.04% | 0.00% | 47.57% |
59.61% |
HEX | 46 | 67 | 36 |
Decimal | 70 | 103 | 54 |
Binary | 1000110 | 1100111 | 110110 |
Octal | 106 | 147 | 66 |
Examples of css and html codes for elements with #466736 color. Also use rgb(70,103,54) instead hex code.
.myTextColor { color: #466736; }
<p style="color:#466736">This sample text font color is #466736.</p>
This text font color is #466736.
.myBgColor { background-color: #466736; }
<div style="background-color:#466736">Inner text</div>
This div background color is #466736.
.myBorderColor { border: 1px solid #466736; }
<div style="border:3px solid #466736">Div</div>
This div border color is #466736.
.myOpacity80 { color: #466736; opacity: 0.8; }
<p style="color:#466736;opacity:0.8;">80%</p>
Text with #466736 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466736;}
<p style="text-shadow: 3px 3px 1px #466736">Text here.</p>
This text has shadow with #466736 color.
.textShadow {text-shadow: 3px 3px 1px #466736, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466736, 5px 5px 20px red">Text here.</p>
This text has shadow with #466736 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466736, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466736, Direction=45, Strength=4)">Text</p>
This text has shadow with #466736 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466736; -webkit-box-shadow: 1px 1px 3px 2px #466736; box-shadow: 1px 1px 3px 2px #466736; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #466736; -webkit-box-shadow: 1px 1px 3px 2px #466736; box-shadow:1px 1px 3px 2px #466736;">
Div content here</div>
This text has color #466736 on black background.
This text has color #466736 on white background.
This text has black color on #466736 background.
This text has white color on #466736 background.