COLOR #585E37

HEX: #585E37
RGB: (88,94,55)

Color info

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

RGB color model

#585E37 color RGB value is (88,94,55).

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

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 55 of 255 = 22%

88
94
55

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

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 55 = 237 (100%)
R 88 of 237 ~ 37.13%
G 94 of 237 ~ 39.66%
B 55 of 237 ~ 23.21%

%37.13
%39.66
%23.21

CMYK color model

#585E37 color CMYK value is (6,0,41,63).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(6,0,41,63)
C6M0Y41K63 
(6%,0%,41%,63%)
(0.06/0.00/0.41/0.63)	

CMYK percentages

%6.38
%0
%41.49
%63.14

Codes

Color #585E37 in popluar color models

585E37
RGB889455
HSL69°26.17%29.22%
HSB/HSV69°41.49%36.86%
CMYK6.38%0.00%41.49%
63.14%

Color #585E37 in popluar number systems.

HEX585E37
Decimal889455
Binary10110001011110110111
Octal13013667

Shades and tints

Shades of #585E37

#585E37
(88,94,55)
#505632
(80,86,50)
#484E2D
(72,78,45)
#404628
(64,70,40)
#383E23
(56,62,35)
#30361E
(48,54,30)
#282E19
(40,46,25)
#202614
(32,38,20)
#181E0F
(24,30,15)
#10160A
(16,22,10)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #585E37

#585E37
(88,94,55)
#676C49
(103,108,73)
#767A5B
(118,122,91)
#85886D
(133,136,109)
#94967F
(148,150,127)
#A3A491
(163,164,145)
#B2B2A3
(178,178,163)
#C1C0B5
(193,192,181)
#D0CEC7
(208,206,199)
#DFDCD9
(223,220,217)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E37; }

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

This text font color is #585E37.


Background Color

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

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

This div background color is #585E37.


Border color

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

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

This div border color is #585E37.


Opacity

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

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

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

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

This text has shadow with #585E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E37 on black background.


Color preview on white background

This text has color #585E37 on white background.



Black color preview on #585E37 background

This text has black color on #585E37 background.


White color preview on #585E37 background

This text has white color on #585E37 background.