COLOR #596362

HEX: #596362
RGB: (89,99,98)

Color info

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

RGB color model

#596362 color RGB value is (89,99,98).

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

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 98 of 255 = 38%

89
99
98

R + G + B ~ 37%. #596362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 98 = 286 (100%)
R 89 of 286 ~ 31.12%
G 99 of 286 ~ 34.62%
B 98 of 286 ~ 34.27%

%31.12
%34.62
%34.27

CMYK color model

#596362 color CMYK value is (10,0,1,61).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(10,0,1,61)
C10M0Y1K61 
(10%,0%,1%,61%)
(0.10/0.00/0.01/0.61)	

CMYK percentages

%10.1
%0
%1.01
%61.18

Codes

Color #596362 in popluar color models

596362
RGB899998
HSL174°5.32%36.86%
HSB/HSV174°10.10%38.82%
CMYK10.10%0.00%1.01%
61.18%

Color #596362 in popluar number systems.

HEX596362
Decimal899998
Binary101100111000111100010
Octal131143142

Shades and tints

Shades of #596362

#596362
(89,99,98)
#515A5A
(81,90,90)
#495152
(73,81,82)
#41484A
(65,72,74)
#393F42
(57,63,66)
#31363A
(49,54,58)
#292D32
(41,45,50)
#21242A
(33,36,42)
#191B22
(25,27,34)
#11121A
(17,18,26)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #596362

#596362
(89,99,98)
#687170
(104,113,112)
#777F7E
(119,127,126)
#868D8C
(134,141,140)
#959B9A
(149,155,154)
#A4A9A8
(164,169,168)
#B3B7B6
(179,183,182)
#C2C5C4
(194,197,196)
#D1D3D2
(209,211,210)
#E0E1E0
(224,225,224)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596362; }

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

This text font color is #596362.


Background Color

.myBgColor { background-color: #596362; }

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

This div background color is #596362.


Border color

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

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

This div border color is #596362.


Opacity

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

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

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

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

This text has shadow with #596362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596362 on black background.


Color preview on white background

This text has color #596362 on white background.



Black color preview on #596362 background

This text has black color on #596362 background.


White color preview on #596362 background

This text has white color on #596362 background.