COLOR #595D5B

HEX: #595D5B
RGB: (89,93,91)

Color info

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

RGB color model

#595D5B color RGB value is (89,93,91).

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

RGB channels and saturation

R 89 of 255 = 35%
G 93 of 255 = 36%
B 91 of 255 = 36%

89
93
91

R + G + B ~ 36%. #595D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 93 + 91 = 273 (100%)
R 89 of 273 ~ 32.6%
G 93 of 273 ~ 34.07%
B 91 of 273 ~ 33.33%

%32.6
%34.07
%33.33

CMYK color model

#595D5B color CMYK value is (4,0,2,64).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(4,0,2,64)
C4M0Y2K64 
(4%,0%,2%,64%)
(0.04/0.00/0.02/0.64)	

CMYK percentages

%4.3
%0
%2.15
%63.53

Codes

Color #595D5B in popluar color models

595D5B
RGB899391
HSL150°2.20%35.69%
HSB/HSV150°4.30%36.47%
CMYK4.30%0.00%2.15%
63.53%

Color #595D5B in popluar number systems.

HEX595D5B
Decimal899391
Binary101100110111011011011
Octal131135133

Shades and tints

Shades of #595D5B

#595D5B
(89,93,91)
#515553
(81,85,83)
#494D4B
(73,77,75)
#414543
(65,69,67)
#393D3B
(57,61,59)
#313533
(49,53,51)
#292D2B
(41,45,43)
#212523
(33,37,35)
#191D1B
(25,29,27)
#111513
(17,21,19)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #595D5B

#595D5B
(89,93,91)
#686B69
(104,107,105)
#777977
(119,121,119)
#868785
(134,135,133)
#959593
(149,149,147)
#A4A3A1
(164,163,161)
#B3B1AF
(179,177,175)
#C2BFBD
(194,191,189)
#D1CDCB
(209,205,203)
#E0DBD9
(224,219,217)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D5B color. Also use rgb(89,93,91) instead hex code.

Text Font Color

.myTextColor { color: #595D5B; }

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

This text font color is #595D5B.


Background Color

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

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

This div background color is #595D5B.


Border color

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

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

This div border color is #595D5B.


Opacity

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

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

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

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

This text has shadow with #595D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D5B on black background.


Color preview on white background

This text has color #595D5B on white background.



Black color preview on #595D5B background

This text has black color on #595D5B background.


White color preview on #595D5B background

This text has white color on #595D5B background.