COLOR #596255

HEX: #596255
RGB: (89,98,85)

Color info

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

RGB color model

#596255 color RGB value is (89,98,85).

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

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 85 of 255 = 33%

89
98
85

R + G + B ~ 35%. #596255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 85 = 272 (100%)
R 89 of 272 ~ 32.72%
G 98 of 272 ~ 36.03%
B 85 of 272 ~ 31.25%

%32.72
%36.03
%31.25

CMYK color model

#596255 color CMYK value is (9,0,13,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 61.57%
CMYK:
(9,0,13,62)
C9M0Y13K62 
(9%,0%,13%,62%)
(0.09/0.00/0.13/0.62)	

CMYK percentages

%9.18
%0
%13.27
%61.57

Codes

Color #596255 in popluar color models

596255
RGB899885
HSL102°7.10%35.88%
HSB/HSV102°13.27%38.43%
CMYK9.18%0.00%13.27%
61.57%

Color #596255 in popluar number systems.

HEX596255
Decimal899885
Binary101100111000101010101
Octal131142125

Shades and tints

Shades of #596255

#596255
(89,98,85)
#515A4E
(81,90,78)
#495247
(73,82,71)
#414A40
(65,74,64)
#394239
(57,66,57)
#313A32
(49,58,50)
#29322B
(41,50,43)
#212A24
(33,42,36)
#19221D
(25,34,29)
#111A16
(17,26,22)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #596255

#596255
(89,98,85)
#687064
(104,112,100)
#777E73
(119,126,115)
#868C82
(134,140,130)
#959A91
(149,154,145)
#A4A8A0
(164,168,160)
#B3B6AF
(179,182,175)
#C2C4BE
(194,196,190)
#D1D2CD
(209,210,205)
#E0E0DC
(224,224,220)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596255; }

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

This text font color is #596255.


Background Color

.myBgColor { background-color: #596255; }

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

This div background color is #596255.


Border color

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

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

This div border color is #596255.


Opacity

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

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

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

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

This text has shadow with #596255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596255 on black background.


Color preview on white background

This text has color #596255 on white background.



Black color preview on #596255 background

This text has black color on #596255 background.


White color preview on #596255 background

This text has white color on #596255 background.