COLOR #595A70

HEX: #595A70
RGB: (89,90,112)

Color info

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

RGB color model

#595A70 color RGB value is (89,90,112).

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

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 112 of 255 = 44%

89
90
112

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 112 = 291 (100%)
R 89 of 291 ~ 30.58%
G 90 of 291 ~ 30.93%
B 112 of 291 ~ 38.49%

%30.58
%30.93
%38.49

CMYK color model

#595A70 color CMYK value is (21,20,0,56).

  • cyan value is 20.54%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,20,0,56)
C21M20Y0K56 
(21%,20%,0%,56%)
(0.21/0.20/0.00/0.56)	

CMYK percentages

%20.54
%19.64
%0
%56.08

Codes

Color #595A70 in popluar color models

595A70
RGB8990112
HSL237°11.44%39.41%
HSB/HSV237°20.54%43.92%
CMYK20.54%19.64%0.00%
56.08%

Color #595A70 in popluar number systems.

HEX595A70
Decimal8990112
Binary101100110110101110000
Octal131132160

Shades and tints

Shades of #595A70

#595A70
(89,90,112)
#515266
(81,82,102)
#494A5C
(73,74,92)
#414252
(65,66,82)
#393A48
(57,58,72)
#31323E
(49,50,62)
#292A34
(41,42,52)
#21222A
(33,34,42)
#191A20
(25,26,32)
#111216
(17,18,22)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #595A70

#595A70
(89,90,112)
#68697D
(104,105,125)
#77788A
(119,120,138)
#868797
(134,135,151)
#9596A4
(149,150,164)
#A4A5B1
(164,165,177)
#B3B4BE
(179,180,190)
#C2C3CB
(194,195,203)
#D1D2D8
(209,210,216)
#E0E1E5
(224,225,229)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A70; }

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

This text font color is #595A70.


Background Color

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

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

This div background color is #595A70.


Border color

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

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

This div border color is #595A70.


Opacity

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

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

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

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

This text has shadow with #595A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A70 on black background.


Color preview on white background

This text has color #595A70 on white background.



Black color preview on #595A70 background

This text has black color on #595A70 background.


White color preview on #595A70 background

This text has white color on #595A70 background.