COLOR #585D48

HEX: #585D48
RGB: (88,93,72)

Color info

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

RGB color model

#585D48 color RGB value is (88,93,72).

  • red value is 88;
  • green value is 93;
  • blue value is 72.
RGB:
(88,93,72)
(35%,36%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 93 of 255 = 36%
B 72 of 255 = 28%

88
93
72

R + G + B ~ 33%. #585D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 93 + 72 = 253 (100%)
R 88 of 253 ~ 34.78%
G 93 of 253 ~ 36.76%
B 72 of 253 ~ 28.46%

%34.78
%36.76
%28.46

CMYK color model

#585D48 color CMYK value is (5,0,23,64).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 63.53%
CMYK:
(5,0,23,64)
C5M0Y23K64 
(5%,0%,23%,64%)
(0.05/0.00/0.23/0.64)	

CMYK percentages

%5.38
%0
%22.58
%63.53

Codes

Color #585D48 in popluar color models

585D48
RGB889372
HSL74°12.73%32.35%
HSB/HSV74°22.58%36.47%
CMYK5.38%0.00%22.58%
63.53%

Color #585D48 in popluar number systems.

HEX585D48
Decimal889372
Binary101100010111011001000
Octal130135110

Shades and tints

Shades of #585D48

#585D48
(88,93,72)
#505542
(80,85,66)
#484D3C
(72,77,60)
#404536
(64,69,54)
#383D30
(56,61,48)
#30352A
(48,53,42)
#282D24
(40,45,36)
#20251E
(32,37,30)
#181D18
(24,29,24)
#101512
(16,21,18)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #585D48

#585D48
(88,93,72)
#676B58
(103,107,88)
#767968
(118,121,104)
#858778
(133,135,120)
#949588
(148,149,136)
#A3A398
(163,163,152)
#B2B1A8
(178,177,168)
#C1BFB8
(193,191,184)
#D0CDC8
(208,205,200)
#DFDBD8
(223,219,216)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D48 color. Also use rgb(88,93,72) instead hex code.

Text Font Color

.myTextColor { color: #585D48; }

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

This text font color is #585D48.


Background Color

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

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

This div background color is #585D48.


Border color

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

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

This div border color is #585D48.


Opacity

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

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

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

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

This text has shadow with #585D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D48 on black background.


Color preview on white background

This text has color #585D48 on white background.



Black color preview on #585D48 background

This text has black color on #585D48 background.


White color preview on #585D48 background

This text has white color on #585D48 background.