HEX: #58728C
RGB: (88,114,140)
#58728C contains red, green and blue colors in about the same proportion. Web safe color of #58728C is #666699 (or #669).
#58728C color RGB value is (88,114,140).
RGB: (88,114,140)
(35%, 45%, 55%)
R 88 of 255 = 35%
G 114 of 255 = 45%
B 140 of 255 = 55%
R + G + B ~ 45%. #58728C is middle color (not dark and not light).
R + G + B = 88 + 114 + 140 = 342 (100%)
R 88 of 342 ~ 25.73%
G 114 of 342 ~ 33.33%
B 140 of 342 ~ 40.94'%
#58728C color CMYK value is (37,19,0,45).
CMYK: (37,19,0,45)
C37M19Y0K45 (37%, 19%, 0%, 45%)
(0.37 / 0.19 / 0.00 / 0.45)
Color #58728C in popluar color models
58 | 72 | 8C | |
---|---|---|---|
RGB | 88 | 114 | 140 |
HSL | 210° | 22.81% | 44.71% |
HSB/HSV | 210° | 37.14% | 54.90% |
CMYK | 37.14% | 18.57% | 0.00% |
45.10% |
Color #58728C in popluar number systems.
HEX | 58 | 72 | 8C |
Decimal | 88 | 114 | 140 |
Binary | 1011000 | 1110010 | 10001100 |
Octal | 130 | 162 | 214 |
Shades of #58728C
Tints of #58728C
Examples of css and html codes for elements with #58728C color. Also use rgb(88,114,140) instead hex code.
.myTextColor { color: #58728C; }
<p style="color:#58728C">This sample text font color is #58728C.</p>
This text font color is #58728C.
.myBgColor { background-color: #58728C; }
<div style="background-color:#58728C">Inner text</div>
This div background color is #58728C.
.myBorderColor { border: 1px solid #58728C; }
<div style="border:3px solid #58728C">Div</div>
This div border color is #58728C.
.myOpacity80 { color: #58728C; opacity: 0.8; }
<p style="color:#58728C;opacity:0.8;">80%</p>
Text with #58728C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58728C;}
<p style="text-shadow: 3px 3px 1px #58728C">Text here.</p>
This text has shadow with #58728C color.
.textShadow {text-shadow: 3px 3px 1px #58728C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58728C, 5px 5px 20px red">Text here.</p>
This text has shadow with #58728C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58728C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58728C, Direction=45, Strength=4)">Text</p>
This text has shadow with #58728C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58728C;
-webkit-box-shadow: 1px 1px 3px 2px #58728C;
box-shadow: 1px 1px 3px 2px #58728C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58728C; -webkit-box-shadow: 1px 1px 3px 2px #58728C; box-shadow:1px 1px 3px 2px #58728C;">
Div content here
</div>
This text has color #58728C on black background.
This text has color #58728C on white background.
This text has black color on #58728C background.
This text has white color on #58728C background.
Complementary color for #hex is #A78D73.