HEX: #594E4C
RGB: (89,78,76)
#594E4C contains red, green and blue colors in about the same proportion. Web safe color of #594E4C is #666633 (or #663).
#594E4C color RGB value is (89,78,76).
RGB: (89,78,76) (35%,31%,30%)
R 89 of 255 = 35%
G 78 of 255 = 31%
B 76 of 255 = 30%
R + G + B ~ 32%. #594E4C is quite dark color.
R + G + B =
89 + 78 + 76 = 243 (100%)
R 89 of 243 ~ 36.63%
G 78 of 243 ~ 32.1%
B 76 of 243 ~ 31.28%
#594E4C color CMYK value is (0,12,15,65).
CMYK: (0,12,15,65) C0M12Y15K65 (0%,12%,15%,65%) (0.00/0.12/0.15/0.65)
59 | 4E | 4C | |
---|---|---|---|
RGB | 89 | 78 | 76 |
HSL | 9° | 7.88% | 32.35% |
HSB/HSV | 9° | 14.61% | 34.90% |
CMYK | 0.00% | 12.36% | 14.61% |
65.10% |
HEX | 59 | 4E | 4C |
Decimal | 89 | 78 | 76 |
Binary | 1011001 | 1001110 | 1001100 |
Octal | 131 | 116 | 114 |
Examples of css and html codes for elements with #594E4C color. Also use rgb(89,78,76) instead hex code.
.myTextColor { color: #594E4C; }
<p style="color:#594E4C">This sample text font color is #594E4C.</p>
This text font color is #594E4C.
.myBgColor { background-color: #594E4C; }
<div style="background-color:#594E4C">Inner text</div>
This div background color is #594E4C.
.myBorderColor { border: 1px solid #594E4C; }
<div style="border:3px solid #594E4C">Div</div>
This div border color is #594E4C.
.myOpacity80 { color: #594E4C; opacity: 0.8; }
<p style="color:#594E4C;opacity:0.8;">80%</p>
Text with #594E4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #594E4C;}
<p style="text-shadow: 3px 3px 1px #594E4C">Text here.</p>
This text has shadow with #594E4C color.
.textShadow {text-shadow: 3px 3px 1px #594E4C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #594E4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #594E4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#594E4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#594E4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #594E4C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #594E4C; -webkit-box-shadow: 1px 1px 3px 2px #594E4C; box-shadow: 1px 1px 3px 2px #594E4C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #594E4C; -webkit-box-shadow: 1px 1px 3px 2px #594E4C; box-shadow:1px 1px 3px 2px #594E4C;">
Div content here</div>
This text has color #594E4C on black background.
This text has color #594E4C on white background.
This text has black color on #594E4C background.
This text has white color on #594E4C background.