COLOR #585E4D

HEX: #585E4D
RGB: (88,94,77)

Color info

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

RGB color model

#585E4D color RGB value is (88,94,77).

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

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 77 of 255 = 30%

88
94
77

R + G + B ~ 34%. #585E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 77 = 259 (100%)
R 88 of 259 ~ 33.98%
G 94 of 259 ~ 36.29%
B 77 of 259 ~ 29.73%

%33.98
%36.29
%29.73

CMYK color model

#585E4D color CMYK value is (6,0,18,63).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(6,0,18,63)
C6M0Y18K63 
(6%,0%,18%,63%)
(0.06/0.00/0.18/0.63)	

CMYK percentages

%6.38
%0
%18.09
%63.14

Codes

Color #585E4D in popluar color models

585E4D
RGB889477
HSL81°9.94%33.53%
HSB/HSV81°18.09%36.86%
CMYK6.38%0.00%18.09%
63.14%

Color #585E4D in popluar number systems.

HEX585E4D
Decimal889477
Binary101100010111101001101
Octal130136115

Shades and tints

Shades of #585E4D

#585E4D
(88,94,77)
#505646
(80,86,70)
#484E3F
(72,78,63)
#404638
(64,70,56)
#383E31
(56,62,49)
#30362A
(48,54,42)
#282E23
(40,46,35)
#20261C
(32,38,28)
#181E15
(24,30,21)
#10160E
(16,22,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #585E4D

#585E4D
(88,94,77)
#676C5D
(103,108,93)
#767A6D
(118,122,109)
#85887D
(133,136,125)
#94968D
(148,150,141)
#A3A49D
(163,164,157)
#B2B2AD
(178,178,173)
#C1C0BD
(193,192,189)
#D0CECD
(208,206,205)
#DFDCDD
(223,220,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E4D color. Also use rgb(88,94,77) instead hex code.

Text Font Color

.myTextColor { color: #585E4D; }

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

This text font color is #585E4D.


Background Color

.myBgColor { background-color: #585E4D; }

<div style="background-color:#585E4D">Inner text</div>

This div background color is #585E4D.


Border color

.myBorderColor { border: 1px solid #585E4D; }

<div style="border:3px solid #585E4D">Div</div>

This div border color is #585E4D.


Opacity

.myOpacity80 { color: #585E4D; opacity: 0.8; }

<p style="color:#585E4D;opacity:0.8;">80%</p>

Text with #585E4D 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 #585E4D;}

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

This text has shadow with #585E4D color.

.textShadow {text-shadow: 3px 3px 1px #585E4D, 3px 3px 1px red;}

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

This text has shadow with #585E4D primary color and red secondary color.


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

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

This text has shadow with #585E4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E4D on black background.


Color preview on white background

This text has color #585E4D on white background.



Black color preview on #585E4D background

This text has black color on #585E4D background.


White color preview on #585E4D background

This text has white color on #585E4D background.