COLOR #58554F

HEX: #58554F
RGB: (88,85,79)

Color info

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

RGB color model

#58554F color RGB value is (88,85,79).

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

RGB channels and saturation

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

88
85
79

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

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 79 = 252 (100%)
R 88 of 252 ~ 34.92%
G 85 of 252 ~ 33.73%
B 79 of 252 ~ 31.35%

%34.92
%33.73
%31.35

CMYK color model

#58554F color CMYK value is (0,3,10,65).

  • cyan value is 0.00%
  • magenta value is 3.41%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(0,3,10,65)
C0M3Y10K65 
(0%,3%,10%,65%)
(0.00/0.03/0.10/0.65)	

CMYK percentages

%0
%3.41
%10.23
%65.49

Codes

Color #58554F in popluar color models

58554F
RGB888579
HSL40°5.39%32.75%
HSB/HSV40°10.23%34.51%
CMYK0.00%3.41%10.23%
65.49%

Color #58554F in popluar number systems.

HEX58554F
Decimal888579
Binary101100010101011001111
Octal130125117

Shades and tints

Shades of #58554F

#58554F
(88,85,79)
#504E48
(80,78,72)
#484741
(72,71,65)
#40403A
(64,64,58)
#383933
(56,57,51)
#30322C
(48,50,44)
#282B25
(40,43,37)
#20241E
(32,36,30)
#181D17
(24,29,23)
#101610
(16,22,16)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #58554F

#58554F
(88,85,79)
#67645F
(103,100,95)
#76736F
(118,115,111)
#85827F
(133,130,127)
#94918F
(148,145,143)
#A3A09F
(163,160,159)
#B2AFAF
(178,175,175)
#C1BEBF
(193,190,191)
#D0CDCF
(208,205,207)
#DFDCDF
(223,220,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58554F; }

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

This text font color is #58554F.


Background Color

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

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

This div background color is #58554F.


Border color

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

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

This div border color is #58554F.


Opacity

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

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

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

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

This text has shadow with #58554F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58554F on black background.


Color preview on white background

This text has color #58554F on white background.



Black color preview on #58554F background

This text has black color on #58554F background.


White color preview on #58554F background

This text has white color on #58554F background.