HEX: #488873
RGB: (72,136,115)
#488873 contains mainly green and blue colors. Web safe color of #488873 is #339966 (or #396).
#488873 color RGB value is (72,136,115).
RGB: (72,136,115)
(28%, 53%, 45%)
R 72 of 255 = 28%
G 136 of 255 = 53%
B 115 of 255 = 45%
R + G + B ~ 42%. #488873 is middle color (not dark and not light).
R + G + B = 72 + 136 + 115 = 323 (100%)
R 72 of 323 ~ 22.29%
G 136 of 323 ~ 42.11%
B 115 of 323 ~ 35.6'%
#488873 color CMYK value is (47,0,15,47).
CMYK: (47,0,15,47) C47M0Y15K47 (47%,0%,15%,47%) (0.47/0.00/0.15/0.47)
Color #488873 in popluar color models
48 | 88 | 73 | |
---|---|---|---|
RGB | 72 | 136 | 115 |
HSL | 160° | 30.77% | 40.78% |
HSB/HSV | 160° | 47.06% | 53.33% |
CMYK | 47.06% | 0.00% | 15.44% |
46.67% |
Color #488873 in popluar number systems.
HEX | 48 | 88 | 73 |
Decimal | 72 | 136 | 115 |
Binary | 1001000 | 10001000 | 1110011 |
Octal | 110 | 210 | 163 |
Shades of #488873
Tints of #488873
Examples of css and html codes for elements with #488873 color. Also use rgb(72,136,115) instead hex code.
.myTextColor { color: #488873; }
<p style="color:#488873">This sample text font color is #488873.</p>
This text font color is #488873.
.myBgColor { background-color: #488873; }
<div style="background-color:#488873">Inner text</div>
This div background color is #488873.
.myBorderColor { border: 1px solid #488873; }
<div style="border:3px solid #488873">Div</div>
This div border color is #488873.
.myOpacity80 { color: #488873; opacity: 0.8; }
<p style="color:#488873;opacity:0.8;">80%</p>
Text with #488873 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488873;}
<p style="text-shadow: 3px 3px 1px #488873">Text here.</p>
This text has shadow with #488873 color.
.textShadow {text-shadow: 3px 3px 1px #488873', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488873, 5px 5px 20px red">Text here.</p>
This text has shadow with #488873 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488873, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488873, Direction=45, Strength=4)">Text</p>
This text has shadow with #488873 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #488873;
-webkit-box-shadow: 1px 1px 3px 2px #488873;
box-shadow: 1px 1px 3px 2px #488873;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488873; -webkit-box-shadow: 1px 1px 3px 2px #488873; box-shadow:1px 1px 3px 2px #488873;">
Div content here
</div>
This text has color #488873 on black background.
This text has color #488873 on white background.
This text has black color on #488873 background.
This text has white color on #488873 background.
Complementary color for #hex is #B7778C.