HEX: #489821
RGB: (72,152,33)
#489821 contains mainly green color. Web safe color of #489821 is #339933 (or #393).
#489821 color RGB value is (72,152,33).
RGB: (72,152,33) (28%,60%,13%)
R 72 of 255 = 28%
G 152 of 255 = 60%
B 33 of 255 = 13%
R + G + B ~ 34%. #489821 is quite dark color.
R + G + B =
72 + 152 + 33 = 257 (100%)
R 72 of 257 ~ 28.02%
G 152 of 257 ~ 59.14%
B 33 of 257 ~ 12.84%
#489821 color CMYK value is (53,0,78,40).
CMYK: (53,0,78,40) C53M0Y78K40 (53%,0%,78%,40%) (0.53/0.00/0.78/0.40)
48 | 98 | 21 | |
---|---|---|---|
RGB | 72 | 152 | 33 |
HSL | 100° | 64.32% | 36.27% |
HSB/HSV | 100° | 78.29% | 59.61% |
CMYK | 52.63% | 0.00% | 78.29% |
40.39% |
HEX | 48 | 98 | 21 |
Decimal | 72 | 152 | 33 |
Binary | 1001000 | 10011000 | 100001 |
Octal | 110 | 230 | 41 |
Examples of css and html codes for elements with #489821 color. Also use rgb(72,152,33) instead hex code.
.myTextColor { color: #489821; }
<p style="color:#489821">This sample text font color is #489821.</p>
This text font color is #489821.
.myBgColor { background-color: #489821; }
<div style="background-color:#489821">Inner text</div>
This div background color is #489821.
.myBorderColor { border: 1px solid #489821; }
<div style="border:3px solid #489821">Div</div>
This div border color is #489821.
.myOpacity80 { color: #489821; opacity: 0.8; }
<p style="color:#489821;opacity:0.8;">80%</p>
Text with #489821 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #489821;}
<p style="text-shadow: 3px 3px 1px #489821">Text here.</p>
This text has shadow with #489821 color.
.textShadow {text-shadow: 3px 3px 1px #489821, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #489821, 5px 5px 20px red">Text here.</p>
This text has shadow with #489821 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#489821, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#489821, Direction=45, Strength=4)">Text</p>
This text has shadow with #489821 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #489821; -webkit-box-shadow: 1px 1px 3px 2px #489821; box-shadow: 1px 1px 3px 2px #489821; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #489821; -webkit-box-shadow: 1px 1px 3px 2px #489821; box-shadow:1px 1px 3px 2px #489821;">
Div content here</div>
This text has color #489821 on black background.
This text has color #489821 on white background.
This text has black color on #489821 background.
This text has white color on #489821 background.