COLOR #59604E

HEX: #59604E
RGB: (89,96,78)

Color info

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

RGB color model

#59604E color RGB value is (89,96,78).

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

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 78 of 255 = 31%

89
96
78

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

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 78 = 263 (100%)
R 89 of 263 ~ 33.84%
G 96 of 263 ~ 36.5%
B 78 of 263 ~ 29.66%

%33.84
%36.5
%29.66

CMYK color model

#59604E color CMYK value is (7,0,19,62).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK:
(7,0,19,62)
C7M0Y19K62 
(7%,0%,19%,62%)
(0.07/0.00/0.19/0.62)	

CMYK percentages

%7.29
%0
%18.75
%62.35

Codes

Color #59604E in popluar color models

59604E
RGB899678
HSL83°10.34%34.12%
HSB/HSV83°18.75%37.65%
CMYK7.29%0.00%18.75%
62.35%

Color #59604E in popluar number systems.

HEX59604E
Decimal899678
Binary101100111000001001110
Octal131140116

Shades and tints

Shades of #59604E

#59604E
(89,96,78)
#515847
(81,88,71)
#495040
(73,80,64)
#414839
(65,72,57)
#394032
(57,64,50)
#31382B
(49,56,43)
#293024
(41,48,36)
#21281D
(33,40,29)
#192016
(25,32,22)
#11180F
(17,24,15)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #59604E

#59604E
(89,96,78)
#686E5E
(104,110,94)
#777C6E
(119,124,110)
#868A7E
(134,138,126)
#95988E
(149,152,142)
#A4A69E
(164,166,158)
#B3B4AE
(179,180,174)
#C2C2BE
(194,194,190)
#D1D0CE
(209,208,206)
#E0DEDE
(224,222,222)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59604E; }

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

This text font color is #59604E.


Background Color

.myBgColor { background-color: #59604E; }

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

This div background color is #59604E.


Border color

.myBorderColor { border: 1px solid #59604E; }

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

This div border color is #59604E.


Opacity

.myOpacity80 { color: #59604E; opacity: 0.8; }

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

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

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

This text has shadow with #59604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59604E on black background.


Color preview on white background

This text has color #59604E on white background.



Black color preview on #59604E background

This text has black color on #59604E background.


White color preview on #59604E background

This text has white color on #59604E background.