HEX: #466137
RGB: (70,97,55)
#466137 contains red, green and blue colors in about the same proportion. Web safe color of #466137 is #336633 (or #363).
#466137 color RGB value is (70,97,55).
RGB: (70,97,55) (27%,38%,22%)
R 70 of 255 = 27%
G 97 of 255 = 38%
B 55 of 255 = 22%
R + G + B ~ 29%. #466137 is quite dark color.
R + G + B =
70 + 97 + 55 = 222 (100%)
R 70 of 222 ~ 31.53%
G 97 of 222 ~ 43.69%
B 55 of 222 ~ 24.77%
#466137 color CMYK value is (28,0,43,62).
CMYK: (28,0,43,62) C28M0Y43K62 (28%,0%,43%,62%) (0.28/0.00/0.43/0.62)
46 | 61 | 37 | |
---|---|---|---|
RGB | 70 | 97 | 55 |
HSL | 99° | 27.63% | 29.80% |
HSB/HSV | 99° | 43.30% | 38.04% |
CMYK | 27.84% | 0.00% | 43.30% |
61.96% |
HEX | 46 | 61 | 37 |
Decimal | 70 | 97 | 55 |
Binary | 1000110 | 1100001 | 110111 |
Octal | 106 | 141 | 67 |
Examples of css and html codes for elements with #466137 color. Also use rgb(70,97,55) instead hex code.
.myTextColor { color: #466137; }
<p style="color:#466137">This sample text font color is #466137.</p>
This text font color is #466137.
.myBgColor { background-color: #466137; }
<div style="background-color:#466137">Inner text</div>
This div background color is #466137.
.myBorderColor { border: 1px solid #466137; }
<div style="border:3px solid #466137">Div</div>
This div border color is #466137.
.myOpacity80 { color: #466137; opacity: 0.8; }
<p style="color:#466137;opacity:0.8;">80%</p>
Text with #466137 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466137;}
<p style="text-shadow: 3px 3px 1px #466137">Text here.</p>
This text has shadow with #466137 color.
.textShadow {text-shadow: 3px 3px 1px #466137, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466137, 5px 5px 20px red">Text here.</p>
This text has shadow with #466137 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466137, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466137, Direction=45, Strength=4)">Text</p>
This text has shadow with #466137 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466137; -webkit-box-shadow: 1px 1px 3px 2px #466137; box-shadow: 1px 1px 3px 2px #466137; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #466137; -webkit-box-shadow: 1px 1px 3px 2px #466137; box-shadow:1px 1px 3px 2px #466137;">
Div content here</div>
This text has color #466137 on black background.
This text has color #466137 on white background.
This text has black color on #466137 background.
This text has white color on #466137 background.