COLOR #58534F

HEX: #58534F
RGB: (88,83,79)

Color info

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

RGB color model

#58534F color RGB value is (88,83,79).

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

RGB channels and saturation

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

88
83
79

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 79 = 250 (100%)
R 88 of 250 ~ 35.2%
G 83 of 250 ~ 33.2%
B 79 of 250 ~ 31.6%

%35.2
%33.2
%31.6

CMYK color model

#58534F color CMYK value is (0,6,10,65).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(0,6,10,65)
C0M6Y10K65 
(0%,6%,10%,65%)
(0.00/0.06/0.10/0.65)	

CMYK percentages

%0
%5.68
%10.23
%65.49

Codes

Color #58534F in popluar color models

58534F
RGB888379
HSL27°5.39%32.75%
HSB/HSV27°10.23%34.51%
CMYK0.00%5.68%10.23%
65.49%

Color #58534F in popluar number systems.

HEX58534F
Decimal888379
Binary101100010100111001111
Octal130123117

Shades and tints

Shades of #58534F

#58534F
(88,83,79)
#504C48
(80,76,72)
#484541
(72,69,65)
#403E3A
(64,62,58)
#383733
(56,55,51)
#30302C
(48,48,44)
#282925
(40,41,37)
#20221E
(32,34,30)
#181B17
(24,27,23)
#101410
(16,20,16)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #58534F

#58534F
(88,83,79)
#67625F
(103,98,95)
#76716F
(118,113,111)
#85807F
(133,128,127)
#948F8F
(148,143,143)
#A39E9F
(163,158,159)
#B2ADAF
(178,173,175)
#C1BCBF
(193,188,191)
#D0CBCF
(208,203,207)
#DFDADF
(223,218,223)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58534F; }

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

This text font color is #58534F.


Background Color

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

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

This div background color is #58534F.


Border color

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

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

This div border color is #58534F.


Opacity

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

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

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

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

This text has shadow with #58534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58534F on black background.


Color preview on white background

This text has color #58534F on white background.



Black color preview on #58534F background

This text has black color on #58534F background.


White color preview on #58534F background

This text has white color on #58534F background.