COLOR #595E57

HEX: #595E57
RGB: (89,94,87)

Color info

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

RGB color model

#595E57 color RGB value is (89,94,87).

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

RGB channels and saturation

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

89
94
87

R + G + B ~ 35%. #595E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 94 + 87 = 270 (100%)
R 89 of 270 ~ 32.96%
G 94 of 270 ~ 34.81%
B 87 of 270 ~ 32.22%

%32.96
%34.81
%32.22

CMYK color model

#595E57 color CMYK value is (5,0,7,63).

  • cyan value is 5.32%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 63.14%
CMYK:
(5,0,7,63)
C5M0Y7K63 
(5%,0%,7%,63%)
(0.05/0.00/0.07/0.63)	

CMYK percentages

%5.32
%0
%7.45
%63.14

Codes

Color #595E57 in popluar color models

595E57
RGB899487
HSL103°3.87%35.49%
HSB/HSV103°7.45%36.86%
CMYK5.32%0.00%7.45%
63.14%

Color #595E57 in popluar number systems.

HEX595E57
Decimal899487
Binary101100110111101010111
Octal131136127

Shades and tints

Shades of #595E57

#595E57
(89,94,87)
#515650
(81,86,80)
#494E49
(73,78,73)
#414642
(65,70,66)
#393E3B
(57,62,59)
#313634
(49,54,52)
#292E2D
(41,46,45)
#212626
(33,38,38)
#191E1F
(25,30,31)
#111618
(17,22,24)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #595E57

#595E57
(89,94,87)
#686C66
(104,108,102)
#777A75
(119,122,117)
#868884
(134,136,132)
#959693
(149,150,147)
#A4A4A2
(164,164,162)
#B3B2B1
(179,178,177)
#C2C0C0
(194,192,192)
#D1CECF
(209,206,207)
#E0DCDE
(224,220,222)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595E57 color. Also use rgb(89,94,87) instead hex code.

Text Font Color

.myTextColor { color: #595E57; }

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

This text font color is #595E57.


Background Color

.myBgColor { background-color: #595E57; }

<div style="background-color:#595E57">Inner text</div>

This div background color is #595E57.


Border color

.myBorderColor { border: 1px solid #595E57; }

<div style="border:3px solid #595E57">Div</div>

This div border color is #595E57.


Opacity

.myOpacity80 { color: #595E57; opacity: 0.8; }

<p style="color:#595E57;opacity:0.8;">80%</p>

Text with #595E57 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 #595E57;}

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

This text has shadow with #595E57 color.

.textShadow {text-shadow: 3px 3px 1px #595E57, 3px 3px 1px red;}

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

This text has shadow with #595E57 primary color and red secondary color.


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

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

This text has shadow with #595E57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595E57 on black background.


Color preview on white background

This text has color #595E57 on white background.



Black color preview on #595E57 background

This text has black color on #595E57 background.


White color preview on #595E57 background

This text has white color on #595E57 background.