COLOR #58728C

HEX: #58728C
RGB: (88,114,140)

Color info

#58728C contains red, green and blue colors in about the same proportion. Web safe color of #58728C is #666699 (or #669).

RGB color model

#58728C color RGB value is (88,114,140).

  • red value is 88;
  • green value is 114;
  • blue value is 140.
RGB:
(88,114,140)
(35%,45%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 140 of 255 = 55%

88
114
140

R + G + B ~ 45%. #58728C is middle color (not dark and not light).

Portions of RGB colors in percentages

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%

%25.73
%33.33
%40.94

CMYK color model

#58728C color CMYK value is (37,19,0,45).

  • cyan value is 37.14%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(37,19,0,45)
C37M19Y0K45 
(37%,19%,0%,45%)
(0.37/0.19/0.00/0.45)	

CMYK percentages

%37.14
%18.57
%0
%45.1

Codes

Color #58728C in popluar color models

58728C
RGB88114140
HSL210°22.81%44.71%
HSB/HSV210°37.14%54.90%
CMYK37.14%18.57%0.00%
45.10%

Color #58728C in popluar number systems.

HEX58728C
Decimal88114140
Binary1011000111001010001100
Octal130162214

Shades and tints

Shades of #58728C

#58728C
(88,114,140)
#506880
(80,104,128)
#485E74
(72,94,116)
#405468
(64,84,104)
#384A5C
(56,74,92)
#304050
(48,64,80)
#283644
(40,54,68)
#202C38
(32,44,56)
#18222C
(24,34,44)
#101820
(16,24,32)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #58728C

#58728C
(88,114,140)
#677E96
(103,126,150)
#768AA0
(118,138,160)
#8596AA
(133,150,170)
#94A2B4
(148,162,180)
#A3AEBE
(163,174,190)
#B2BAC8
(178,186,200)
#C1C6D2
(193,198,210)
#D0D2DC
(208,210,220)
#DFDEE6
(223,222,230)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58728C color. Also use rgb(88,114,140) instead hex code.

Text Font Color

.myTextColor { color: #58728C; }

<p style="color:#58728C">This sample text font color is #58728C.</p>

This text font color is #58728C.


Background Color

.myBgColor { background-color: #58728C; }

<div style="background-color:#58728C">Inner text</div>

This div background color is #58728C.


Border color

.myBorderColor { border: 1px solid #58728C; }

<div style="border:3px solid #58728C">Div</div>

This div border color is #58728C.


Opacity

.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%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.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.


Div box shadow color

/* 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 div box has shadow with color #58728C.

Preview

Color preview on black background

This text has color #58728C on black background.


Color preview on white background

This text has color #58728C on white background.



Black color preview on #58728C background

This text has black color on #58728C background.


White color preview on #58728C background

This text has white color on #58728C background.