COLOR #585C40

HEX: #585C40
RGB: (88,92,64)

Color info

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

RGB color model

#585C40 color RGB value is (88,92,64).

  • red value is 88;
  • green value is 92;
  • blue value is 64.
RGB:
(88,92,64)
(35%,36%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 64 of 255 = 25%

88
92
64

R + G + B ~ 32%. #585C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 64 = 244 (100%)
R 88 of 244 ~ 36.07%
G 92 of 244 ~ 37.7%
B 64 of 244 ~ 26.23%

%36.07
%37.7
%26.23

CMYK color model

#585C40 color CMYK value is (4,0,30,64).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 63.92%
CMYK:
(4,0,30,64)
C4M0Y30K64 
(4%,0%,30%,64%)
(0.04/0.00/0.30/0.64)	

CMYK percentages

%4.35
%0
%30.43
%63.92

Codes

Color #585C40 in popluar color models

585C40
RGB889264
HSL69°17.95%30.59%
HSB/HSV69°30.43%36.08%
CMYK4.35%0.00%30.43%
63.92%

Color #585C40 in popluar number systems.

HEX585C40
Decimal889264
Binary101100010111001000000
Octal130134100

Shades and tints

Shades of #585C40

#585C40
(88,92,64)
#50543B
(80,84,59)
#484C36
(72,76,54)
#404431
(64,68,49)
#383C2C
(56,60,44)
#303427
(48,52,39)
#282C22
(40,44,34)
#20241D
(32,36,29)
#181C18
(24,28,24)
#101413
(16,20,19)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #585C40

#585C40
(88,92,64)
#676A51
(103,106,81)
#767862
(118,120,98)
#858673
(133,134,115)
#949484
(148,148,132)
#A3A295
(163,162,149)
#B2B0A6
(178,176,166)
#C1BEB7
(193,190,183)
#D0CCC8
(208,204,200)
#DFDAD9
(223,218,217)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585C40 color. Also use rgb(88,92,64) instead hex code.

Text Font Color

.myTextColor { color: #585C40; }

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

This text font color is #585C40.


Background Color

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

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

This div background color is #585C40.


Border color

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

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

This div border color is #585C40.


Opacity

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

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

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

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

This text has shadow with #585C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C40 on black background.


Color preview on white background

This text has color #585C40 on white background.



Black color preview on #585C40 background

This text has black color on #585C40 background.


White color preview on #585C40 background

This text has white color on #585C40 background.