COLOR #595C70

HEX: #595C70
RGB: (89,92,112)

Color info

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

RGB color model

#595C70 color RGB value is (89,92,112).

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

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 112 of 255 = 44%

89
92
112

R + G + B ~ 38%. #595C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 112 = 293 (100%)
R 89 of 293 ~ 30.38%
G 92 of 293 ~ 31.4%
B 112 of 293 ~ 38.23%

%30.38
%31.4
%38.23

CMYK color model

#595C70 color CMYK value is (21,18,0,56).

  • cyan value is 20.54%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,18,0,56)
C21M18Y0K56 
(21%,18%,0%,56%)
(0.21/0.18/0.00/0.56)	

CMYK percentages

%20.54
%17.86
%0
%56.08

Codes

Color #595C70 in popluar color models

595C70
RGB8992112
HSL232°11.44%39.41%
HSB/HSV232°20.54%43.92%
CMYK20.54%17.86%0.00%
56.08%

Color #595C70 in popluar number systems.

HEX595C70
Decimal8992112
Binary101100110111001110000
Octal131134160

Shades and tints

Shades of #595C70

#595C70
(89,92,112)
#515466
(81,84,102)
#494C5C
(73,76,92)
#414452
(65,68,82)
#393C48
(57,60,72)
#31343E
(49,52,62)
#292C34
(41,44,52)
#21242A
(33,36,42)
#191C20
(25,28,32)
#111416
(17,20,22)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #595C70

#595C70
(89,92,112)
#686A7D
(104,106,125)
#77788A
(119,120,138)
#868697
(134,134,151)
#9594A4
(149,148,164)
#A4A2B1
(164,162,177)
#B3B0BE
(179,176,190)
#C2BECB
(194,190,203)
#D1CCD8
(209,204,216)
#E0DAE5
(224,218,229)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C70 color. Also use rgb(89,92,112) instead hex code.

Text Font Color

.myTextColor { color: #595C70; }

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

This text font color is #595C70.


Background Color

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

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

This div background color is #595C70.


Border color

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

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

This div border color is #595C70.


Opacity

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

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

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

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

This text has shadow with #595C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C70 on black background.


Color preview on white background

This text has color #595C70 on white background.



Black color preview on #595C70 background

This text has black color on #595C70 background.


White color preview on #595C70 background

This text has white color on #595C70 background.