HEX: #489489
RGB: (72,148,137)
#489489 contains mainly green and blue colors. Web safe color of #489489 is #339999 (or #399).
#489489 color RGB value is (72,148,137).
RGB: (72,148,137)
(28%, 58%, 54%)
R 72 of 255 = 28%
G 148 of 255 = 58%
B 137 of 255 = 54%
R + G + B ~ 47%. #489489 is middle color (not dark and not light).
R + G + B = 72 + 148 + 137 = 357 (100%)
R 72 of 357 ~ 20.17%
G 148 of 357 ~ 41.46%
B 137 of 357 ~ 38.38'%
#489489 color CMYK value is (51,0,7,42).
CMYK: (51,0,7,42) C51M0Y7K42 (51%,0%,7%,42%) (0.51/0.00/0.07/0.42)
Color #489489 in popluar color models
48 | 94 | 89 | |
---|---|---|---|
RGB | 72 | 148 | 137 |
HSL | 171° | 34.55% | 43.14% |
HSB/HSV | 171° | 51.35% | 58.04% |
CMYK | 51.35% | 0.00% | 7.43% |
41.96% |
Color #489489 in popluar number systems.
HEX | 48 | 94 | 89 |
Decimal | 72 | 148 | 137 |
Binary | 1001000 | 10010100 | 10001001 |
Octal | 110 | 224 | 211 |
Shades of #489489
Tints of #489489
Examples of css and html codes for elements with #489489 color. Also use rgb(72,148,137) instead hex code.
.myTextColor { color: #489489; }
<p style="color:#489489">This sample text font color is #489489.</p>
This text font color is #489489.
.myBgColor { background-color: #489489; }
<div style="background-color:#489489">Inner text</div>
This div background color is #489489.
.myBorderColor { border: 1px solid #489489; }
<div style="border:3px solid #489489">Div</div>
This div border color is #489489.
.myOpacity80 { color: #489489; opacity: 0.8; }
<p style="color:#489489;opacity:0.8;">80%</p>
Text with #489489 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #489489;}
<p style="text-shadow: 3px 3px 1px #489489">Text here.</p>
This text has shadow with #489489 color.
.textShadow {text-shadow: 3px 3px 1px #489489', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #489489, 5px 5px 20px red">Text here.</p>
This text has shadow with #489489 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#489489, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#489489, Direction=45, Strength=4)">Text</p>
This text has shadow with #489489 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #489489;
-webkit-box-shadow: 1px 1px 3px 2px #489489;
box-shadow: 1px 1px 3px 2px #489489;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #489489; -webkit-box-shadow: 1px 1px 3px 2px #489489; box-shadow:1px 1px 3px 2px #489489;">
Div content here
</div>
This text has color #489489 on black background.
This text has color #489489 on white background.
This text has black color on #489489 background.
This text has white color on #489489 background.
Complementary color for #hex is #B76B76.