HEX: #513047
RGB: (81,48,71)
#513047 contains red, green and blue colors in about the same proportion. Web safe color of #513047 is #663333 (or #633).
#513047 color RGB value is (81,48,71).
RGB: (81,48,71) (32%,19%,28%)
R 81 of 255 = 32%
G 48 of 255 = 19%
B 71 of 255 = 28%
R + G + B ~ 26%. #513047 is quite dark color.
R + G + B =
81 + 48 + 71 = 200 (100%)
R 81 of 200 ~ 40.5%
G 48 of 200 ~ 24%
B 71 of 200 ~ 35.5%
#513047 color CMYK value is (0,41,12,68).
CMYK: (0,41,12,68) C0M41Y12K68 (0%,41%,12%,68%) (0.00/0.41/0.12/0.68)
51 | 30 | 47 | |
---|---|---|---|
RGB | 81 | 48 | 71 |
HSL | 318° | 25.58% | 25.29% |
HSB/HSV | 318° | 40.74% | 31.76% |
CMYK | 0.00% | 40.74% | 12.35% |
68.24% |
HEX | 51 | 30 | 47 |
Decimal | 81 | 48 | 71 |
Binary | 1010001 | 110000 | 1000111 |
Octal | 121 | 60 | 107 |
Examples of css and html codes for elements with #513047 color. Also use rgb(81,48,71) instead hex code.
.myTextColor { color: #513047; }
<p style="color:#513047">This sample text font color is #513047.</p>
This text font color is #513047.
.myBgColor { background-color: #513047; }
<div style="background-color:#513047">Inner text</div>
This div background color is #513047.
.myBorderColor { border: 1px solid #513047; }
<div style="border:3px solid #513047">Div</div>
This div border color is #513047.
.myOpacity80 { color: #513047; opacity: 0.8; }
<p style="color:#513047;opacity:0.8;">80%</p>
Text with #513047 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #513047;}
<p style="text-shadow: 3px 3px 1px #513047">Text here.</p>
This text has shadow with #513047 color.
.textShadow {text-shadow: 3px 3px 1px #513047, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #513047, 5px 5px 20px red">Text here.</p>
This text has shadow with #513047 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513047, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#513047, Direction=45, Strength=4)">Text</p>
This text has shadow with #513047 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #513047; -webkit-box-shadow: 1px 1px 3px 2px #513047; box-shadow: 1px 1px 3px 2px #513047; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #513047; -webkit-box-shadow: 1px 1px 3px 2px #513047; box-shadow:1px 1px 3px 2px #513047;">
Div content here</div>
This text has color #513047 on black background.
This text has color #513047 on white background.
This text has black color on #513047 background.
This text has white color on #513047 background.