COLOR #596F7C

HEX: #596F7C RGB: (89,111,124)

Color info

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

RGB color model

#596F7C color RGB value is (89,111,124).

RGB: (89,111,124) (35%, 44%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 111 of 255 = 44%
B 124 of 255 = 49%

89
111
124

R + G + B ~ 43%. #596F7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 111 + 124 = 324 (100%)
R 89 of 324 ~ 27.47%
G 111 of 324 ~ 34.26%
B 124 of 324 ~ 38.27'%

%27.47
%34.26
%38.27

CMYK color model

#596F7C color CMYK value is (28,10,0,51).

  • cyan value is 28.23%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (28,10,0,51)
C28M10Y0K51 (28%, 10%, 0%, 51%)
(0.28 / 0.10 / 0.00 / 0.51)

CMYK percentages

%28.23
%10.48
%0
%51.37

Codes

Color #596F7C in popluar color models

59 6F 7C
RGB 89 111 124
HSL 202° 16.43% 41.76%
HSB/HSV 202° 28.23% 48.63%
CMYK 28.23% 10.48% 0.00%
51.37%

Color #596F7C in popluar number systems.

HEX 59 6F 7C
Decimal 89 111 124
Binary 1011001 1101111 1111100
Octal 131 157 174

Shades and tints

Shades of #596F7C

#596F7C
(89,111,124)
#516571
(81,101,113)
#495B66
(73,91,102)
#41515B
(65,81,91)
#394750
(57,71,80)
#313D45
(49,61,69)
#29333A
(41,51,58)
#21292F
(33,41,47)
#191F24
(25,31,36)
#111519
(17,21,25)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #596F7C

#596F7C
(89,111,124)
#687C87
(104,124,135)
#778992
(119,137,146)
#86969D
(134,150,157)
#95A3A8
(149,163,168)
#A4B0B3
(164,176,179)
#B3BDBE
(179,189,190)
#C2CAC9
(194,202,201)
#D1D7D4
(209,215,212)
#E0E4DF
(224,228,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596F7C color. Also use rgb(89,111,124) instead hex code.

Text Font Color

.myTextColor { color: #596F7C; }

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

This text font color is #596F7C.

Background Color

.myBgColor { background-color: #596F7C; }

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

This div background color is #596F7C.

Border color

.myBorderColor { border: 1px solid #596F7C; }

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

This div border color is #596F7C.

Opacity

.myOpacity80 { color: #596F7C; opacity: 0.8; }

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

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

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

This text has shadow with #596F7C color.


.textShadow {text-shadow: 3px 3px 1px #596F7C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #596F7C; -webkit-box-shadow: 1px 1px 3px 2px #596F7C; box-shadow:1px 1px 3px 2px #596F7C;">
Div content here
</div>

This div box has shadow with color #596F7C.

Preview

Color preview on black background

This text has color #596F7C on black background.


Color preview on white background

This text has color #596F7C on white background.


Black color preview on #596F7C background

This text has black color on #596F7C background.


White color preview on #596F7C background

This text has white color on #596F7C background.


Related colors

Complementary color

Complementary color for #hex is #A69083.


I love getcolorcode.com

Triadic colors

1 #7C596F and #6F7C59 with #596F7C are triadic colors.

2 #7C6F59 and #6F597C with #596F7C are triadic colors.