COLOR #585A51

HEX: #585A51
RGB: (88,90,81)

Color info

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

RGB color model

#585A51 color RGB value is (88,90,81).

  • red value is 88;
  • green value is 90;
  • blue value is 81.
RGB:
(88,90,81)
(35%,35%,32%)

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 81 of 255 = 32%

88
90
81

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

Portions of RGB colors in percentages

R + G + B =
88 + 90 + 81 = 259 (100%)
R 88 of 259 ~ 33.98%
G 90 of 259 ~ 34.75%
B 81 of 259 ~ 31.27%

%33.98
%34.75
%31.27

CMYK color model

#585A51 color CMYK value is (2,0,10,65).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 64.71%
CMYK:
(2,0,10,65)
C2M0Y10K65 
(2%,0%,10%,65%)
(0.02/0.00/0.10/0.65)	

CMYK percentages

%2.22
%0
%10
%64.71

Codes

Color #585A51 in popluar color models

585A51
RGB889081
HSL73°5.26%33.53%
HSB/HSV73°10.00%35.29%
CMYK2.22%0.00%10.00%
64.71%

Color #585A51 in popluar number systems.

HEX585A51
Decimal889081
Binary101100010110101010001
Octal130132121

Shades and tints

Shades of #585A51

#585A51
(88,90,81)
#50524A
(80,82,74)
#484A43
(72,74,67)
#40423C
(64,66,60)
#383A35
(56,58,53)
#30322E
(48,50,46)
#282A27
(40,42,39)
#202220
(32,34,32)
#181A19
(24,26,25)
#101212
(16,18,18)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #585A51

#585A51
(88,90,81)
#676960
(103,105,96)
#76786F
(118,120,111)
#85877E
(133,135,126)
#94968D
(148,150,141)
#A3A59C
(163,165,156)
#B2B4AB
(178,180,171)
#C1C3BA
(193,195,186)
#D0D2C9
(208,210,201)
#DFE1D8
(223,225,216)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A51 color. Also use rgb(88,90,81) instead hex code.

Text Font Color

.myTextColor { color: #585A51; }

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

This text font color is #585A51.


Background Color

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

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

This div background color is #585A51.


Border color

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

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

This div border color is #585A51.


Opacity

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

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

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

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

This text has shadow with #585A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A51 on black background.


Color preview on white background

This text has color #585A51 on white background.



Black color preview on #585A51 background

This text has black color on #585A51 background.


White color preview on #585A51 background

This text has white color on #585A51 background.