COLOR #585C57

HEX: #585C57
RGB: (88,92,87)

Color info

#585C57 contains red, green and blue colors in about the same proportion. Web safe color of #585C57 is #666666 (or #666).

RGB color model

#585C57 color RGB value is (88,92,87).

  • red value is 88;
  • green value is 92;
  • blue value is 87.
RGB:
(88,92,87)
(35%,36%,34%)

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 87 of 255 = 34%

88
92
87

R + G + B ~ 35%. #585C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 87 = 267 (100%)
R 88 of 267 ~ 32.96%
G 92 of 267 ~ 34.46%
B 87 of 267 ~ 32.58%

%32.96
%34.46
%32.58

CMYK color model

#585C57 color CMYK value is (4,0,5,64).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 63.92%
CMYK:
(4,0,5,64)
C4M0Y5K64 
(4%,0%,5%,64%)
(0.04/0.00/0.05/0.64)	

CMYK percentages

%4.35
%0
%5.43
%63.92

Codes

Color #585C57 in popluar color models

585C57
RGB889287
HSL108°2.79%35.10%
HSB/HSV108°5.43%36.08%
CMYK4.35%0.00%5.43%
63.92%

Color #585C57 in popluar number systems.

HEX585C57
Decimal889287
Binary101100010111001010111
Octal130134127

Shades and tints

Shades of #585C57

#585C57
(88,92,87)
#505450
(80,84,80)
#484C49
(72,76,73)
#404442
(64,68,66)
#383C3B
(56,60,59)
#303434
(48,52,52)
#282C2D
(40,44,45)
#202426
(32,36,38)
#181C1F
(24,28,31)
#101418
(16,20,24)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #585C57

#585C57
(88,92,87)
#676A66
(103,106,102)
#767875
(118,120,117)
#858684
(133,134,132)
#949493
(148,148,147)
#A3A2A2
(163,162,162)
#B2B0B1
(178,176,177)
#C1BEC0
(193,190,192)
#D0CCCF
(208,204,207)
#DFDADE
(223,218,222)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585C57 color. Also use rgb(88,92,87) instead hex code.

Text Font Color

.myTextColor { color: #585C57; }

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

This text font color is #585C57.


Background Color

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

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

This div background color is #585C57.


Border color

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

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

This div border color is #585C57.


Opacity

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

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

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

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

This text has shadow with #585C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C57 on black background.


Color preview on white background

This text has color #585C57 on white background.



Black color preview on #585C57 background

This text has black color on #585C57 background.


White color preview on #585C57 background

This text has white color on #585C57 background.