HEX: #467249
RGB: (70,114,73)
#467249 contains red, green and blue colors in about the same proportion. Web safe color of #467249 is #336633 (or #363).
#467249 color RGB value is (70,114,73).
RGB: (70,114,73)
(27%, 45%, 29%)
R 70 of 255 = 27%
G 114 of 255 = 45%
B 73 of 255 = 29%
R + G + B ~ 34%. #467249 is quite dark color.
R + G + B = 70 + 114 + 73 = 257 (100%)
R 70 of 257 ~ 27.24%
G 114 of 257 ~ 44.36%
B 73 of 257 ~ 28.4'%
#467249 color CMYK value is (39,0,36,55).
CMYK: (39,0,36,55) C39M0Y36K55 (39%,0%,36%,55%) (0.39/0.00/0.36/0.55)
Color #467249 in popluar color models
46 | 72 | 49 | |
---|---|---|---|
RGB | 70 | 114 | 73 |
HSL | 124° | 23.91% | 36.08% |
HSB/HSV | 124° | 38.60% | 44.71% |
CMYK | 38.60% | 0.00% | 35.96% |
55.29% |
Color #467249 in popluar number systems.
HEX | 46 | 72 | 49 |
Decimal | 70 | 114 | 73 |
Binary | 1000110 | 1110010 | 1001001 |
Octal | 106 | 162 | 111 |
Shades of #467249
Tints of #467249
Examples of css and html codes for elements with #467249 color. Also use rgb(70,114,73) instead hex code.
.myTextColor { color: #467249; }
<p style="color:#467249">This sample text font color is #467249.</p>
This text font color is #467249.
.myBgColor { background-color: #467249; }
<div style="background-color:#467249">Inner text</div>
This div background color is #467249.
.myBorderColor { border: 1px solid #467249; }
<div style="border:3px solid #467249">Div</div>
This div border color is #467249.
.myOpacity80 { color: #467249; opacity: 0.8; }
<p style="color:#467249;opacity:0.8;">80%</p>
Text with #467249 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #467249;}
<p style="text-shadow: 3px 3px 1px #467249">Text here.</p>
This text has shadow with #467249 color.
.textShadow {text-shadow: 3px 3px 1px #467249', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #467249, 5px 5px 20px red">Text here.</p>
This text has shadow with #467249 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#467249, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#467249, Direction=45, Strength=4)">Text</p>
This text has shadow with #467249 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #467249;
-webkit-box-shadow: 1px 1px 3px 2px #467249;
box-shadow: 1px 1px 3px 2px #467249;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #467249; -webkit-box-shadow: 1px 1px 3px 2px #467249; box-shadow:1px 1px 3px 2px #467249;">
Div content here
</div>
This text has color #467249 on black background.
This text has color #467249 on white background.
This text has black color on #467249 background.
This text has white color on #467249 background.
Complementary color for #hex is #B98DB6.