HEX: #513648
RGB: (81,54,72)
#513648 contains red, green and blue colors in about the same proportion. Web safe color of #513648 is #663333 (or #633).
#513648 color RGB value is (81,54,72).
RGB: (81,54,72)
(32%, 21%, 28%)
R 81 of 255 = 32%
G 54 of 255 = 21%
B 72 of 255 = 28%
R + G + B ~ 27%. #513648 is quite dark color.
R + G + B = 81 + 54 + 72 = 207 (100%)
R 81 of 207 ~ 39.13%
G 54 of 207 ~ 26.09%
B 72 of 207 ~ 34.78'%
#513648 color CMYK value is (0,33,11,68).
CMYK: (0,33,11,68)
C0M33Y11K68 (0%, 33%, 11%, 68%)
(0.00 / 0.33 / 0.11 / 0.68)
Color #513648 in popluar color models
51 | 36 | 48 | |
---|---|---|---|
RGB | 81 | 54 | 72 |
HSL | 320° | 20.00% | 26.47% |
HSB/HSV | 320° | 33.33% | 31.76% |
CMYK | 0.00% | 33.33% | 11.11% |
68.24% |
Color #513648 in popluar number systems.
HEX | 51 | 36 | 48 |
Decimal | 81 | 54 | 72 |
Binary | 1010001 | 110110 | 1001000 |
Octal | 121 | 66 | 110 |
Shades of #513648
Tints of #513648
Examples of css and html codes for elements with #513648 color. Also use rgb(81,54,72) instead hex code.
.myTextColor { color: #513648; }
<p style="color:#513648">This sample text font color is #513648.</p>
This text font color is #513648.
.myBgColor { background-color: #513648; }
<div style="background-color:#513648">Inner text</div>
This div background color is #513648.
.myBorderColor { border: 1px solid #513648; }
<div style="border:3px solid #513648">Div</div>
This div border color is #513648.
.myOpacity80 { color: #513648; opacity: 0.8; }
<p style="color:#513648;opacity:0.8;">80%</p>
Text with #513648 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #513648;}
<p style="text-shadow: 3px 3px 1px #513648">Text here.</p>
This text has shadow with #513648 color.
.textShadow {text-shadow: 3px 3px 1px #513648', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #513648, 5px 5px 20px red">Text here.</p>
This text has shadow with #513648 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513648, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#513648, Direction=45, Strength=4)">Text</p>
This text has shadow with #513648 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #513648;
-webkit-box-shadow: 1px 1px 3px 2px #513648;
box-shadow: 1px 1px 3px 2px #513648;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #513648; -webkit-box-shadow: 1px 1px 3px 2px #513648; box-shadow:1px 1px 3px 2px #513648;">
Div content here
</div>
This text has color #513648 on black background.
This text has color #513648 on white background.
This text has black color on #513648 background.
This text has white color on #513648 background.
Complementary color for #hex is #AEC9B7.