COLOR #58554E

HEX: #58554E
RGB: (88,85,78)

Color info

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

RGB color model

#58554E color RGB value is (88,85,78).

  • red value is 88;
  • green value is 85;
  • blue value is 78.
RGB:
(88,85,78)
(35%,33%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 78 of 255 = 31%

88
85
78

R + G + B ~ 33%. #58554E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 78 = 251 (100%)
R 88 of 251 ~ 35.06%
G 85 of 251 ~ 33.86%
B 78 of 251 ~ 31.08%

%35.06
%33.86
%31.08

CMYK color model

#58554E color CMYK value is (0,3,11,65).

  • cyan value is 0.00%
  • magenta value is 3.41%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(0,3,11,65)
C0M3Y11K65 
(0%,3%,11%,65%)
(0.00/0.03/0.11/0.65)	

CMYK percentages

%0
%3.41
%11.36
%65.49

Codes

Color #58554E in popluar color models

58554E
RGB888578
HSL42°6.02%32.55%
HSB/HSV42°11.36%34.51%
CMYK0.00%3.41%11.36%
65.49%

Color #58554E in popluar number systems.

HEX58554E
Decimal888578
Binary101100010101011001110
Octal130125116

Shades and tints

Shades of #58554E

#58554E
(88,85,78)
#504E47
(80,78,71)
#484740
(72,71,64)
#404039
(64,64,57)
#383932
(56,57,50)
#30322B
(48,50,43)
#282B24
(40,43,36)
#20241D
(32,36,29)
#181D16
(24,29,22)
#10160F
(16,22,15)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #58554E

#58554E
(88,85,78)
#67645E
(103,100,94)
#76736E
(118,115,110)
#85827E
(133,130,126)
#94918E
(148,145,142)
#A3A09E
(163,160,158)
#B2AFAE
(178,175,174)
#C1BEBE
(193,190,190)
#D0CDCE
(208,205,206)
#DFDCDE
(223,220,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58554E color. Also use rgb(88,85,78) instead hex code.

Text Font Color

.myTextColor { color: #58554E; }

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

This text font color is #58554E.


Background Color

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

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

This div background color is #58554E.


Border color

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

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

This div border color is #58554E.


Opacity

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

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

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

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

This text has shadow with #58554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58554E on black background.


Color preview on white background

This text has color #58554E on white background.



Black color preview on #58554E background

This text has black color on #58554E background.


White color preview on #58554E background

This text has white color on #58554E background.