HEX: #593D4F
RGB: (89,61,79)
#593D4F contains red, green and blue colors in about the same proportion. Web safe color of #593D4F is #663366 (or #636).
#593D4F color RGB value is (89,61,79).
RGB: (89,61,79)
(35%, 24%, 31%)
R 89 of 255 = 35%
G 61 of 255 = 24%
B 79 of 255 = 31%
R + G + B ~ 30%. #593D4F is quite dark color.
R + G + B = 89 + 61 + 79 = 229 (100%)
R 89 of 229 ~ 38.86%
G 61 of 229 ~ 26.64%
B 79 of 229 ~ 34.5'%
#593D4F color CMYK value is (0,31,11,65).
CMYK: (0,31,11,65)
C0M31Y11K65 (0%, 31%, 11%, 65%)
(0.00 / 0.31 / 0.11 / 0.65)
Color #593D4F in popluar color models
59 | 3D | 4F | |
---|---|---|---|
RGB | 89 | 61 | 79 |
HSL | 321° | 18.67% | 29.41% |
HSB/HSV | 321° | 31.46% | 34.90% |
CMYK | 0.00% | 31.46% | 11.24% |
65.10% |
Color #593D4F in popluar number systems.
HEX | 59 | 3D | 4F |
Decimal | 89 | 61 | 79 |
Binary | 1011001 | 111101 | 1001111 |
Octal | 131 | 75 | 117 |
Shades of #593D4F
Tints of #593D4F
Examples of css and html codes for elements with #593D4F color. Also use rgb(89,61,79) instead hex code.
.myTextColor { color: #593D4F; }
<p style="color:#593D4F">This sample text font color is #593D4F.</p>
This text font color is #593D4F.
.myBgColor { background-color: #593D4F; }
<div style="background-color:#593D4F">Inner text</div>
This div background color is #593D4F.
.myBorderColor { border: 1px solid #593D4F; }
<div style="border:3px solid #593D4F">Div</div>
This div border color is #593D4F.
.myOpacity80 { color: #593D4F; opacity: 0.8; }
<p style="color:#593D4F;opacity:0.8;">80%</p>
Text with #593D4F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #593D4F;}
<p style="text-shadow: 3px 3px 1px #593D4F">Text here.</p>
This text has shadow with #593D4F color.
.textShadow {text-shadow: 3px 3px 1px #593D4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #593D4F, 5px 5px 20px red">Text here.</p>
This text has shadow with #593D4F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#593D4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#593D4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #593D4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #593D4F;
-webkit-box-shadow: 1px 1px 3px 2px #593D4F;
box-shadow: 1px 1px 3px 2px #593D4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #593D4F; -webkit-box-shadow: 1px 1px 3px 2px #593D4F; box-shadow:1px 1px 3px 2px #593D4F;">
Div content here
</div>
This text has color #593D4F on black background.
This text has color #593D4F on white background.
This text has black color on #593D4F background.
This text has white color on #593D4F background.
Complementary color for #hex is #A6C2B0.