HEX: #518446
RGB: (81,132,70)
#518446 contains mainly red and green colors. Web safe color of #518446 is #669933 (or #693).
#518446 color RGB value is (81,132,70).
RGB: (81,132,70) (32%,52%,27%)
R 81 of 255 = 32%
G 132 of 255 = 52%
B 70 of 255 = 27%
R + G + B ~ 37%. #518446 is quite dark color.
R + G + B =
81 + 132 + 70 = 283 (100%)
R 81 of 283 ~ 28.62%
G 132 of 283 ~ 46.64%
B 70 of 283 ~ 24.73%
#518446 color CMYK value is (39,0,47,48).
CMYK: (39,0,47,48) C39M0Y47K48 (39%,0%,47%,48%) (0.39/0.00/0.47/0.48)
51 | 84 | 46 | |
---|---|---|---|
RGB | 81 | 132 | 70 |
HSL | 109° | 30.69% | 39.61% |
HSB/HSV | 109° | 46.97% | 51.76% |
CMYK | 38.64% | 0.00% | 46.97% |
48.24% |
HEX | 51 | 84 | 46 |
Decimal | 81 | 132 | 70 |
Binary | 1010001 | 10000100 | 1000110 |
Octal | 121 | 204 | 106 |
Examples of css and html codes for elements with #518446 color. Also use rgb(81,132,70) instead hex code.
.myTextColor { color: #518446; }
<p style="color:#518446">This sample text font color is #518446.</p>
This text font color is #518446.
.myBgColor { background-color: #518446; }
<div style="background-color:#518446">Inner text</div>
This div background color is #518446.
.myBorderColor { border: 1px solid #518446; }
<div style="border:3px solid #518446">Div</div>
This div border color is #518446.
.myOpacity80 { color: #518446; opacity: 0.8; }
<p style="color:#518446;opacity:0.8;">80%</p>
Text with #518446 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #518446;}
<p style="text-shadow: 3px 3px 1px #518446">Text here.</p>
This text has shadow with #518446 color.
.textShadow {text-shadow: 3px 3px 1px #518446, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #518446, 5px 5px 20px red">Text here.</p>
This text has shadow with #518446 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#518446, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#518446, Direction=45, Strength=4)">Text</p>
This text has shadow with #518446 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #518446; -webkit-box-shadow: 1px 1px 3px 2px #518446; box-shadow: 1px 1px 3px 2px #518446; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #518446; -webkit-box-shadow: 1px 1px 3px 2px #518446; box-shadow:1px 1px 3px 2px #518446;">
Div content here</div>
This text has color #518446 on black background.
This text has color #518446 on white background.
This text has black color on #518446 background.
This text has white color on #518446 background.