COLOR #585C3B

HEX: #585C3B
RGB: (88,92,59)

Color info

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

RGB color model

#585C3B color RGB value is (88,92,59).

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

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 59 of 255 = 23%

88
92
59

R + G + B ~ 31%. #585C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 59 = 239 (100%)
R 88 of 239 ~ 36.82%
G 92 of 239 ~ 38.49%
B 59 of 239 ~ 24.69%

%36.82
%38.49
%24.69

CMYK color model

#585C3B color CMYK value is (4,0,36,64).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 35.87%
  • key color value is 63.92%
CMYK:
(4,0,36,64)
C4M0Y36K64 
(4%,0%,36%,64%)
(0.04/0.00/0.36/0.64)	

CMYK percentages

%4.35
%0
%35.87
%63.92

Codes

Color #585C3B in popluar color models

585C3B
RGB889259
HSL67°21.85%29.61%
HSB/HSV67°35.87%36.08%
CMYK4.35%0.00%35.87%
63.92%

Color #585C3B in popluar number systems.

HEX585C3B
Decimal889259
Binary10110001011100111011
Octal13013473

Shades and tints

Shades of #585C3B

#585C3B
(88,92,59)
#505436
(80,84,54)
#484C31
(72,76,49)
#40442C
(64,68,44)
#383C27
(56,60,39)
#303422
(48,52,34)
#282C1D
(40,44,29)
#202418
(32,36,24)
#181C13
(24,28,19)
#10140E
(16,20,14)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #585C3B

#585C3B
(88,92,59)
#676A4C
(103,106,76)
#76785D
(118,120,93)
#85866E
(133,134,110)
#94947F
(148,148,127)
#A3A290
(163,162,144)
#B2B0A1
(178,176,161)
#C1BEB2
(193,190,178)
#D0CCC3
(208,204,195)
#DFDAD4
(223,218,212)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C3B; }

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

This text font color is #585C3B.


Background Color

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

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

This div background color is #585C3B.


Border color

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

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

This div border color is #585C3B.


Opacity

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

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

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

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

This text has shadow with #585C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C3B on black background.


Color preview on white background

This text has color #585C3B on white background.



Black color preview on #585C3B background

This text has black color on #585C3B background.


White color preview on #585C3B background

This text has white color on #585C3B background.