HEX: #59504A
RGB: (89,80,74)
#59504A contains red, green and blue colors in about the same proportion. Web safe color of #59504A is #666633 (or #663).
#59504A color RGB value is (89,80,74).
RGB: (89,80,74)
(35%, 31%, 29%)
R 89 of 255 = 35%
G 80 of 255 = 31%
B 74 of 255 = 29%
R + G + B ~ 32%. #59504A is quite dark color.
R + G + B = 89 + 80 + 74 = 243 (100%)
R 89 of 243 ~ 36.63%
G 80 of 243 ~ 32.92%
B 74 of 243 ~ 30.45'%
#59504A color CMYK value is (0,10,17,65).
CMYK: (0,10,17,65)
C0M10Y17K65 (0%, 10%, 17%, 65%)
(0.00 / 0.10 / 0.17 / 0.65)
Color #59504A in popluar color models
59 | 50 | 4A | |
---|---|---|---|
RGB | 89 | 80 | 74 |
HSL | 24° | 9.20% | 31.96% |
HSB/HSV | 24° | 16.85% | 34.90% |
CMYK | 0.00% | 10.11% | 16.85% |
65.10% |
Color #59504A in popluar number systems.
HEX | 59 | 50 | 4A |
Decimal | 89 | 80 | 74 |
Binary | 1011001 | 1010000 | 1001010 |
Octal | 131 | 120 | 112 |
Shades of #59504A
Tints of #59504A
Examples of css and html codes for elements with #59504A color. Also use rgb(89,80,74) instead hex code.
.myTextColor { color: #59504A; }
<p style="color:#59504A">This sample text font color is #59504A.</p>
This text font color is #59504A.
.myBgColor { background-color: #59504A; }
<div style="background-color:#59504A">Inner text</div>
This div background color is #59504A.
.myBorderColor { border: 1px solid #59504A; }
<div style="border:3px solid #59504A">Div</div>
This div border color is #59504A.
.myOpacity80 { color: #59504A; opacity: 0.8; }
<p style="color:#59504A;opacity:0.8;">80%</p>
Text with #59504A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59504A;}
<p style="text-shadow: 3px 3px 1px #59504A">Text here.</p>
This text has shadow with #59504A color.
.textShadow {text-shadow: 3px 3px 1px #59504A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59504A, 5px 5px 20px red">Text here.</p>
This text has shadow with #59504A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59504A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59504A, Direction=45, Strength=4)">Text</p>
This text has shadow with #59504A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59504A;
-webkit-box-shadow: 1px 1px 3px 2px #59504A;
box-shadow: 1px 1px 3px 2px #59504A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59504A; -webkit-box-shadow: 1px 1px 3px 2px #59504A; box-shadow:1px 1px 3px 2px #59504A;">
Div content here
</div>
This text has color #59504A on black background.
This text has color #59504A on white background.
This text has black color on #59504A background.
This text has white color on #59504A background.
Complementary color for #hex is #A6AFB5.