COLOR #58574D

HEX: #58574D
RGB: (88,87,77)

Color info

#58574D contains red, green and blue colors in about the same proportion. Web safe color of #58574D is #666633 (or #663).

RGB color model

#58574D color RGB value is (88,87,77).

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

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 77 of 255 = 30%

88
87
77

R + G + B ~ 33%. #58574D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 77 = 252 (100%)
R 88 of 252 ~ 34.92%
G 87 of 252 ~ 34.52%
B 77 of 252 ~ 30.56%

%34.92
%34.52
%30.56

CMYK color model

#58574D color CMYK value is (0,1,13,65).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,1,13,65)
C0M1Y13K65 
(0%,1%,13%,65%)
(0.00/0.01/0.13/0.65)	

CMYK percentages

%0
%1.14
%12.5
%65.49

Codes

Color #58574D in popluar color models

58574D
RGB888777
HSL55°6.67%32.35%
HSB/HSV55°12.50%34.51%
CMYK0.00%1.14%12.50%
65.49%

Color #58574D in popluar number systems.

HEX58574D
Decimal888777
Binary101100010101111001101
Octal130127115

Shades and tints

Shades of #58574D

#58574D
(88,87,77)
#505046
(80,80,70)
#48493F
(72,73,63)
#404238
(64,66,56)
#383B31
(56,59,49)
#30342A
(48,52,42)
#282D23
(40,45,35)
#20261C
(32,38,28)
#181F15
(24,31,21)
#10180E
(16,24,14)
#081107
(8,17,7)
#000000
(0,0,0)

Tints of #58574D

#58574D
(88,87,77)
#67665D
(103,102,93)
#76756D
(118,117,109)
#85847D
(133,132,125)
#94938D
(148,147,141)
#A3A29D
(163,162,157)
#B2B1AD
(178,177,173)
#C1C0BD
(193,192,189)
#D0CFCD
(208,207,205)
#DFDEDD
(223,222,221)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58574D color. Also use rgb(88,87,77) instead hex code.

Text Font Color

.myTextColor { color: #58574D; }

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

This text font color is #58574D.


Background Color

.myBgColor { background-color: #58574D; }

<div style="background-color:#58574D">Inner text</div>

This div background color is #58574D.


Border color

.myBorderColor { border: 1px solid #58574D; }

<div style="border:3px solid #58574D">Div</div>

This div border color is #58574D.


Opacity

.myOpacity80 { color: #58574D; opacity: 0.8; }

<p style="color:#58574D;opacity:0.8;">80%</p>

Text with #58574D 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 #58574D;}

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

This text has shadow with #58574D color.

.textShadow {text-shadow: 3px 3px 1px #58574D, 3px 3px 1px red;}

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

This text has shadow with #58574D primary color and red secondary color.


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

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

This text has shadow with #58574D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58574D on black background.


Color preview on white background

This text has color #58574D on white background.



Black color preview on #58574D background

This text has black color on #58574D background.


White color preview on #58574D background

This text has white color on #58574D background.