COLOR #58757A

HEX: #58757A
RGB: (88,117,122)

Color info

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

RGB color model

#58757A color RGB value is (88,117,122).

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

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 122 of 255 = 48%

88
117
122

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

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 122 = 327 (100%)
R 88 of 327 ~ 26.91%
G 117 of 327 ~ 35.78%
B 122 of 327 ~ 37.31%

%26.91
%35.78
%37.31

CMYK color model

#58757A color CMYK value is (28,4,0,52).

  • cyan value is 27.87%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(28,4,0,52)
C28M4Y0K52 
(28%,4%,0%,52%)
(0.28/0.04/0.00/0.52)	

CMYK percentages

%27.87
%4.1
%0
%52.16

Codes

Color #58757A in popluar color models

58757A
RGB88117122
HSL189°16.19%41.18%
HSB/HSV189°27.87%47.84%
CMYK27.87%4.10%0.00%
52.16%

Color #58757A in popluar number systems.

HEX58757A
Decimal88117122
Binary101100011101011111010
Octal130165172

Shades and tints

Shades of #58757A

#58757A
(88,117,122)
#506B6F
(80,107,111)
#486164
(72,97,100)
#405759
(64,87,89)
#384D4E
(56,77,78)
#304343
(48,67,67)
#283938
(40,57,56)
#202F2D
(32,47,45)
#182522
(24,37,34)
#101B17
(16,27,23)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #58757A

#58757A
(88,117,122)
#678186
(103,129,134)
#768D92
(118,141,146)
#85999E
(133,153,158)
#94A5AA
(148,165,170)
#A3B1B6
(163,177,182)
#B2BDC2
(178,189,194)
#C1C9CE
(193,201,206)
#D0D5DA
(208,213,218)
#DFE1E6
(223,225,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58757A; }

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

This text font color is #58757A.


Background Color

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

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

This div background color is #58757A.


Border color

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

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

This div border color is #58757A.


Opacity

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

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

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

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

This text has shadow with #58757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58757A on black background.


Color preview on white background

This text has color #58757A on white background.



Black color preview on #58757A background

This text has black color on #58757A background.


White color preview on #58757A background

This text has white color on #58757A background.