COLOR #585B3E

HEX: #585B3E RGB: (88,91,62)

Color info

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

RGB color model

#585B3E color RGB value is (88,91,62).

RGB: (88,91,62) (35%, 36%, 24%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 62 of 255 = 24%

88
91
62

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

Portions of RGB colors in percentages

R + G + B = 88 + 91 + 62 = 241 (100%)
R 88 of 241 ~ 36.51%
G 91 of 241 ~ 37.76%
B 62 of 241 ~ 25.73'%

%36.51
%37.76
%25.73

CMYK color model

#585B3E color CMYK value is (3,0,32,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 64.31%
CMYK: (3,0,32,64) C3M0Y32K64 (3%,0%,32%,64%) (0.03/0.00/0.32/0.64) 

CMYK percentages

%3.3
%0
%31.87
%64.31

Codes

Color #585B3E in popluar color models

58 5B 3E
RGB 88 91 62
HSL 66° 18.95% 30.00%
HSB/HSV 66° 31.87% 35.69%
CMYK 3.30% 0.00% 31.87%
64.31%

Color #585B3E in popluar number systems.

HEX 58 5B 3E
Decimal 88 91 62
Binary 1011000 1011011 111110
Octal 130 133 76

Shades and tints

Shades of #585B3E

#585B3E
(88,91,62)
#505339
(80,83,57)
#484B34
(72,75,52)
#40432F
(64,67,47)
#383B2A
(56,59,42)
#303325
(48,51,37)
#282B20
(40,43,32)
#20231B
(32,35,27)
#181B16
(24,27,22)
#101311
(16,19,17)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #585B3E

#585B3E
(88,91,62)
#67694F
(103,105,79)
#767760
(118,119,96)
#858571
(133,133,113)
#949382
(148,147,130)
#A3A193
(163,161,147)
#B2AFA4
(178,175,164)
#C1BDB5
(193,189,181)
#D0CBC6
(208,203,198)
#DFD9D7
(223,217,215)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B3E color. Also use rgb(88,91,62) instead hex code.

Text Font Color

.myTextColor { color: #585B3E; }

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

This text font color is #585B3E.

Background Color

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

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

This div background color is #585B3E.

Border color

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

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

This div border color is #585B3E.

Opacity

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

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

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

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

This text has shadow with #585B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585B3E.

Preview

Color preview on black background

This text has color #585B3E on black background.


Color preview on white background

This text has color #585B3E on white background.


Black color preview on #585B3E background

This text has black color on #585B3E background.


White color preview on #585B3E background

This text has white color on #585B3E background.


Related colors

Complementary color

Complementary color for #hex is #A7A4C1.


I love getcolorcode.com

Triadic colors

1 #3E585B and #5B3E58 with #585B3E are triadic colors.

2 #3E5B58 and #5B583E with #585B3E are triadic colors.