HEX: #516049
RGB: (81,96,73)
#516049 contains red, green and blue colors in about the same proportion. Web safe color of #516049 is #666633 (or #663).
#516049 color RGB value is (81,96,73).
RGB: (81,96,73)
(32%, 38%, 29%)
R 81 of 255 = 32%
G 96 of 255 = 38%
B 73 of 255 = 29%
R + G + B ~ 33%. #516049 is quite dark color.
R + G + B = 81 + 96 + 73 = 250 (100%)
R 81 of 250 ~ 32.4%
G 96 of 250 ~ 38.4%
B 73 of 250 ~ 29.2'%
#516049 color CMYK value is (16,0,24,62).
CMYK: (16,0,24,62)
C16M0Y24K62 (16%, 0%, 24%, 62%)
(0.16 / 0.00 / 0.24 / 0.62)
Color #516049 in popluar color models
51 | 60 | 49 | |
---|---|---|---|
RGB | 81 | 96 | 73 |
HSL | 99° | 13.61% | 33.14% |
HSB/HSV | 99° | 23.96% | 37.65% |
CMYK | 15.63% | 0.00% | 23.96% |
62.35% |
Color #516049 in popluar number systems.
HEX | 51 | 60 | 49 |
Decimal | 81 | 96 | 73 |
Binary | 1010001 | 1100000 | 1001001 |
Octal | 121 | 140 | 111 |
Shades of #516049
Tints of #516049
Examples of css and html codes for elements with #516049 color. Also use rgb(81,96,73) instead hex code.
.myTextColor { color: #516049; }
<p style="color:#516049">This sample text font color is #516049.</p>
This text font color is #516049.
.myBgColor { background-color: #516049; }
<div style="background-color:#516049">Inner text</div>
This div background color is #516049.
.myBorderColor { border: 1px solid #516049; }
<div style="border:3px solid #516049">Div</div>
This div border color is #516049.
.myOpacity80 { color: #516049; opacity: 0.8; }
<p style="color:#516049;opacity:0.8;">80%</p>
Text with #516049 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #516049;}
<p style="text-shadow: 3px 3px 1px #516049">Text here.</p>
This text has shadow with #516049 color.
.textShadow {text-shadow: 3px 3px 1px #516049', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #516049, 5px 5px 20px red">Text here.</p>
This text has shadow with #516049 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#516049, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#516049, Direction=45, Strength=4)">Text</p>
This text has shadow with #516049 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #516049;
-webkit-box-shadow: 1px 1px 3px 2px #516049;
box-shadow: 1px 1px 3px 2px #516049;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #516049; -webkit-box-shadow: 1px 1px 3px 2px #516049; box-shadow:1px 1px 3px 2px #516049;">
Div content here
</div>
This text has color #516049 on black background.
This text has color #516049 on white background.
This text has black color on #516049 background.
This text has white color on #516049 background.
Complementary color for #hex is #AE9FB6.