HEX: #489433
RGB: (72,148,51)
#489433 contains mainly green color. Web safe color of #489433 is #339933 (or #393).
#489433 color RGB value is (72,148,51).
RGB: (72,148,51) (28%,58%,20%)
R 72 of 255 = 28%
G 148 of 255 = 58%
B 51 of 255 = 20%
R + G + B ~ 35%. #489433 is quite dark color.
R + G + B =
72 + 148 + 51 = 271 (100%)
R 72 of 271 ~ 26.57%
G 148 of 271 ~ 54.61%
B 51 of 271 ~ 18.82%
#489433 color CMYK value is (51,0,66,42).
CMYK: (51,0,66,42) C51M0Y66K42 (51%,0%,66%,42%) (0.51/0.00/0.66/0.42)
48 | 94 | 33 | |
---|---|---|---|
RGB | 72 | 148 | 51 |
HSL | 107° | 48.74% | 39.02% |
HSB/HSV | 107° | 65.54% | 58.04% |
CMYK | 51.35% | 0.00% | 65.54% |
41.96% |
HEX | 48 | 94 | 33 |
Decimal | 72 | 148 | 51 |
Binary | 1001000 | 10010100 | 110011 |
Octal | 110 | 224 | 63 |
Examples of css and html codes for elements with #489433 color. Also use rgb(72,148,51) instead hex code.
.myTextColor { color: #489433; }
<p style="color:#489433">This sample text font color is #489433.</p>
This text font color is #489433.
.myBgColor { background-color: #489433; }
<div style="background-color:#489433">Inner text</div>
This div background color is #489433.
.myBorderColor { border: 1px solid #489433; }
<div style="border:3px solid #489433">Div</div>
This div border color is #489433.
.myOpacity80 { color: #489433; opacity: 0.8; }
<p style="color:#489433;opacity:0.8;">80%</p>
Text with #489433 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #489433;}
<p style="text-shadow: 3px 3px 1px #489433">Text here.</p>
This text has shadow with #489433 color.
.textShadow {text-shadow: 3px 3px 1px #489433, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #489433, 5px 5px 20px red">Text here.</p>
This text has shadow with #489433 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#489433, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#489433, Direction=45, Strength=4)">Text</p>
This text has shadow with #489433 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #489433; -webkit-box-shadow: 1px 1px 3px 2px #489433; box-shadow: 1px 1px 3px 2px #489433; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #489433; -webkit-box-shadow: 1px 1px 3px 2px #489433; box-shadow:1px 1px 3px 2px #489433;">
Div content here</div>
This text has color #489433 on black background.
This text has color #489433 on white background.
This text has black color on #489433 background.
This text has white color on #489433 background.