COLOR #59735C

HEX: #59735C
RGB: (89,115,92)

Color info

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

RGB color model

#59735C color RGB value is (89,115,92).

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

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 92 of 255 = 36%

89
115
92

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

Portions of RGB colors in percentages

R + G + B =
89 + 115 + 92 = 296 (100%)
R 89 of 296 ~ 30.07%
G 115 of 296 ~ 38.85%
B 92 of 296 ~ 31.08%

%30.07
%38.85
%31.08

CMYK color model

#59735C color CMYK value is (23,0,20,55).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(23,0,20,55)
C23M0Y20K55 
(23%,0%,20%,55%)
(0.23/0.00/0.20/0.55)	

CMYK percentages

%22.61
%0
%20
%54.9

Codes

Color #59735C in popluar color models

59735C
RGB8911592
HSL127°12.75%40.00%
HSB/HSV127°22.61%45.10%
CMYK22.61%0.00%20.00%
54.90%

Color #59735C in popluar number systems.

HEX59735C
Decimal8911592
Binary101100111100111011100
Octal131163134

Shades and tints

Shades of #59735C

#59735C
(89,115,92)
#516954
(81,105,84)
#495F4C
(73,95,76)
#415544
(65,85,68)
#394B3C
(57,75,60)
#314134
(49,65,52)
#29372C
(41,55,44)
#212D24
(33,45,36)
#19231C
(25,35,28)
#111914
(17,25,20)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #59735C

#59735C
(89,115,92)
#687F6A
(104,127,106)
#778B78
(119,139,120)
#869786
(134,151,134)
#95A394
(149,163,148)
#A4AFA2
(164,175,162)
#B3BBB0
(179,187,176)
#C2C7BE
(194,199,190)
#D1D3CC
(209,211,204)
#E0DFDA
(224,223,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59735C; }

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

This text font color is #59735C.


Background Color

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

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

This div background color is #59735C.


Border color

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

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

This div border color is #59735C.


Opacity

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

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

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

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

This text has shadow with #59735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59735C on black background.


Color preview on white background

This text has color #59735C on white background.



Black color preview on #59735C background

This text has black color on #59735C background.


White color preview on #59735C background

This text has white color on #59735C background.