COLOR #585B24

HEX: #585B24 RGB: (88,91,36)

Color info

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

RGB color model

#585B24 color RGB value is (88,91,36).

RGB: (88,91,36) (35%, 36%, 14%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 36 of 255 = 14%

88
91
36

R + G + B ~ 28%. #585B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 91 + 36 = 215 (100%)
R 88 of 215 ~ 40.93%
G 91 of 215 ~ 42.33%
B 36 of 215 ~ 16.74'%

%40.93
%42.33
%16.74

CMYK color model

#585B24 color CMYK value is (3,0,60,64).

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

CMYK: (3,0,60,64)
C3M0Y60K64 (3%, 0%, 60%, 64%)
(0.03 / 0.00 / 0.60 / 0.64)

CMYK percentages

%3.3
%0
%60.44
%64.31

Codes

Color #585B24 in popluar color models

58 5B 24
RGB 88 91 36
HSL 63° 43.31% 24.90%
HSB/HSV 63° 60.44% 35.69%
CMYK 3.30% 0.00% 60.44%
64.31%

Color #585B24 in popluar number systems.

HEX 58 5B 24
Decimal 88 91 36
Binary 1011000 1011011 100100
Octal 130 133 44

Shades and tints

Shades of #585B24

#585B24
(88,91,36)
#505321
(80,83,33)
#484B1E
(72,75,30)
#40431B
(64,67,27)
#383B18
(56,59,24)
#303315
(48,51,21)
#282B12
(40,43,18)
#20230F
(32,35,15)
#181B0C
(24,27,12)
#101309
(16,19,9)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #585B24

#585B24
(88,91,36)
#676937
(103,105,55)
#76774A
(118,119,74)
#85855D
(133,133,93)
#949370
(148,147,112)
#A3A183
(163,161,131)
#B2AF96
(178,175,150)
#C1BDA9
(193,189,169)
#D0CBBC
(208,203,188)
#DFD9CF
(223,217,207)
#EEE7E2
(238,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B24; }

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

This text font color is #585B24.

Background Color

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

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

This div background color is #585B24.

Border color

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

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

This div border color is #585B24.

Opacity

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

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

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

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

This text has shadow with #585B24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585B24.

Preview

Color preview on black background

This text has color #585B24 on black background.


Color preview on white background

This text has color #585B24 on white background.


Black color preview on #585B24 background

This text has black color on #585B24 background.


White color preview on #585B24 background

This text has white color on #585B24 background.


Related colors

Complementary color

Complementary color for #hex is #A7A4DB.


I love getcolorcode.com

Triadic colors

1 #24585B and #5B2458 with #585B24 are triadic colors.

2 #245B58 and #5B5824 with #585B24 are triadic colors.