COLOR #58575A

HEX: #58575A
RGB: (88,87,90)

Color info

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

RGB color model

#58575A color RGB value is (88,87,90).

  • red value is 88;
  • green value is 87;
  • blue value is 90.
RGB:
(88,87,90)
(35%,34%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 90 of 255 = 35%

88
87
90

R + G + B ~ 35%. #58575A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 90 = 265 (100%)
R 88 of 265 ~ 33.21%
G 87 of 265 ~ 32.83%
B 90 of 265 ~ 33.96%

%33.21
%32.83
%33.96

CMYK color model

#58575A color CMYK value is (2,3,0,65).

  • cyan value is 2.22%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(2,3,0,65)
C2M3Y0K65 
(2%,3%,0%,65%)
(0.02/0.03/0.00/0.65)	

CMYK percentages

%2.22
%3.33
%0
%64.71

Codes

Color #58575A in popluar color models

58575A
RGB888790
HSL260°1.69%34.71%
HSB/HSV260°3.33%35.29%
CMYK2.22%3.33%0.00%
64.71%

Color #58575A in popluar number systems.

HEX58575A
Decimal888790
Binary101100010101111011010
Octal130127132

Shades and tints

Shades of #58575A

#58575A
(88,87,90)
#505052
(80,80,82)
#48494A
(72,73,74)
#404242
(64,66,66)
#383B3A
(56,59,58)
#303432
(48,52,50)
#282D2A
(40,45,42)
#202622
(32,38,34)
#181F1A
(24,31,26)
#101812
(16,24,18)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #58575A

#58575A
(88,87,90)
#676669
(103,102,105)
#767578
(118,117,120)
#858487
(133,132,135)
#949396
(148,147,150)
#A3A2A5
(163,162,165)
#B2B1B4
(178,177,180)
#C1C0C3
(193,192,195)
#D0CFD2
(208,207,210)
#DFDEE1
(223,222,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58575A color. Also use rgb(88,87,90) instead hex code.

Text Font Color

.myTextColor { color: #58575A; }

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

This text font color is #58575A.


Background Color

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

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

This div background color is #58575A.


Border color

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

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

This div border color is #58575A.


Opacity

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

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

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

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

This text has shadow with #58575A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58575A on black background.


Color preview on white background

This text has color #58575A on white background.



Black color preview on #58575A background

This text has black color on #58575A background.


White color preview on #58575A background

This text has white color on #58575A background.