COLOR #595A71

HEX: #595A71
RGB: (89,90,113)

Color info

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

RGB color model

#595A71 color RGB value is (89,90,113).

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

RGB channels and saturation

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

89
90
113

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 113 = 292 (100%)
R 89 of 292 ~ 30.48%
G 90 of 292 ~ 30.82%
B 113 of 292 ~ 38.7%

%30.48
%30.82
%38.7

CMYK color model

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

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

CMYK percentages

%21.24
%20.35
%0
%55.69

Codes

Color #595A71 in popluar color models

595A71
RGB8990113
HSL238°11.88%39.61%
HSB/HSV238°21.24%44.31%
CMYK21.24%20.35%0.00%
55.69%

Color #595A71 in popluar number systems.

HEX595A71
Decimal8990113
Binary101100110110101110001
Octal131132161

Shades and tints

Shades of #595A71

#595A71
(89,90,113)
#515267
(81,82,103)
#494A5D
(73,74,93)
#414253
(65,66,83)
#393A49
(57,58,73)
#31323F
(49,50,63)
#292A35
(41,42,53)
#21222B
(33,34,43)
#191A21
(25,26,33)
#111217
(17,18,23)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #595A71

#595A71
(89,90,113)
#68697D
(104,105,125)
#777889
(119,120,137)
#868795
(134,135,149)
#9596A1
(149,150,161)
#A4A5AD
(164,165,173)
#B3B4B9
(179,180,185)
#C2C3C5
(194,195,197)
#D1D2D1
(209,210,209)
#E0E1DD
(224,225,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A71; }

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

This text font color is #595A71.


Background Color

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

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

This div background color is #595A71.


Border color

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

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

This div border color is #595A71.


Opacity

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

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

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

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

This text has shadow with #595A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A71 on black background.


Color preview on white background

This text has color #595A71 on white background.



Black color preview on #595A71 background

This text has black color on #595A71 background.


White color preview on #595A71 background

This text has white color on #595A71 background.