COLOR #596174

HEX: #596174
RGB: (89,97,116)

Color info

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

RGB color model

#596174 color RGB value is (89,97,116).

  • red value is 89;
  • green value is 97;
  • blue value is 116.
RGB:
(89,97,116)
(35%,38%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 116 of 255 = 45%

89
97
116

R + G + B ~ 39%. #596174 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 116 = 302 (100%)
R 89 of 302 ~ 29.47%
G 97 of 302 ~ 32.12%
B 116 of 302 ~ 38.41%

%29.47
%32.12
%38.41

CMYK color model

#596174 color CMYK value is (23,16,0,55).

  • cyan value is 23.28%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(23,16,0,55)
C23M16Y0K55 
(23%,16%,0%,55%)
(0.23/0.16/0.00/0.55)	

CMYK percentages

%23.28
%16.38
%0
%54.51

Codes

Color #596174 in popluar color models

596174
RGB8997116
HSL222°13.17%40.20%
HSB/HSV222°23.28%45.49%
CMYK23.28%16.38%0.00%
54.51%

Color #596174 in popluar number systems.

HEX596174
Decimal8997116
Binary101100111000011110100
Octal131141164

Shades and tints

Shades of #596174

#596174
(89,97,116)
#51596A
(81,89,106)
#495160
(73,81,96)
#414956
(65,73,86)
#39414C
(57,65,76)
#313942
(49,57,66)
#293138
(41,49,56)
#21292E
(33,41,46)
#192124
(25,33,36)
#11191A
(17,25,26)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #596174

#596174
(89,97,116)
#686F80
(104,111,128)
#777D8C
(119,125,140)
#868B98
(134,139,152)
#9599A4
(149,153,164)
#A4A7B0
(164,167,176)
#B3B5BC
(179,181,188)
#C2C3C8
(194,195,200)
#D1D1D4
(209,209,212)
#E0DFE0
(224,223,224)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596174 color. Also use rgb(89,97,116) instead hex code.

Text Font Color

.myTextColor { color: #596174; }

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

This text font color is #596174.


Background Color

.myBgColor { background-color: #596174; }

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

This div background color is #596174.


Border color

.myBorderColor { border: 1px solid #596174; }

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

This div border color is #596174.


Opacity

.myOpacity80 { color: #596174; opacity: 0.8; }

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

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

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

This text has shadow with #596174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596174 on black background.


Color preview on white background

This text has color #596174 on white background.



Black color preview on #596174 background

This text has black color on #596174 background.


White color preview on #596174 background

This text has white color on #596174 background.