COLOR #596155

HEX: #596155
RGB: (89,97,85)

Color info

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

RGB color model

#596155 color RGB value is (89,97,85).

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

RGB channels and saturation

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

89
97
85

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

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 85 = 271 (100%)
R 89 of 271 ~ 32.84%
G 97 of 271 ~ 35.79%
B 85 of 271 ~ 31.37%

%32.84
%35.79
%31.37

CMYK color model

#596155 color CMYK value is (8,0,12,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 61.96%
CMYK:
(8,0,12,62)
C8M0Y12K62 
(8%,0%,12%,62%)
(0.08/0.00/0.12/0.62)	

CMYK percentages

%8.25
%0
%12.37
%61.96

Codes

Color #596155 in popluar color models

596155
RGB899785
HSL100°6.59%35.69%
HSB/HSV100°12.37%38.04%
CMYK8.25%0.00%12.37%
61.96%

Color #596155 in popluar number systems.

HEX596155
Decimal899785
Binary101100111000011010101
Octal131141125

Shades and tints

Shades of #596155

#596155
(89,97,85)
#51594E
(81,89,78)
#495147
(73,81,71)
#414940
(65,73,64)
#394139
(57,65,57)
#313932
(49,57,50)
#29312B
(41,49,43)
#212924
(33,41,36)
#19211D
(25,33,29)
#111916
(17,25,22)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #596155

#596155
(89,97,85)
#686F64
(104,111,100)
#777D73
(119,125,115)
#868B82
(134,139,130)
#959991
(149,153,145)
#A4A7A0
(164,167,160)
#B3B5AF
(179,181,175)
#C2C3BE
(194,195,190)
#D1D1CD
(209,209,205)
#E0DFDC
(224,223,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596155; }

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

This text font color is #596155.


Background Color

.myBgColor { background-color: #596155; }

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

This div background color is #596155.


Border color

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

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

This div border color is #596155.


Opacity

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

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

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

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

This text has shadow with #596155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596155 on black background.


Color preview on white background

This text has color #596155 on white background.



Black color preview on #596155 background

This text has black color on #596155 background.


White color preview on #596155 background

This text has white color on #596155 background.