COLOR #596067

HEX: #596067
RGB: (89,96,103)

Color info

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

RGB color model

#596067 color RGB value is (89,96,103).

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

RGB channels and saturation

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

89
96
103

R + G + B ~ 38%. #596067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 103 = 288 (100%)
R 89 of 288 ~ 30.9%
G 96 of 288 ~ 33.33%
B 103 of 288 ~ 35.76%

%30.9
%33.33
%35.76

CMYK color model

#596067 color CMYK value is (14,7,0,60).

  • cyan value is 13.59%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(14,7,0,60)
C14M7Y0K60 
(14%,7%,0%,60%)
(0.14/0.07/0.00/0.60)	

CMYK percentages

%13.59
%6.8
%0
%59.61

Codes

Color #596067 in popluar color models

596067
RGB8996103
HSL210°7.29%37.65%
HSB/HSV210°13.59%40.39%
CMYK13.59%6.80%0.00%
59.61%

Color #596067 in popluar number systems.

HEX596067
Decimal8996103
Binary101100111000001100111
Octal131140147

Shades and tints

Shades of #596067

#596067
(89,96,103)
#51585E
(81,88,94)
#495055
(73,80,85)
#41484C
(65,72,76)
#394043
(57,64,67)
#31383A
(49,56,58)
#293031
(41,48,49)
#212828
(33,40,40)
#19201F
(25,32,31)
#111816
(17,24,22)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #596067

#596067
(89,96,103)
#686E74
(104,110,116)
#777C81
(119,124,129)
#868A8E
(134,138,142)
#95989B
(149,152,155)
#A4A6A8
(164,166,168)
#B3B4B5
(179,180,181)
#C2C2C2
(194,194,194)
#D1D0CF
(209,208,207)
#E0DEDC
(224,222,220)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596067; }

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

This text font color is #596067.


Background Color

.myBgColor { background-color: #596067; }

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

This div background color is #596067.


Border color

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

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

This div border color is #596067.


Opacity

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

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

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

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

This text has shadow with #596067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596067 on black background.


Color preview on white background

This text has color #596067 on white background.



Black color preview on #596067 background

This text has black color on #596067 background.


White color preview on #596067 background

This text has white color on #596067 background.