COLOR #58757E

HEX: #58757E
RGB: (88,117,126)

Color info

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

RGB color model

#58757E color RGB value is (88,117,126).

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

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 126 of 255 = 49%

88
117
126

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

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 126 = 331 (100%)
R 88 of 331 ~ 26.59%
G 117 of 331 ~ 35.35%
B 126 of 331 ~ 38.07%

%26.59
%35.35
%38.07

CMYK color model

#58757E color CMYK value is (30,7,0,51).

  • cyan value is 30.16%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(30,7,0,51)
C30M7Y0K51 
(30%,7%,0%,51%)
(0.30/0.07/0.00/0.51)	

CMYK percentages

%30.16
%7.14
%0
%50.59

Codes

Color #58757E in popluar color models

58757E
RGB88117126
HSL194°17.76%41.96%
HSB/HSV194°30.16%49.41%
CMYK30.16%7.14%0.00%
50.59%

Color #58757E in popluar number systems.

HEX58757E
Decimal88117126
Binary101100011101011111110
Octal130165176

Shades and tints

Shades of #58757E

#58757E
(88,117,126)
#506B73
(80,107,115)
#486168
(72,97,104)
#40575D
(64,87,93)
#384D52
(56,77,82)
#304347
(48,67,71)
#28393C
(40,57,60)
#202F31
(32,47,49)
#182526
(24,37,38)
#101B1B
(16,27,27)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #58757E

#58757E
(88,117,126)
#678189
(103,129,137)
#768D94
(118,141,148)
#85999F
(133,153,159)
#94A5AA
(148,165,170)
#A3B1B5
(163,177,181)
#B2BDC0
(178,189,192)
#C1C9CB
(193,201,203)
#D0D5D6
(208,213,214)
#DFE1E1
(223,225,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58757E; }

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

This text font color is #58757E.


Background Color

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

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

This div background color is #58757E.


Border color

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

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

This div border color is #58757E.


Opacity

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

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

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

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

This text has shadow with #58757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58757E on black background.


Color preview on white background

This text has color #58757E on white background.



Black color preview on #58757E background

This text has black color on #58757E background.


White color preview on #58757E background

This text has white color on #58757E background.