COLOR #585B4C

HEX: #585B4C
RGB: (88,91,76)

Color info

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

RGB color model

#585B4C color RGB value is (88,91,76).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 76 of 255 = 30%

88
91
76

R + G + B ~ 34%. #585B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 76 = 255 (100%)
R 88 of 255 ~ 34.51%
G 91 of 255 ~ 35.69%
B 76 of 255 ~ 29.8%

%34.51
%35.69
%29.8

CMYK color model

#585B4C color CMYK value is (3,0,16,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 64.31%
CMYK:
(3,0,16,64)
C3M0Y16K64 
(3%,0%,16%,64%)
(0.03/0.00/0.16/0.64)	

CMYK percentages

%3.3
%0
%16.48
%64.31

Codes

Color #585B4C in popluar color models

585B4C
RGB889176
HSL72°8.98%32.75%
HSB/HSV72°16.48%35.69%
CMYK3.30%0.00%16.48%
64.31%

Color #585B4C in popluar number systems.

HEX585B4C
Decimal889176
Binary101100010110111001100
Octal130133114

Shades and tints

Shades of #585B4C

#585B4C
(88,91,76)
#505346
(80,83,70)
#484B40
(72,75,64)
#40433A
(64,67,58)
#383B34
(56,59,52)
#30332E
(48,51,46)
#282B28
(40,43,40)
#202322
(32,35,34)
#181B1C
(24,27,28)
#101316
(16,19,22)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #585B4C

#585B4C
(88,91,76)
#67695C
(103,105,92)
#76776C
(118,119,108)
#85857C
(133,133,124)
#94938C
(148,147,140)
#A3A19C
(163,161,156)
#B2AFAC
(178,175,172)
#C1BDBC
(193,189,188)
#D0CBCC
(208,203,204)
#DFD9DC
(223,217,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B4C; }

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

This text font color is #585B4C.


Background Color

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

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

This div background color is #585B4C.


Border color

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

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

This div border color is #585B4C.


Opacity

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

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

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

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

This text has shadow with #585B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B4C on black background.


Color preview on white background

This text has color #585B4C on white background.



Black color preview on #585B4C background

This text has black color on #585B4C background.


White color preview on #585B4C background

This text has white color on #585B4C background.