COLOR #59595F

HEX: #59595F
RGB: (89,89,95)

Color info

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

RGB color model

#59595F color RGB value is (89,89,95).

  • red value is 89;
  • green value is 89;
  • blue value is 95.
RGB:
(89,89,95)
(35%,35%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 89 of 255 = 35%
B 95 of 255 = 37%

89
89
95

R + G + B ~ 36%. #59595F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 95 = 273 (100%)
R 89 of 273 ~ 32.6%
G 89 of 273 ~ 32.6%
B 95 of 273 ~ 34.8%

%32.6
%32.6
%34.8

CMYK color model

#59595F color CMYK value is (6,6,0,63).

  • cyan value is 6.32%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,6,0,63)
C6M6Y0K63 
(6%,6%,0%,63%)
(0.06/0.06/0.00/0.63)	

CMYK percentages

%6.32
%6.32
%0
%62.75

Codes

Color #59595F in popluar color models

59595F
RGB898995
HSL240°3.26%36.08%
HSB/HSV240°6.32%37.25%
CMYK6.32%6.32%0.00%
62.75%

Color #59595F in popluar number systems.

HEX59595F
Decimal898995
Binary101100110110011011111
Octal131131137

Shades and tints

Shades of #59595F

#59595F
(89,89,95)
#515157
(81,81,87)
#49494F
(73,73,79)
#414147
(65,65,71)
#39393F
(57,57,63)
#313137
(49,49,55)
#29292F
(41,41,47)
#212127
(33,33,39)
#19191F
(25,25,31)
#111117
(17,17,23)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #59595F

#59595F
(89,89,95)
#68686D
(104,104,109)
#77777B
(119,119,123)
#868689
(134,134,137)
#959597
(149,149,151)
#A4A4A5
(164,164,165)
#B3B3B3
(179,179,179)
#C2C2C1
(194,194,193)
#D1D1CF
(209,209,207)
#E0E0DD
(224,224,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59595F color. Also use rgb(89,89,95) instead hex code.

Text Font Color

.myTextColor { color: #59595F; }

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

This text font color is #59595F.


Background Color

.myBgColor { background-color: #59595F; }

<div style="background-color:#59595F">Inner text</div>

This div background color is #59595F.


Border color

.myBorderColor { border: 1px solid #59595F; }

<div style="border:3px solid #59595F">Div</div>

This div border color is #59595F.


Opacity

.myOpacity80 { color: #59595F; opacity: 0.8; }

<p style="color:#59595F;opacity:0.8;">80%</p>

Text with #59595F 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 #59595F;}

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

This text has shadow with #59595F color.

.textShadow {text-shadow: 3px 3px 1px #59595F, 3px 3px 1px red;}

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

This text has shadow with #59595F primary color and red secondary color.


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

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

This text has shadow with #59595F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59595F on black background.


Color preview on white background

This text has color #59595F on white background.



Black color preview on #59595F background

This text has black color on #59595F background.


White color preview on #59595F background

This text has white color on #59595F background.