HEX: #513004
RGB: (81,48,4)
#513004 contains mainly red and green colors. Web safe color of #513004 is #663300 (or #630).
#513004 color RGB value is (81,48,4).
RGB: (81,48,4)
(32%, 19%, 2%)
R 81 of 255 = 32%
G 48 of 255 = 19%
B 4 of 255 = 2%
R + G + B ~ 18%. #513004 is dark color.
R + G + B = 81 + 48 + 4 = 133 (100%)
R 81 of 133 ~ 60.9%
G 48 of 133 ~ 36.09%
B 4 of 133 ~ 3.01'%
#513004 color CMYK value is (0,41,95,68).
CMYK: (0,41,95,68)
C0M41Y95K68 (0%, 41%, 95%, 68%)
(0.00 / 0.41 / 0.95 / 0.68)
Color #513004 in popluar color models
51 | 30 | 04 | |
---|---|---|---|
RGB | 81 | 48 | 4 |
HSL | 34° | 90.59% | 16.67% |
HSB/HSV | 34° | 95.06% | 31.76% |
CMYK | 0.00% | 40.74% | 95.06% |
68.24% |
Color #513004 in popluar number systems.
HEX | 51 | 30 | 04 |
Decimal | 81 | 48 | 4 |
Binary | 1010001 | 110000 | 100 |
Octal | 121 | 60 | 4 |
Shades of #513004
Tints of #513004
Examples of css and html codes for elements with #513004 color. Also use rgb(81,48,4) instead hex code.
.myTextColor { color: #513004; }
<p style="color:#513004">This sample text font color is #513004.</p>
This text font color is #513004.
.myBgColor { background-color: #513004; }
<div style="background-color:#513004">Inner text</div>
This div background color is #513004.
.myBorderColor { border: 1px solid #513004; }
<div style="border:3px solid #513004">Div</div>
This div border color is #513004.
.myOpacity80 { color: #513004; opacity: 0.8; }
<p style="color:#513004;opacity:0.8;">80%</p>
Text with #513004 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #513004;}
<p style="text-shadow: 3px 3px 1px #513004">Text here.</p>
This text has shadow with #513004 color.
.textShadow {text-shadow: 3px 3px 1px #513004', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #513004, 5px 5px 20px red">Text here.</p>
This text has shadow with #513004 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513004, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#513004, Direction=45, Strength=4)">Text</p>
This text has shadow with #513004 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #513004;
-webkit-box-shadow: 1px 1px 3px 2px #513004;
box-shadow: 1px 1px 3px 2px #513004;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #513004; -webkit-box-shadow: 1px 1px 3px 2px #513004; box-shadow:1px 1px 3px 2px #513004;">
Div content here
</div>
This text has color #513004 on black background.
This text has color #513004 on white background.
This text has black color on #513004 background.
This text has white color on #513004 background.
Complementary color for #hex is #AECFFB.