HEX: #488D62
RGB: (72,141,98)
#488D62 contains mainly green and blue colors. Web safe color of #488D62 is #339966 (or #396).
#488D62 color RGB value is (72,141,98).
RGB: (72,141,98)
(28%, 55%, 38%)
R 72 of 255 = 28%
G 141 of 255 = 55%
B 98 of 255 = 38%
R + G + B ~ 40%. #488D62 is middle color (not dark and not light).
R + G + B = 72 + 141 + 98 = 311 (100%)
R 72 of 311 ~ 23.15%
G 141 of 311 ~ 45.34%
B 98 of 311 ~ 31.51'%
#488D62 color CMYK value is (49,0,30,45).
CMYK: (49,0,30,45)
C49M0Y30K45 (49%, 0%, 30%, 45%)
(0.49 / 0.00 / 0.30 / 0.45)
Color #488D62 in popluar color models
48 | 8D | 62 | |
---|---|---|---|
RGB | 72 | 141 | 98 |
HSL | 143° | 32.39% | 41.76% |
HSB/HSV | 143° | 48.94% | 55.29% |
CMYK | 48.94% | 0.00% | 30.50% |
44.71% |
Color #488D62 in popluar number systems.
HEX | 48 | 8D | 62 |
Decimal | 72 | 141 | 98 |
Binary | 1001000 | 10001101 | 1100010 |
Octal | 110 | 215 | 142 |
Shades of #488D62
Tints of #488D62
Examples of css and html codes for elements with #488D62 color. Also use rgb(72,141,98) instead hex code.
.myTextColor { color: #488D62; }
<p style="color:#488D62">This sample text font color is #488D62.</p>
This text font color is #488D62.
.myBgColor { background-color: #488D62; }
<div style="background-color:#488D62">Inner text</div>
This div background color is #488D62.
.myBorderColor { border: 1px solid #488D62; }
<div style="border:3px solid #488D62">Div</div>
This div border color is #488D62.
.myOpacity80 { color: #488D62; opacity: 0.8; }
<p style="color:#488D62;opacity:0.8;">80%</p>
Text with #488D62 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488D62;}
<p style="text-shadow: 3px 3px 1px #488D62">Text here.</p>
This text has shadow with #488D62 color.
.textShadow {text-shadow: 3px 3px 1px #488D62', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488D62, 5px 5px 20px red">Text here.</p>
This text has shadow with #488D62 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488D62, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488D62, Direction=45, Strength=4)">Text</p>
This text has shadow with #488D62 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #488D62;
-webkit-box-shadow: 1px 1px 3px 2px #488D62;
box-shadow: 1px 1px 3px 2px #488D62;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488D62; -webkit-box-shadow: 1px 1px 3px 2px #488D62; box-shadow:1px 1px 3px 2px #488D62;">
Div content here
</div>
This text has color #488D62 on black background.
This text has color #488D62 on white background.
This text has black color on #488D62 background.
This text has white color on #488D62 background.
Complementary color for #hex is #B7729D.