COLOR #58708E

HEX: #58708E
RGB: (88,112,142)

Color info

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

RGB color model

#58708E color RGB value is (88,112,142).

  • red value is 88;
  • green value is 112;
  • blue value is 142.
RGB:
(88,112,142)
(35%,44%,56%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 142 of 255 = 56%

88
112
142

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

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 142 = 342 (100%)
R 88 of 342 ~ 25.73%
G 112 of 342 ~ 32.75%
B 142 of 342 ~ 41.52%

%25.73
%32.75
%41.52

CMYK color model

#58708E color CMYK value is (38,21,0,44).

  • cyan value is 38.03%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(38,21,0,44)
C38M21Y0K44 
(38%,21%,0%,44%)
(0.38/0.21/0.00/0.44)	

CMYK percentages

%38.03
%21.13
%0
%44.31

Codes

Color #58708E in popluar color models

58708E
RGB88112142
HSL213°23.48%45.10%
HSB/HSV213°38.03%55.69%
CMYK38.03%21.13%0.00%
44.31%

Color #58708E in popluar number systems.

HEX58708E
Decimal88112142
Binary1011000111000010001110
Octal130160216

Shades and tints

Shades of #58708E

#58708E
(88,112,142)
#506682
(80,102,130)
#485C76
(72,92,118)
#40526A
(64,82,106)
#38485E
(56,72,94)
#303E52
(48,62,82)
#283446
(40,52,70)
#202A3A
(32,42,58)
#18202E
(24,32,46)
#101622
(16,22,34)
#080C16
(8,12,22)
#000000
(0,0,0)

Tints of #58708E

#58708E
(88,112,142)
#677D98
(103,125,152)
#768AA2
(118,138,162)
#8597AC
(133,151,172)
#94A4B6
(148,164,182)
#A3B1C0
(163,177,192)
#B2BECA
(178,190,202)
#C1CBD4
(193,203,212)
#D0D8DE
(208,216,222)
#DFE5E8
(223,229,232)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58708E color. Also use rgb(88,112,142) instead hex code.

Text Font Color

.myTextColor { color: #58708E; }

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

This text font color is #58708E.


Background Color

.myBgColor { background-color: #58708E; }

<div style="background-color:#58708E">Inner text</div>

This div background color is #58708E.


Border color

.myBorderColor { border: 1px solid #58708E; }

<div style="border:3px solid #58708E">Div</div>

This div border color is #58708E.


Opacity

.myOpacity80 { color: #58708E; opacity: 0.8; }

<p style="color:#58708E;opacity:0.8;">80%</p>

Text with #58708E 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 #58708E;}

<p style="text-shadow: 3px 3px 1px #58708E">Text here.</p>

This text has shadow with #58708E color.

.textShadow {text-shadow: 3px 3px 1px #58708E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #58708E, 5px 5px 20px red">Text here.</p>

This text has shadow with #58708E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58708E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#58708E, Direction=45, Strength=4)">Text</p>

This text has shadow with #58708E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #58708E;
  -webkit-box-shadow:	1px 1px 3px 2px #58708E;
  box-shadow:		1px 1px 3px 2px #58708E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58708E;
-webkit-box-shadow: 1px 1px 3px 2px #58708E;
box-shadow:1px 1px 3px 2px #58708E;">
Div content here</div>
This div box has shadow with color #58708E.

Preview

Color preview on black background

This text has color #58708E on black background.


Color preview on white background

This text has color #58708E on white background.



Black color preview on #58708E background

This text has black color on #58708E background.


White color preview on #58708E background

This text has white color on #58708E background.