COLOR #59735E

HEX: #59735E
RGB: (89,115,94)

Color info

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

RGB color model

#59735E color RGB value is (89,115,94).

  • red value is 89;
  • green value is 115;
  • blue value is 94.
RGB:
(89,115,94)
(35%,45%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 94 of 255 = 37%

89
115
94

R + G + B ~ 39%. #59735E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 115 + 94 = 298 (100%)
R 89 of 298 ~ 29.87%
G 115 of 298 ~ 38.59%
B 94 of 298 ~ 31.54%

%29.87
%38.59
%31.54

CMYK color model

#59735E color CMYK value is (23,0,18,55).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(23,0,18,55)
C23M0Y18K55 
(23%,0%,18%,55%)
(0.23/0.00/0.18/0.55)	

CMYK percentages

%22.61
%0
%18.26
%54.9

Codes

Color #59735E in popluar color models

59735E
RGB8911594
HSL132°12.75%40.00%
HSB/HSV132°22.61%45.10%
CMYK22.61%0.00%18.26%
54.90%

Color #59735E in popluar number systems.

HEX59735E
Decimal8911594
Binary101100111100111011110
Octal131163136

Shades and tints

Shades of #59735E

#59735E
(89,115,94)
#516956
(81,105,86)
#495F4E
(73,95,78)
#415546
(65,85,70)
#394B3E
(57,75,62)
#314136
(49,65,54)
#29372E
(41,55,46)
#212D26
(33,45,38)
#19231E
(25,35,30)
#111916
(17,25,22)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #59735E

#59735E
(89,115,94)
#687F6C
(104,127,108)
#778B7A
(119,139,122)
#869788
(134,151,136)
#95A396
(149,163,150)
#A4AFA4
(164,175,164)
#B3BBB2
(179,187,178)
#C2C7C0
(194,199,192)
#D1D3CE
(209,211,206)
#E0DFDC
(224,223,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59735E color. Also use rgb(89,115,94) instead hex code.

Text Font Color

.myTextColor { color: #59735E; }

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

This text font color is #59735E.


Background Color

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

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

This div background color is #59735E.


Border color

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

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

This div border color is #59735E.


Opacity

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

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

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

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

This text has shadow with #59735E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59735E on black background.


Color preview on white background

This text has color #59735E on white background.



Black color preview on #59735E background

This text has black color on #59735E background.


White color preview on #59735E background

This text has white color on #59735E background.