COLOR #58757F

HEX: #58757F
RGB: (88,117,127)

Color info

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

RGB color model

#58757F color RGB value is (88,117,127).

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

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 127 of 255 = 50%

88
117
127

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

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 127 = 332 (100%)
R 88 of 332 ~ 26.51%
G 117 of 332 ~ 35.24%
B 127 of 332 ~ 38.25%

%26.51
%35.24
%38.25

CMYK color model

#58757F color CMYK value is (31,8,0,50).

  • cyan value is 30.71%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(31,8,0,50)
C31M8Y0K50 
(31%,8%,0%,50%)
(0.31/0.08/0.00/0.50)	

CMYK percentages

%30.71
%7.87
%0
%50.2

Codes

Color #58757F in popluar color models

58757F
RGB88117127
HSL195°18.14%42.16%
HSB/HSV195°30.71%49.80%
CMYK30.71%7.87%0.00%
50.20%

Color #58757F in popluar number systems.

HEX58757F
Decimal88117127
Binary101100011101011111111
Octal130165177

Shades and tints

Shades of #58757F

#58757F
(88,117,127)
#506B74
(80,107,116)
#486169
(72,97,105)
#40575E
(64,87,94)
#384D53
(56,77,83)
#304348
(48,67,72)
#28393D
(40,57,61)
#202F32
(32,47,50)
#182527
(24,37,39)
#101B1C
(16,27,28)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #58757F

#58757F
(88,117,127)
#67818A
(103,129,138)
#768D95
(118,141,149)
#8599A0
(133,153,160)
#94A5AB
(148,165,171)
#A3B1B6
(163,177,182)
#B2BDC1
(178,189,193)
#C1C9CC
(193,201,204)
#D0D5D7
(208,213,215)
#DFE1E2
(223,225,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58757F; }

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

This text font color is #58757F.


Background Color

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

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

This div background color is #58757F.


Border color

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

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

This div border color is #58757F.


Opacity

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

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

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

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

This text has shadow with #58757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58757F on black background.


Color preview on white background

This text has color #58757F on white background.



Black color preview on #58757F background

This text has black color on #58757F background.


White color preview on #58757F background

This text has white color on #58757F background.