HEX: #59470D
RGB: (89,71,13)
#59470D contains mainly red and green colors. Web safe color of #59470D is #663300 (or #630).
#59470D color RGB value is (89,71,13).
RGB: (89,71,13)
(35%, 28%, 5%)
R 89 of 255 = 35%
G 71 of 255 = 28%
B 13 of 255 = 5%
R + G + B ~ 23%. #59470D is dark color.
R + G + B = 89 + 71 + 13 = 173 (100%)
R 89 of 173 ~ 51.45%
G 71 of 173 ~ 41.04%
B 13 of 173 ~ 7.51'%
#59470D color CMYK value is (0,20,85,65).
CMYK: (0,20,85,65)
C0M20Y85K65 (0%, 20%, 85%, 65%)
(0.00 / 0.20 / 0.85 / 0.65)
Color #59470D in popluar color models
59 | 47 | 0D | |
---|---|---|---|
RGB | 89 | 71 | 13 |
HSL | 46° | 74.51% | 20.00% |
HSB/HSV | 46° | 85.39% | 34.90% |
CMYK | 0.00% | 20.22% | 85.39% |
65.10% |
Color #59470D in popluar number systems.
HEX | 59 | 47 | 0D |
Decimal | 89 | 71 | 13 |
Binary | 1011001 | 1000111 | 1101 |
Octal | 131 | 107 | 15 |
Shades of #59470D
Tints of #59470D
Examples of css and html codes for elements with #59470D color. Also use rgb(89,71,13) instead hex code.
.myTextColor { color: #59470D; }
<p style="color:#59470D">This sample text font color is #59470D.</p>
This text font color is #59470D.
.myBgColor { background-color: #59470D; }
<div style="background-color:#59470D">Inner text</div>
This div background color is #59470D.
.myBorderColor { border: 1px solid #59470D; }
<div style="border:3px solid #59470D">Div</div>
This div border color is #59470D.
.myOpacity80 { color: #59470D; opacity: 0.8; }
<p style="color:#59470D;opacity:0.8;">80%</p>
Text with #59470D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59470D;}
<p style="text-shadow: 3px 3px 1px #59470D">Text here.</p>
This text has shadow with #59470D color.
.textShadow {text-shadow: 3px 3px 1px #59470D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59470D, 5px 5px 20px red">Text here.</p>
This text has shadow with #59470D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59470D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59470D, Direction=45, Strength=4)">Text</p>
This text has shadow with #59470D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59470D;
-webkit-box-shadow: 1px 1px 3px 2px #59470D;
box-shadow: 1px 1px 3px 2px #59470D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59470D; -webkit-box-shadow: 1px 1px 3px 2px #59470D; box-shadow:1px 1px 3px 2px #59470D;">
Div content here
</div>
This text has color #59470D on black background.
This text has color #59470D on white background.
This text has black color on #59470D background.
This text has white color on #59470D background.
Complementary color for #hex is #A6B8F2.