COLOR #596257

HEX: #596257
RGB: (89,98,87)

Color info

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

RGB color model

#596257 color RGB value is (89,98,87).

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

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 87 of 255 = 34%

89
98
87

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

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 87 = 274 (100%)
R 89 of 274 ~ 32.48%
G 98 of 274 ~ 35.77%
B 87 of 274 ~ 31.75%

%32.48
%35.77
%31.75

CMYK color model

#596257 color CMYK value is (9,0,11,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 61.57%
CMYK:
(9,0,11,62)
C9M0Y11K62 
(9%,0%,11%,62%)
(0.09/0.00/0.11/0.62)	

CMYK percentages

%9.18
%0
%11.22
%61.57

Codes

Color #596257 in popluar color models

596257
RGB899887
HSL109°5.95%36.27%
HSB/HSV109°11.22%38.43%
CMYK9.18%0.00%11.22%
61.57%

Color #596257 in popluar number systems.

HEX596257
Decimal899887
Binary101100111000101010111
Octal131142127

Shades and tints

Shades of #596257

#596257
(89,98,87)
#515A50
(81,90,80)
#495249
(73,82,73)
#414A42
(65,74,66)
#39423B
(57,66,59)
#313A34
(49,58,52)
#29322D
(41,50,45)
#212A26
(33,42,38)
#19221F
(25,34,31)
#111A18
(17,26,24)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #596257

#596257
(89,98,87)
#687066
(104,112,102)
#777E75
(119,126,117)
#868C84
(134,140,132)
#959A93
(149,154,147)
#A4A8A2
(164,168,162)
#B3B6B1
(179,182,177)
#C2C4C0
(194,196,192)
#D1D2CF
(209,210,207)
#E0E0DE
(224,224,222)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596257; }

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

This text font color is #596257.


Background Color

.myBgColor { background-color: #596257; }

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

This div background color is #596257.


Border color

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

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

This div border color is #596257.


Opacity

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

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

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

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

This text has shadow with #596257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596257 on black background.


Color preview on white background

This text has color #596257 on white background.



Black color preview on #596257 background

This text has black color on #596257 background.


White color preview on #596257 background

This text has white color on #596257 background.