HEX: #593B0E
RGB: (89,59,14)
#593B0E contains mainly red and green colors. Web safe color of #593B0E is #663300 (or #630).
#593B0E color RGB value is (89,59,14).
RGB: (89,59,14)
(35%, 23%, 5%)
R 89 of 255 = 35%
G 59 of 255 = 23%
B 14 of 255 = 5%
R + G + B ~ 21%. #593B0E is dark color.
R + G + B = 89 + 59 + 14 = 162 (100%)
R 89 of 162 ~ 54.94%
G 59 of 162 ~ 36.42%
B 14 of 162 ~ 8.64'%
#593B0E color CMYK value is (0,34,84,65).
CMYK: (0,34,84,65)
C0M34Y84K65 (0%, 34%, 84%, 65%)
(0.00 / 0.34 / 0.84 / 0.65)
Color #593B0E in popluar color models
59 | 3B | 0E | |
---|---|---|---|
RGB | 89 | 59 | 14 |
HSL | 36° | 72.82% | 20.20% |
HSB/HSV | 36° | 84.27% | 34.90% |
CMYK | 0.00% | 33.71% | 84.27% |
65.10% |
Color #593B0E in popluar number systems.
HEX | 59 | 3B | 0E |
Decimal | 89 | 59 | 14 |
Binary | 1011001 | 111011 | 1110 |
Octal | 131 | 73 | 16 |
Shades of #593B0E
Tints of #593B0E
Examples of css and html codes for elements with #593B0E color. Also use rgb(89,59,14) instead hex code.
.myTextColor { color: #593B0E; }
<p style="color:#593B0E">This sample text font color is #593B0E.</p>
This text font color is #593B0E.
.myBgColor { background-color: #593B0E; }
<div style="background-color:#593B0E">Inner text</div>
This div background color is #593B0E.
.myBorderColor { border: 1px solid #593B0E; }
<div style="border:3px solid #593B0E">Div</div>
This div border color is #593B0E.
.myOpacity80 { color: #593B0E; opacity: 0.8; }
<p style="color:#593B0E;opacity:0.8;">80%</p>
Text with #593B0E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #593B0E;}
<p style="text-shadow: 3px 3px 1px #593B0E">Text here.</p>
This text has shadow with #593B0E color.
.textShadow {text-shadow: 3px 3px 1px #593B0E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #593B0E, 5px 5px 20px red">Text here.</p>
This text has shadow with #593B0E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#593B0E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#593B0E, Direction=45, Strength=4)">Text</p>
This text has shadow with #593B0E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #593B0E;
-webkit-box-shadow: 1px 1px 3px 2px #593B0E;
box-shadow: 1px 1px 3px 2px #593B0E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #593B0E; -webkit-box-shadow: 1px 1px 3px 2px #593B0E; box-shadow:1px 1px 3px 2px #593B0E;">
Div content here
</div>
This text has color #593B0E on black background.
This text has color #593B0E on white background.
This text has black color on #593B0E background.
This text has white color on #593B0E background.
Complementary color for #hex is #A6C4F1.