HEX: #518979
RGB: (81,137,121)
#518979 contains red, green and blue colors in about the same proportion. Web safe color of #518979 is #669966 (or #696).
#518979 color RGB value is (81,137,121).
RGB: (81,137,121)
(32%, 54%, 47%)
R 81 of 255 = 32%
G 137 of 255 = 54%
B 121 of 255 = 47%
R + G + B ~ 44%. #518979 is middle color (not dark and not light).
R + G + B = 81 + 137 + 121 = 339 (100%)
R 81 of 339 ~ 23.89%
G 137 of 339 ~ 40.41%
B 121 of 339 ~ 35.69'%
#518979 color CMYK value is (41,0,12,46).
CMYK: (41,0,12,46)
C41M0Y12K46 (41%, 0%, 12%, 46%)
(0.41 / 0.00 / 0.12 / 0.46)
Color #518979 in popluar color models
51 | 89 | 79 | |
---|---|---|---|
RGB | 81 | 137 | 121 |
HSL | 163° | 25.69% | 42.75% |
HSB/HSV | 163° | 40.88% | 53.73% |
CMYK | 40.88% | 0.00% | 11.68% |
46.27% |
Color #518979 in popluar number systems.
HEX | 51 | 89 | 79 |
Decimal | 81 | 137 | 121 |
Binary | 1010001 | 10001001 | 1111001 |
Octal | 121 | 211 | 171 |
Shades of #518979
Tints of #518979
Examples of css and html codes for elements with #518979 color. Also use rgb(81,137,121) instead hex code.
.myTextColor { color: #518979; }
<p style="color:#518979">This sample text font color is #518979.</p>
This text font color is #518979.
.myBgColor { background-color: #518979; }
<div style="background-color:#518979">Inner text</div>
This div background color is #518979.
.myBorderColor { border: 1px solid #518979; }
<div style="border:3px solid #518979">Div</div>
This div border color is #518979.
.myOpacity80 { color: #518979; opacity: 0.8; }
<p style="color:#518979;opacity:0.8;">80%</p>
Text with #518979 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #518979;}
<p style="text-shadow: 3px 3px 1px #518979">Text here.</p>
This text has shadow with #518979 color.
.textShadow {text-shadow: 3px 3px 1px #518979', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #518979, 5px 5px 20px red">Text here.</p>
This text has shadow with #518979 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#518979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#518979, Direction=45, Strength=4)">Text</p>
This text has shadow with #518979 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #518979;
-webkit-box-shadow: 1px 1px 3px 2px #518979;
box-shadow: 1px 1px 3px 2px #518979;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #518979; -webkit-box-shadow: 1px 1px 3px 2px #518979; box-shadow:1px 1px 3px 2px #518979;">
Div content here
</div>
This text has color #518979 on black background.
This text has color #518979 on white background.
This text has black color on #518979 background.
This text has white color on #518979 background.
Complementary color for #hex is #AE7686.