COLOR #58576F

HEX: #58576F
RGB: (88,87,111)

Color info

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

RGB color model

#58576F color RGB value is (88,87,111).

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

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 111 of 255 = 44%

88
87
111

R + G + B ~ 38%. #58576F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 111 = 286 (100%)
R 88 of 286 ~ 30.77%
G 87 of 286 ~ 30.42%
B 111 of 286 ~ 38.81%

%30.77
%30.42
%38.81

CMYK color model

#58576F color CMYK value is (21,22,0,56).

  • cyan value is 20.72%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(21,22,0,56)
C21M22Y0K56 
(21%,22%,0%,56%)
(0.21/0.22/0.00/0.56)	

CMYK percentages

%20.72
%21.62
%0
%56.47

Codes

Color #58576F in popluar color models

58576F
RGB8887111
HSL243°12.12%38.82%
HSB/HSV243°21.62%43.53%
CMYK20.72%21.62%0.00%
56.47%

Color #58576F in popluar number systems.

HEX58576F
Decimal8887111
Binary101100010101111101111
Octal130127157

Shades and tints

Shades of #58576F

#58576F
(88,87,111)
#505065
(80,80,101)
#48495B
(72,73,91)
#404251
(64,66,81)
#383B47
(56,59,71)
#30343D
(48,52,61)
#282D33
(40,45,51)
#202629
(32,38,41)
#181F1F
(24,31,31)
#101815
(16,24,21)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #58576F

#58576F
(88,87,111)
#67667C
(103,102,124)
#767589
(118,117,137)
#858496
(133,132,150)
#9493A3
(148,147,163)
#A3A2B0
(163,162,176)
#B2B1BD
(178,177,189)
#C1C0CA
(193,192,202)
#D0CFD7
(208,207,215)
#DFDEE4
(223,222,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58576F color. Also use rgb(88,87,111) instead hex code.

Text Font Color

.myTextColor { color: #58576F; }

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

This text font color is #58576F.


Background Color

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

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

This div background color is #58576F.


Border color

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

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

This div border color is #58576F.


Opacity

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

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

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

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

This text has shadow with #58576F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58576F on black background.


Color preview on white background

This text has color #58576F on white background.



Black color preview on #58576F background

This text has black color on #58576F background.


White color preview on #58576F background

This text has white color on #58576F background.