COLOR #585B4B

HEX: #585B4B
RGB: (88,91,75)

Color info

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

RGB color model

#585B4B color RGB value is (88,91,75).

  • red value is 88;
  • green value is 91;
  • blue value is 75.
RGB:
(88,91,75)
(35%,36%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 75 of 255 = 29%

88
91
75

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

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 75 = 254 (100%)
R 88 of 254 ~ 34.65%
G 91 of 254 ~ 35.83%
B 75 of 254 ~ 29.53%

%34.65
%35.83
%29.53

CMYK color model

#585B4B color CMYK value is (3,0,18,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 64.31%
CMYK:
(3,0,18,64)
C3M0Y18K64 
(3%,0%,18%,64%)
(0.03/0.00/0.18/0.64)	

CMYK percentages

%3.3
%0
%17.58
%64.31

Codes

Color #585B4B in popluar color models

585B4B
RGB889175
HSL71°9.64%32.55%
HSB/HSV71°17.58%35.69%
CMYK3.30%0.00%17.58%
64.31%

Color #585B4B in popluar number systems.

HEX585B4B
Decimal889175
Binary101100010110111001011
Octal130133113

Shades and tints

Shades of #585B4B

#585B4B
(88,91,75)
#505345
(80,83,69)
#484B3F
(72,75,63)
#404339
(64,67,57)
#383B33
(56,59,51)
#30332D
(48,51,45)
#282B27
(40,43,39)
#202321
(32,35,33)
#181B1B
(24,27,27)
#101315
(16,19,21)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #585B4B

#585B4B
(88,91,75)
#67695B
(103,105,91)
#76776B
(118,119,107)
#85857B
(133,133,123)
#94938B
(148,147,139)
#A3A19B
(163,161,155)
#B2AFAB
(178,175,171)
#C1BDBB
(193,189,187)
#D0CBCB
(208,203,203)
#DFD9DB
(223,217,219)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B4B; }

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

This text font color is #585B4B.


Background Color

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

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

This div background color is #585B4B.


Border color

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

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

This div border color is #585B4B.


Opacity

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

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

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

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

This text has shadow with #585B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B4B on black background.


Color preview on white background

This text has color #585B4B on white background.



Black color preview on #585B4B background

This text has black color on #585B4B background.


White color preview on #585B4B background

This text has white color on #585B4B background.