COLOR #58707F

HEX: #58707F
RGB: (88,112,127)

Color info

#58707F contains red, green and blue colors in about the same proportion. Web safe color of #58707F is #666666 (or #666).

RGB color model

#58707F color RGB value is (88,112,127).

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

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 127 of 255 = 50%

88
112
127

R + G + B ~ 43%. #58707F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 127 = 327 (100%)
R 88 of 327 ~ 26.91%
G 112 of 327 ~ 34.25%
B 127 of 327 ~ 38.84%

%26.91
%34.25
%38.84

CMYK color model

#58707F color CMYK value is (31,12,0,50).

  • cyan value is 30.71%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(31,12,0,50)
C31M12Y0K50 
(31%,12%,0%,50%)
(0.31/0.12/0.00/0.50)	

CMYK percentages

%30.71
%11.81
%0
%50.2

Codes

Color #58707F in popluar color models

58707F
RGB88112127
HSL203°18.14%42.16%
HSB/HSV203°30.71%49.80%
CMYK30.71%11.81%0.00%
50.20%

Color #58707F in popluar number systems.

HEX58707F
Decimal88112127
Binary101100011100001111111
Octal130160177

Shades and tints

Shades of #58707F

#58707F
(88,112,127)
#506674
(80,102,116)
#485C69
(72,92,105)
#40525E
(64,82,94)
#384853
(56,72,83)
#303E48
(48,62,72)
#28343D
(40,52,61)
#202A32
(32,42,50)
#182027
(24,32,39)
#10161C
(16,22,28)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #58707F

#58707F
(88,112,127)
#677D8A
(103,125,138)
#768A95
(118,138,149)
#8597A0
(133,151,160)
#94A4AB
(148,164,171)
#A3B1B6
(163,177,182)
#B2BEC1
(178,190,193)
#C1CBCC
(193,203,204)
#D0D8D7
(208,216,215)
#DFE5E2
(223,229,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58707F color. Also use rgb(88,112,127) instead hex code.

Text Font Color

.myTextColor { color: #58707F; }

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

This text font color is #58707F.


Background Color

.myBgColor { background-color: #58707F; }

<div style="background-color:#58707F">Inner text</div>

This div background color is #58707F.


Border color

.myBorderColor { border: 1px solid #58707F; }

<div style="border:3px solid #58707F">Div</div>

This div border color is #58707F.


Opacity

.myOpacity80 { color: #58707F; opacity: 0.8; }

<p style="color:#58707F;opacity:0.8;">80%</p>

Text with #58707F 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 #58707F;}

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

This text has shadow with #58707F color.

.textShadow {text-shadow: 3px 3px 1px #58707F, 3px 3px 1px red;}

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

This text has shadow with #58707F primary color and red secondary color.


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

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

This text has shadow with #58707F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58707F on black background.


Color preview on white background

This text has color #58707F on white background.



Black color preview on #58707F background

This text has black color on #58707F background.


White color preview on #58707F background

This text has white color on #58707F background.