COLOR #585B40

HEX: #585B40 RGB: (88,91,64)

Color info

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

RGB color model

#585B40 color RGB value is (88,91,64).

RGB: (88,91,64) (35%, 36%, 25%)

RGB channels and saturation

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

88
91
64

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

Portions of RGB colors in percentages

R + G + B = 88 + 91 + 64 = 243 (100%)
R 88 of 243 ~ 36.21%
G 91 of 243 ~ 37.45%
B 64 of 243 ~ 26.34'%

%36.21
%37.45
%26.34

CMYK color model

#585B40 color CMYK value is (3,0,30,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 64.31%

CMYK: (3,0,30,64)
C3M0Y30K64 (3%, 0%, 30%, 64%)
(0.03 / 0.00 / 0.30 / 0.64)

CMYK percentages

%3.3
%0
%29.67
%64.31

Codes

Color #585B40 in popluar color models

58 5B 40
RGB 88 91 64
HSL 67° 17.42% 30.39%
HSB/HSV 67° 29.67% 35.69%
CMYK 3.30% 0.00% 29.67%
64.31%

Color #585B40 in popluar number systems.

HEX 58 5B 40
Decimal 88 91 64
Binary 1011000 1011011 1000000
Octal 130 133 100

Shades and tints

Shades of #585B40

#585B40
(88,91,64)
#50533B
(80,83,59)
#484B36
(72,75,54)
#404331
(64,67,49)
#383B2C
(56,59,44)
#303327
(48,51,39)
#282B22
(40,43,34)
#20231D
(32,35,29)
#181B18
(24,27,24)
#101313
(16,19,19)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #585B40

#585B40
(88,91,64)
#676951
(103,105,81)
#767762
(118,119,98)
#858573
(133,133,115)
#949384
(148,147,132)
#A3A195
(163,161,149)
#B2AFA6
(178,175,166)
#C1BDB7
(193,189,183)
#D0CBC8
(208,203,200)
#DFD9D9
(223,217,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B40; }

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

This text font color is #585B40.

Background Color

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

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

This div background color is #585B40.

Border color

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

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

This div border color is #585B40.

Opacity

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

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

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

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

This text has shadow with #585B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585B40.

Preview

Color preview on black background

This text has color #585B40 on black background.


Color preview on white background

This text has color #585B40 on white background.


Black color preview on #585B40 background

This text has black color on #585B40 background.


White color preview on #585B40 background

This text has white color on #585B40 background.


Related colors

Complementary color

Complementary color for #hex is #A7A4BF.


I love getcolorcode.com

Triadic colors

1 #40585B and #5B4058 with #585B40 are triadic colors.

2 #405B58 and #5B5840 with #585B40 are triadic colors.