COLOR #59585C

HEX: #59585C
RGB: (89,88,92)

Color info

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

RGB color model

#59585C color RGB value is (89,88,92).

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

RGB channels and saturation

R 89 of 255 = 35%
G 88 of 255 = 35%
B 92 of 255 = 36%

89
88
92

R + G + B ~ 35%. #59585C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 88 + 92 = 269 (100%)
R 89 of 269 ~ 33.09%
G 88 of 269 ~ 32.71%
B 92 of 269 ~ 34.2%

%33.09
%32.71
%34.2

CMYK color model

#59585C color CMYK value is (3,4,0,64).

  • cyan value is 3.26%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(3,4,0,64)
C3M4Y0K64 
(3%,4%,0%,64%)
(0.03/0.04/0.00/0.64)	

CMYK percentages

%3.26
%4.35
%0
%63.92

Codes

Color #59585C in popluar color models

59585C
RGB898892
HSL255°2.22%35.29%
HSB/HSV255°4.35%36.08%
CMYK3.26%4.35%0.00%
63.92%

Color #59585C in popluar number systems.

HEX59585C
Decimal898892
Binary101100110110001011100
Octal131130134

Shades and tints

Shades of #59585C

#59585C
(89,88,92)
#515054
(81,80,84)
#49484C
(73,72,76)
#414044
(65,64,68)
#39383C
(57,56,60)
#313034
(49,48,52)
#29282C
(41,40,44)
#212024
(33,32,36)
#19181C
(25,24,28)
#111014
(17,16,20)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #59585C

#59585C
(89,88,92)
#68676A
(104,103,106)
#777678
(119,118,120)
#868586
(134,133,134)
#959494
(149,148,148)
#A4A3A2
(164,163,162)
#B3B2B0
(179,178,176)
#C2C1BE
(194,193,190)
#D1D0CC
(209,208,204)
#E0DFDA
(224,223,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59585C color. Also use rgb(89,88,92) instead hex code.

Text Font Color

.myTextColor { color: #59585C; }

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

This text font color is #59585C.


Background Color

.myBgColor { background-color: #59585C; }

<div style="background-color:#59585C">Inner text</div>

This div background color is #59585C.


Border color

.myBorderColor { border: 1px solid #59585C; }

<div style="border:3px solid #59585C">Div</div>

This div border color is #59585C.


Opacity

.myOpacity80 { color: #59585C; opacity: 0.8; }

<p style="color:#59585C;opacity:0.8;">80%</p>

Text with #59585C 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 #59585C;}

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

This text has shadow with #59585C color.

.textShadow {text-shadow: 3px 3px 1px #59585C, 3px 3px 1px red;}

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

This text has shadow with #59585C primary color and red secondary color.


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

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

This text has shadow with #59585C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59585C on black background.


Color preview on white background

This text has color #59585C on white background.



Black color preview on #59585C background

This text has black color on #59585C background.


White color preview on #59585C background

This text has white color on #59585C background.