COLOR #585B45

HEX: #585B45 RGB: (88,91,69)

Color info

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

RGB color model

#585B45 color RGB value is (88,91,69).

RGB: (88,91,69) (35%, 36%, 27%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 69 of 255 = 27%

88
91
69

R + G + B ~ 33%. #585B45 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 91 + 69 = 248 (100%)
R 88 of 248 ~ 35.48%
G 91 of 248 ~ 36.69%
B 69 of 248 ~ 27.82'%

%35.48
%36.69
%27.82

CMYK color model

#585B45 color CMYK value is (3,0,24,64).

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

CMYK: (3,0,24,64)
C3M0Y24K64 (3%, 0%, 24%, 64%)
(0.03 / 0.00 / 0.24 / 0.64)

CMYK percentages

%3.3
%0
%24.18
%64.31

Codes

Color #585B45 in popluar color models

58 5B 45
RGB 88 91 69
HSL 68° 13.75% 31.37%
HSB/HSV 68° 24.18% 35.69%
CMYK 3.30% 0.00% 24.18%
64.31%

Color #585B45 in popluar number systems.

HEX 58 5B 45
Decimal 88 91 69
Binary 1011000 1011011 1000101
Octal 130 133 105

Shades and tints

Shades of #585B45

#585B45
(88,91,69)
#50533F
(80,83,63)
#484B39
(72,75,57)
#404333
(64,67,51)
#383B2D
(56,59,45)
#303327
(48,51,39)
#282B21
(40,43,33)
#20231B
(32,35,27)
#181B15
(24,27,21)
#10130F
(16,19,15)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #585B45

#585B45
(88,91,69)
#676955
(103,105,85)
#767765
(118,119,101)
#858575
(133,133,117)
#949385
(148,147,133)
#A3A195
(163,161,149)
#B2AFA5
(178,175,165)
#C1BDB5
(193,189,181)
#D0CBC5
(208,203,197)
#DFD9D5
(223,217,213)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B45; }

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

This text font color is #585B45.

Background Color

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

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

This div background color is #585B45.

Border color

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

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

This div border color is #585B45.

Opacity

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

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

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

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

This text has shadow with #585B45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585B45.

Preview

Color preview on black background

This text has color #585B45 on black background.


Color preview on white background

This text has color #585B45 on white background.


Black color preview on #585B45 background

This text has black color on #585B45 background.


White color preview on #585B45 background

This text has white color on #585B45 background.


Related colors

Complementary color

Complementary color for #hex is #A7A4BA.


I love getcolorcode.com

Triadic colors

1 #45585B and #5B4558 with #585B45 are triadic colors.

2 #455B58 and #5B5845 with #585B45 are triadic colors.