COLOR #596E6A

HEX: #596E6A
RGB: (89,110,106)

Color info

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

RGB color model

#596E6A color RGB value is (89,110,106).

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

RGB channels and saturation

R 89 of 255 = 35%
G 110 of 255 = 43%
B 106 of 255 = 42%

89
110
106

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

Portions of RGB colors in percentages

R + G + B =
89 + 110 + 106 = 305 (100%)
R 89 of 305 ~ 29.18%
G 110 of 305 ~ 36.07%
B 106 of 305 ~ 34.75%

%29.18
%36.07
%34.75

CMYK color model

#596E6A color CMYK value is (19,0,4,57).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(19,0,4,57)
C19M0Y4K57 
(19%,0%,4%,57%)
(0.19/0.00/0.04/0.57)	

CMYK percentages

%19.09
%0
%3.64
%56.86

Codes

Color #596E6A in popluar color models

596E6A
RGB89110106
HSL169°10.55%39.02%
HSB/HSV169°19.09%43.14%
CMYK19.09%0.00%3.64%
56.86%

Color #596E6A in popluar number systems.

HEX596E6A
Decimal89110106
Binary101100111011101101010
Octal131156152

Shades and tints

Shades of #596E6A

#596E6A
(89,110,106)
#516461
(81,100,97)
#495A58
(73,90,88)
#41504F
(65,80,79)
#394646
(57,70,70)
#313C3D
(49,60,61)
#293234
(41,50,52)
#21282B
(33,40,43)
#191E22
(25,30,34)
#111419
(17,20,25)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #596E6A

#596E6A
(89,110,106)
#687B77
(104,123,119)
#778884
(119,136,132)
#869591
(134,149,145)
#95A29E
(149,162,158)
#A4AFAB
(164,175,171)
#B3BCB8
(179,188,184)
#C2C9C5
(194,201,197)
#D1D6D2
(209,214,210)
#E0E3DF
(224,227,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596E6A; }

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

This text font color is #596E6A.


Background Color

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

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

This div background color is #596E6A.


Border color

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

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

This div border color is #596E6A.


Opacity

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

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

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

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

This text has shadow with #596E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E6A on black background.


Color preview on white background

This text has color #596E6A on white background.



Black color preview on #596E6A background

This text has black color on #596E6A background.


White color preview on #596E6A background

This text has white color on #596E6A background.