COLOR #596E75

HEX: #596E75
RGB: (89,110,117)

Color info

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

RGB color model

#596E75 color RGB value is (89,110,117).

  • red value is 89;
  • green value is 110;
  • blue value is 117.
RGB:
(89,110,117)
(35%,43%,46%)

RGB channels and saturation

R 89 of 255 = 35%
G 110 of 255 = 43%
B 117 of 255 = 46%

89
110
117

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

Portions of RGB colors in percentages

R + G + B =
89 + 110 + 117 = 316 (100%)
R 89 of 316 ~ 28.16%
G 110 of 316 ~ 34.81%
B 117 of 316 ~ 37.03%

%28.16
%34.81
%37.03

CMYK color model

#596E75 color CMYK value is (24,6,0,54).

  • cyan value is 23.93%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(24,6,0,54)
C24M6Y0K54 
(24%,6%,0%,54%)
(0.24/0.06/0.00/0.54)	

CMYK percentages

%23.93
%5.98
%0
%54.12

Codes

Color #596E75 in popluar color models

596E75
RGB89110117
HSL195°13.59%40.39%
HSB/HSV195°23.93%45.88%
CMYK23.93%5.98%0.00%
54.12%

Color #596E75 in popluar number systems.

HEX596E75
Decimal89110117
Binary101100111011101110101
Octal131156165

Shades and tints

Shades of #596E75

#596E75
(89,110,117)
#51646B
(81,100,107)
#495A61
(73,90,97)
#415057
(65,80,87)
#39464D
(57,70,77)
#313C43
(49,60,67)
#293239
(41,50,57)
#21282F
(33,40,47)
#191E25
(25,30,37)
#11141B
(17,20,27)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #596E75

#596E75
(89,110,117)
#687B81
(104,123,129)
#77888D
(119,136,141)
#869599
(134,149,153)
#95A2A5
(149,162,165)
#A4AFB1
(164,175,177)
#B3BCBD
(179,188,189)
#C2C9C9
(194,201,201)
#D1D6D5
(209,214,213)
#E0E3E1
(224,227,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596E75 color. Also use rgb(89,110,117) instead hex code.

Text Font Color

.myTextColor { color: #596E75; }

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

This text font color is #596E75.


Background Color

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

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

This div background color is #596E75.


Border color

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

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

This div border color is #596E75.


Opacity

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

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

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

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

This text has shadow with #596E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E75 on black background.


Color preview on white background

This text has color #596E75 on white background.



Black color preview on #596E75 background

This text has black color on #596E75 background.


White color preview on #596E75 background

This text has white color on #596E75 background.