HEX: #59464E
RGB: (89,70,78)
#59464E contains red, green and blue colors in about the same proportion. Web safe color of #59464E is #663366 (or #636).
#59464E color RGB value is (89,70,78).
RGB: (89,70,78) (35%,27%,31%)
R 89 of 255 = 35%
G 70 of 255 = 27%
B 78 of 255 = 31%
R + G + B ~ 31%. #59464E is quite dark color.
R + G + B =
89 + 70 + 78 = 237 (100%)
R 89 of 237 ~ 37.55%
G 70 of 237 ~ 29.54%
B 78 of 237 ~ 32.91%
#59464E color CMYK value is (0,21,12,65).
CMYK: (0,21,12,65) C0M21Y12K65 (0%,21%,12%,65%) (0.00/0.21/0.12/0.65)
59 | 46 | 4E | |
---|---|---|---|
RGB | 89 | 70 | 78 |
HSL | 335° | 11.95% | 31.18% |
HSB/HSV | 335° | 21.35% | 34.90% |
CMYK | 0.00% | 21.35% | 12.36% |
65.10% |
HEX | 59 | 46 | 4E |
Decimal | 89 | 70 | 78 |
Binary | 1011001 | 1000110 | 1001110 |
Octal | 131 | 106 | 116 |
Examples of css and html codes for elements with #59464E color. Also use rgb(89,70,78) instead hex code.
.myTextColor { color: #59464E; }
<p style="color:#59464E">This sample text font color is #59464E.</p>
This text font color is #59464E.
.myBgColor { background-color: #59464E; }
<div style="background-color:#59464E">Inner text</div>
This div background color is #59464E.
.myBorderColor { border: 1px solid #59464E; }
<div style="border:3px solid #59464E">Div</div>
This div border color is #59464E.
.myOpacity80 { color: #59464E; opacity: 0.8; }
<p style="color:#59464E;opacity:0.8;">80%</p>
Text with #59464E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59464E;}
<p style="text-shadow: 3px 3px 1px #59464E">Text here.</p>
This text has shadow with #59464E color.
.textShadow {text-shadow: 3px 3px 1px #59464E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59464E, 5px 5px 20px red">Text here.</p>
This text has shadow with #59464E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59464E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59464E, Direction=45, Strength=4)">Text</p>
This text has shadow with #59464E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59464E; -webkit-box-shadow: 1px 1px 3px 2px #59464E; box-shadow: 1px 1px 3px 2px #59464E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59464E; -webkit-box-shadow: 1px 1px 3px 2px #59464E; box-shadow:1px 1px 3px 2px #59464E;">
Div content here</div>
This text has color #59464E on black background.
This text has color #59464E on white background.
This text has black color on #59464E background.
This text has white color on #59464E background.