COLOR #58534D

HEX: #58534D
RGB: (88,83,77)

Color info

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

RGB color model

#58534D color RGB value is (88,83,77).

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

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 77 of 255 = 30%

88
83
77

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 77 = 248 (100%)
R 88 of 248 ~ 35.48%
G 83 of 248 ~ 33.47%
B 77 of 248 ~ 31.05%

%35.48
%33.47
%31.05

CMYK color model

#58534D color CMYK value is (0,6,13,65).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,6,13,65)
C0M6Y13K65 
(0%,6%,13%,65%)
(0.00/0.06/0.13/0.65)	

CMYK percentages

%0
%5.68
%12.5
%65.49

Codes

Color #58534D in popluar color models

58534D
RGB888377
HSL33°6.67%32.35%
HSB/HSV33°12.50%34.51%
CMYK0.00%5.68%12.50%
65.49%

Color #58534D in popluar number systems.

HEX58534D
Decimal888377
Binary101100010100111001101
Octal130123115

Shades and tints

Shades of #58534D

#58534D
(88,83,77)
#504C46
(80,76,70)
#48453F
(72,69,63)
#403E38
(64,62,56)
#383731
(56,55,49)
#30302A
(48,48,42)
#282923
(40,41,35)
#20221C
(32,34,28)
#181B15
(24,27,21)
#10140E
(16,20,14)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #58534D

#58534D
(88,83,77)
#67625D
(103,98,93)
#76716D
(118,113,109)
#85807D
(133,128,125)
#948F8D
(148,143,141)
#A39E9D
(163,158,157)
#B2ADAD
(178,173,173)
#C1BCBD
(193,188,189)
#D0CBCD
(208,203,205)
#DFDADD
(223,218,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58534D; }

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

This text font color is #58534D.


Background Color

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

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

This div background color is #58534D.


Border color

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

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

This div border color is #58534D.


Opacity

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

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

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

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

This text has shadow with #58534D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58534D on black background.


Color preview on white background

This text has color #58534D on white background.



Black color preview on #58534D background

This text has black color on #58534D background.


White color preview on #58534D background

This text has white color on #58534D background.