COLOR #59894C

HEX: #59894C
RGB: (89,137,76)

Color info

#59894C contains mainly red and green colors. Web safe color of #59894C is #669933 (or #693).

RGB color model

#59894C color RGB value is (89,137,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 137 of 255 = 54%
B 76 of 255 = 30%

89
137
76

R + G + B ~ 40%. #59894C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 137 + 76 = 302 (100%)
R 89 of 302 ~ 29.47%
G 137 of 302 ~ 45.36%
B 76 of 302 ~ 25.17%

%29.47
%45.36
%25.17

CMYK color model

#59894C color CMYK value is (35,0,45,46).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 44.53%
  • key color value is 46.27%
CMYK:
(35,0,45,46)
C35M0Y45K46 
(35%,0%,45%,46%)
(0.35/0.00/0.45/0.46)	

CMYK percentages

%35.04
%0
%44.53
%46.27

Codes

Color #59894C in popluar color models

59894C
RGB8913776
HSL107°28.64%41.76%
HSB/HSV107°44.53%53.73%
CMYK35.04%0.00%44.53%
46.27%

Color #59894C in popluar number systems.

HEX59894C
Decimal8913776
Binary1011001100010011001100
Octal131211114

Shades and tints

Shades of #59894C

#59894C
(89,137,76)
#517D46
(81,125,70)
#497140
(73,113,64)
#41653A
(65,101,58)
#395934
(57,89,52)
#314D2E
(49,77,46)
#294128
(41,65,40)
#213522
(33,53,34)
#19291C
(25,41,28)
#111D16
(17,29,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #59894C

#59894C
(89,137,76)
#68935C
(104,147,92)
#779D6C
(119,157,108)
#86A77C
(134,167,124)
#95B18C
(149,177,140)
#A4BB9C
(164,187,156)
#B3C5AC
(179,197,172)
#C2CFBC
(194,207,188)
#D1D9CC
(209,217,204)
#E0E3DC
(224,227,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59894C; }

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

This text font color is #59894C.


Background Color

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

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

This div background color is #59894C.


Border color

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

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

This div border color is #59894C.


Opacity

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

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

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

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

This text has shadow with #59894C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59894C on black background.


Color preview on white background

This text has color #59894C on white background.



Black color preview on #59894C background

This text has black color on #59894C background.


White color preview on #59894C background

This text has white color on #59894C background.