COLOR #59565E

HEX: #59565E
RGB: (89,86,94)

Color info

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

RGB color model

#59565E color RGB value is (89,86,94).

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

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 94 of 255 = 37%

89
86
94

R + G + B ~ 35%. #59565E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 94 = 269 (100%)
R 89 of 269 ~ 33.09%
G 86 of 269 ~ 31.97%
B 94 of 269 ~ 34.94%

%33.09
%31.97
%34.94

CMYK color model

#59565E color CMYK value is (5,9,0,63).

  • cyan value is 5.32%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(5,9,0,63)
C5M9Y0K63 
(5%,9%,0%,63%)
(0.05/0.09/0.00/0.63)	

CMYK percentages

%5.32
%8.51
%0
%63.14

Codes

Color #59565E in popluar color models

59565E
RGB898694
HSL263°4.44%35.29%
HSB/HSV263°8.51%36.86%
CMYK5.32%8.51%0.00%
63.14%

Color #59565E in popluar number systems.

HEX59565E
Decimal898694
Binary101100110101101011110
Octal131126136

Shades and tints

Shades of #59565E

#59565E
(89,86,94)
#514F56
(81,79,86)
#49484E
(73,72,78)
#414146
(65,65,70)
#393A3E
(57,58,62)
#313336
(49,51,54)
#292C2E
(41,44,46)
#212526
(33,37,38)
#191E1E
(25,30,30)
#111716
(17,23,22)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #59565E

#59565E
(89,86,94)
#68656C
(104,101,108)
#77747A
(119,116,122)
#868388
(134,131,136)
#959296
(149,146,150)
#A4A1A4
(164,161,164)
#B3B0B2
(179,176,178)
#C2BFC0
(194,191,192)
#D1CECE
(209,206,206)
#E0DDDC
(224,221,220)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59565E color. Also use rgb(89,86,94) instead hex code.

Text Font Color

.myTextColor { color: #59565E; }

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

This text font color is #59565E.


Background Color

.myBgColor { background-color: #59565E; }

<div style="background-color:#59565E">Inner text</div>

This div background color is #59565E.


Border color

.myBorderColor { border: 1px solid #59565E; }

<div style="border:3px solid #59565E">Div</div>

This div border color is #59565E.


Opacity

.myOpacity80 { color: #59565E; opacity: 0.8; }

<p style="color:#59565E;opacity:0.8;">80%</p>

Text with #59565E 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 #59565E;}

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

This text has shadow with #59565E color.

.textShadow {text-shadow: 3px 3px 1px #59565E, 3px 3px 1px red;}

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

This text has shadow with #59565E primary color and red secondary color.


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

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

This text has shadow with #59565E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59565E on black background.


Color preview on white background

This text has color #59565E on white background.



Black color preview on #59565E background

This text has black color on #59565E background.


White color preview on #59565E background

This text has white color on #59565E background.