COLOR #596059

HEX: #596059
RGB: (89,96,89)

Color info

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

RGB color model

#596059 color RGB value is (89,96,89).

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

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 89 of 255 = 35%

89
96
89

R + G + B ~ 36%. #596059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 89 = 274 (100%)
R 89 of 274 ~ 32.48%
G 96 of 274 ~ 35.04%
B 89 of 274 ~ 32.48%

%32.48
%35.04
%32.48

CMYK color model

#596059 color CMYK value is (7,0,7,62).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(7,0,7,62)
C7M0Y7K62 
(7%,0%,7%,62%)
(0.07/0.00/0.07/0.62)	

CMYK percentages

%7.29
%0
%7.29
%62.35

Codes

Color #596059 in popluar color models

596059
RGB899689
HSL120°3.78%36.27%
HSB/HSV120°7.29%37.65%
CMYK7.29%0.00%7.29%
62.35%

Color #596059 in popluar number systems.

HEX596059
Decimal899689
Binary101100111000001011001
Octal131140131

Shades and tints

Shades of #596059

#596059
(89,96,89)
#515851
(81,88,81)
#495049
(73,80,73)
#414841
(65,72,65)
#394039
(57,64,57)
#313831
(49,56,49)
#293029
(41,48,41)
#212821
(33,40,33)
#192019
(25,32,25)
#111811
(17,24,17)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #596059

#596059
(89,96,89)
#686E68
(104,110,104)
#777C77
(119,124,119)
#868A86
(134,138,134)
#959895
(149,152,149)
#A4A6A4
(164,166,164)
#B3B4B3
(179,180,179)
#C2C2C2
(194,194,194)
#D1D0D1
(209,208,209)
#E0DEE0
(224,222,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596059; }

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

This text font color is #596059.


Background Color

.myBgColor { background-color: #596059; }

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

This div background color is #596059.


Border color

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

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

This div border color is #596059.


Opacity

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

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

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

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

This text has shadow with #596059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596059 on black background.


Color preview on white background

This text has color #596059 on white background.



Black color preview on #596059 background

This text has black color on #596059 background.


White color preview on #596059 background

This text has white color on #596059 background.