COLOR #59754C

HEX: #59754C
RGB: (89,117,76)

Color info

#59754C contains red, green and blue colors in about the same proportion. Web safe color of #59754C is #666633 (or #663).

RGB color model

#59754C color RGB value is (89,117,76).

  • red value is 89;
  • green value is 117;
  • blue value is 76.
RGB:
(89,117,76)
(35%,46%,30%)

RGB channels and saturation

R 89 of 255 = 35%
G 117 of 255 = 46%
B 76 of 255 = 30%

89
117
76

R + G + B ~ 37%. #59754C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 117 + 76 = 282 (100%)
R 89 of 282 ~ 31.56%
G 117 of 282 ~ 41.49%
B 76 of 282 ~ 26.95%

%31.56
%41.49
%26.95

CMYK color model

#59754C color CMYK value is (24,0,35,54).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK:
(24,0,35,54)
C24M0Y35K54 
(24%,0%,35%,54%)
(0.24/0.00/0.35/0.54)	

CMYK percentages

%23.93
%0
%35.04
%54.12

Codes

Color #59754C in popluar color models

59754C
RGB8911776
HSL101°21.24%37.84%
HSB/HSV101°35.04%45.88%
CMYK23.93%0.00%35.04%
54.12%

Color #59754C in popluar number systems.

HEX59754C
Decimal8911776
Binary101100111101011001100
Octal131165114

Shades and tints

Shades of #59754C

#59754C
(89,117,76)
#516B46
(81,107,70)
#496140
(73,97,64)
#41573A
(65,87,58)
#394D34
(57,77,52)
#31432E
(49,67,46)
#293928
(41,57,40)
#212F22
(33,47,34)
#19251C
(25,37,28)
#111B16
(17,27,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #59754C

#59754C
(89,117,76)
#68815C
(104,129,92)
#778D6C
(119,141,108)
#86997C
(134,153,124)
#95A58C
(149,165,140)
#A4B19C
(164,177,156)
#B3BDAC
(179,189,172)
#C2C9BC
(194,201,188)
#D1D5CC
(209,213,204)
#E0E1DC
(224,225,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59754C color. Also use rgb(89,117,76) instead hex code.

Text Font Color

.myTextColor { color: #59754C; }

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

This text font color is #59754C.


Background Color

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

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

This div background color is #59754C.


Border color

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

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

This div border color is #59754C.


Opacity

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

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

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

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

This text has shadow with #59754C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59754C on black background.


Color preview on white background

This text has color #59754C on white background.



Black color preview on #59754C background

This text has black color on #59754C background.


White color preview on #59754C background

This text has white color on #59754C background.