COLOR #585E3A

HEX: #585E3A
RGB: (88,94,58)

Color info

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

RGB color model

#585E3A color RGB value is (88,94,58).

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

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 58 of 255 = 23%

88
94
58

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

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 58 = 240 (100%)
R 88 of 240 ~ 36.67%
G 94 of 240 ~ 39.17%
B 58 of 240 ~ 24.17%

%36.67
%39.17
%24.17

CMYK color model

#585E3A color CMYK value is (6,0,38,63).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(6,0,38,63)
C6M0Y38K63 
(6%,0%,38%,63%)
(0.06/0.00/0.38/0.63)	

CMYK percentages

%6.38
%0
%38.3
%63.14

Codes

Color #585E3A in popluar color models

585E3A
RGB889458
HSL70°23.68%29.80%
HSB/HSV70°38.30%36.86%
CMYK6.38%0.00%38.30%
63.14%

Color #585E3A in popluar number systems.

HEX585E3A
Decimal889458
Binary10110001011110111010
Octal13013672

Shades and tints

Shades of #585E3A

#585E3A
(88,94,58)
#505635
(80,86,53)
#484E30
(72,78,48)
#40462B
(64,70,43)
#383E26
(56,62,38)
#303621
(48,54,33)
#282E1C
(40,46,28)
#202617
(32,38,23)
#181E12
(24,30,18)
#10160D
(16,22,13)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #585E3A

#585E3A
(88,94,58)
#676C4B
(103,108,75)
#767A5C
(118,122,92)
#85886D
(133,136,109)
#94967E
(148,150,126)
#A3A48F
(163,164,143)
#B2B2A0
(178,178,160)
#C1C0B1
(193,192,177)
#D0CEC2
(208,206,194)
#DFDCD3
(223,220,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E3A; }

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

This text font color is #585E3A.


Background Color

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

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

This div background color is #585E3A.


Border color

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

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

This div border color is #585E3A.


Opacity

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

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

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

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

This text has shadow with #585E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E3A on black background.


Color preview on white background

This text has color #585E3A on white background.



Black color preview on #585E3A background

This text has black color on #585E3A background.


White color preview on #585E3A background

This text has white color on #585E3A background.