HEX: #58828D
RGB: (88,130,141)
#58828D contains red, green and blue colors in about the same proportion. Web safe color of #58828D is #669999 (or #699).
#58828D color RGB value is (88,130,141).
RGB: (88,130,141)
(35%, 51%, 55%)
R 88 of 255 = 35%
G 130 of 255 = 51%
B 141 of 255 = 55%
R + G + B ~ 47%. #58828D is middle color (not dark and not light).
R + G + B = 88 + 130 + 141 = 359 (100%)
R 88 of 359 ~ 24.51%
G 130 of 359 ~ 36.21%
B 141 of 359 ~ 39.28'%
#58828D color CMYK value is (38,8,0,45).
CMYK: (38,8,0,45)
C38M8Y0K45 (38%, 8%, 0%, 45%)
(0.38 / 0.08 / 0.00 / 0.45)
Color #58828D in popluar color models
58 | 82 | 8D | |
---|---|---|---|
RGB | 88 | 130 | 141 |
HSL | 192° | 23.14% | 44.90% |
HSB/HSV | 192° | 37.59% | 55.29% |
CMYK | 37.59% | 7.80% | 0.00% |
44.71% |
Color #58828D in popluar number systems.
HEX | 58 | 82 | 8D |
Decimal | 88 | 130 | 141 |
Binary | 1011000 | 10000010 | 10001101 |
Octal | 130 | 202 | 215 |
Shades of #58828D
Tints of #58828D
Examples of css and html codes for elements with #58828D color. Also use rgb(88,130,141) instead hex code.
.myTextColor { color: #58828D; }
<p style="color:#58828D">This sample text font color is #58828D.</p>
This text font color is #58828D.
.myBgColor { background-color: #58828D; }
<div style="background-color:#58828D">Inner text</div>
This div background color is #58828D.
.myBorderColor { border: 1px solid #58828D; }
<div style="border:3px solid #58828D">Div</div>
This div border color is #58828D.
.myOpacity80 { color: #58828D; opacity: 0.8; }
<p style="color:#58828D;opacity:0.8;">80%</p>
Text with #58828D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58828D;}
<p style="text-shadow: 3px 3px 1px #58828D">Text here.</p>
This text has shadow with #58828D color.
.textShadow {text-shadow: 3px 3px 1px #58828D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58828D, 5px 5px 20px red">Text here.</p>
This text has shadow with #58828D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58828D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58828D, Direction=45, Strength=4)">Text</p>
This text has shadow with #58828D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58828D;
-webkit-box-shadow: 1px 1px 3px 2px #58828D;
box-shadow: 1px 1px 3px 2px #58828D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58828D; -webkit-box-shadow: 1px 1px 3px 2px #58828D; box-shadow:1px 1px 3px 2px #58828D;">
Div content here
</div>
This text has color #58828D on black background.
This text has color #58828D on white background.
This text has black color on #58828D background.
This text has white color on #58828D background.
Complementary color for #hex is #A77D72.