HEX: #593B6F
RGB: (89,59,111)
#593B6F contains red, green and blue colors in about the same proportion. Web safe color of #593B6F is #663366 (or #636).
#593B6F color RGB value is (89,59,111).
RGB: (89,59,111)
(35%, 23%, 44%)
R 89 of 255 = 35%
G 59 of 255 = 23%
B 111 of 255 = 44%
R + G + B ~ 34%. #593B6F is quite dark color.
R + G + B = 89 + 59 + 111 = 259 (100%)
R 89 of 259 ~ 34.36%
G 59 of 259 ~ 22.78%
B 111 of 259 ~ 42.86'%
#593B6F color CMYK value is (20,47,0,56).
CMYK: (20,47,0,56)
C20M47Y0K56 (20%, 47%, 0%, 56%)
(0.20 / 0.47 / 0.00 / 0.56)
Color #593B6F in popluar color models
59 | 3B | 6F | |
---|---|---|---|
RGB | 89 | 59 | 111 |
HSL | 275° | 30.59% | 33.33% |
HSB/HSV | 275° | 46.85% | 43.53% |
CMYK | 19.82% | 46.85% | 0.00% |
56.47% |
Color #593B6F in popluar number systems.
HEX | 59 | 3B | 6F |
Decimal | 89 | 59 | 111 |
Binary | 1011001 | 111011 | 1101111 |
Octal | 131 | 73 | 157 |
Shades of #593B6F
Tints of #593B6F
Examples of css and html codes for elements with #593B6F color. Also use rgb(89,59,111) instead hex code.
.myTextColor { color: #593B6F; }
<p style="color:#593B6F">This sample text font color is #593B6F.</p>
This text font color is #593B6F.
.myBgColor { background-color: #593B6F; }
<div style="background-color:#593B6F">Inner text</div>
This div background color is #593B6F.
.myBorderColor { border: 1px solid #593B6F; }
<div style="border:3px solid #593B6F">Div</div>
This div border color is #593B6F.
.myOpacity80 { color: #593B6F; opacity: 0.8; }
<p style="color:#593B6F;opacity:0.8;">80%</p>
Text with #593B6F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #593B6F;}
<p style="text-shadow: 3px 3px 1px #593B6F">Text here.</p>
This text has shadow with #593B6F color.
.textShadow {text-shadow: 3px 3px 1px #593B6F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #593B6F, 5px 5px 20px red">Text here.</p>
This text has shadow with #593B6F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#593B6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#593B6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #593B6F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #593B6F;
-webkit-box-shadow: 1px 1px 3px 2px #593B6F;
box-shadow: 1px 1px 3px 2px #593B6F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #593B6F; -webkit-box-shadow: 1px 1px 3px 2px #593B6F; box-shadow:1px 1px 3px 2px #593B6F;">
Div content here
</div>
This text has color #593B6F on black background.
This text has color #593B6F on white background.
This text has black color on #593B6F background.
This text has white color on #593B6F background.
Complementary color for #hex is #A6C490.