HEX: #59838E
RGB: (89,131,142)
#59838E contains red, green and blue colors in about the same proportion. Web safe color of #59838E is #669999 (or #699).
#59838E color RGB value is (89,131,142).
RGB: (89,131,142)
(35%, 51%, 56%)
R 89 of 255 = 35%
G 131 of 255 = 51%
B 142 of 255 = 56%
R + G + B ~ 47%. #59838E is middle color (not dark and not light).
R + G + B = 89 + 131 + 142 = 362 (100%)
R 89 of 362 ~ 24.59%
G 131 of 362 ~ 36.19%
B 142 of 362 ~ 39.23'%
#59838E color CMYK value is (37,8,0,44).
CMYK: (37,8,0,44)
C37M8Y0K44 (37%, 8%, 0%, 44%)
(0.37 / 0.08 / 0.00 / 0.44)
Color #59838E in popluar color models
59 | 83 | 8E | |
---|---|---|---|
RGB | 89 | 131 | 142 |
HSL | 192° | 22.94% | 45.29% |
HSB/HSV | 192° | 37.32% | 55.69% |
CMYK | 37.32% | 7.75% | 0.00% |
44.31% |
Color #59838E in popluar number systems.
HEX | 59 | 83 | 8E |
Decimal | 89 | 131 | 142 |
Binary | 1011001 | 10000011 | 10001110 |
Octal | 131 | 203 | 216 |
Shades of #59838E
Tints of #59838E
Examples of css and html codes for elements with #59838E color. Also use rgb(89,131,142) instead hex code.
.myTextColor { color: #59838E; }
<p style="color:#59838E">This sample text font color is #59838E.</p>
This text font color is #59838E.
.myBgColor { background-color: #59838E; }
<div style="background-color:#59838E">Inner text</div>
This div background color is #59838E.
.myBorderColor { border: 1px solid #59838E; }
<div style="border:3px solid #59838E">Div</div>
This div border color is #59838E.
.myOpacity80 { color: #59838E; opacity: 0.8; }
<p style="color:#59838E;opacity:0.8;">80%</p>
Text with #59838E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59838E;}
<p style="text-shadow: 3px 3px 1px #59838E">Text here.</p>
This text has shadow with #59838E color.
.textShadow {text-shadow: 3px 3px 1px #59838E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59838E, 5px 5px 20px red">Text here.</p>
This text has shadow with #59838E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59838E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59838E, Direction=45, Strength=4)">Text</p>
This text has shadow with #59838E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59838E;
-webkit-box-shadow: 1px 1px 3px 2px #59838E;
box-shadow: 1px 1px 3px 2px #59838E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59838E; -webkit-box-shadow: 1px 1px 3px 2px #59838E; box-shadow:1px 1px 3px 2px #59838E;">
Div content here
</div>
This text has color #59838E on black background.
This text has color #59838E on white background.
This text has black color on #59838E background.
This text has white color on #59838E background.
Complementary color for #hex is #A67C71.