COLOR #59814C

HEX: #59814C
RGB: (89,129,76)

Color info

#59814C contains red, green and blue colors in about the same proportion. Web safe color of #59814C is #669933 (or #693).

RGB color model

#59814C color RGB value is (89,129,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 129 of 255 = 51%
B 76 of 255 = 30%

89
129
76

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

Portions of RGB colors in percentages

R + G + B =
89 + 129 + 76 = 294 (100%)
R 89 of 294 ~ 30.27%
G 129 of 294 ~ 43.88%
B 76 of 294 ~ 25.85%

%30.27
%43.88
%25.85

CMYK color model

#59814C color CMYK value is (31,0,41,49).

  • cyan value is 31.01%
  • magenta value is 0.00%
  • yellow value is 41.09%
  • key color value is 49.41%
CMYK:
(31,0,41,49)
C31M0Y41K49 
(31%,0%,41%,49%)
(0.31/0.00/0.41/0.49)	

CMYK percentages

%31.01
%0
%41.09
%49.41

Codes

Color #59814C in popluar color models

59814C
RGB8912976
HSL105°25.85%40.20%
HSB/HSV105°41.09%50.59%
CMYK31.01%0.00%41.09%
49.41%

Color #59814C in popluar number systems.

HEX59814C
Decimal8912976
Binary1011001100000011001100
Octal131201114

Shades and tints

Shades of #59814C

#59814C
(89,129,76)
#517646
(81,118,70)
#496B40
(73,107,64)
#41603A
(65,96,58)
#395534
(57,85,52)
#314A2E
(49,74,46)
#293F28
(41,63,40)
#213422
(33,52,34)
#19291C
(25,41,28)
#111E16
(17,30,22)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #59814C

#59814C
(89,129,76)
#688C5C
(104,140,92)
#77976C
(119,151,108)
#86A27C
(134,162,124)
#95AD8C
(149,173,140)
#A4B89C
(164,184,156)
#B3C3AC
(179,195,172)
#C2CEBC
(194,206,188)
#D1D9CC
(209,217,204)
#E0E4DC
(224,228,220)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59814C; }

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

This text font color is #59814C.


Background Color

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

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

This div background color is #59814C.


Border color

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

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

This div border color is #59814C.


Opacity

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

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

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

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

This text has shadow with #59814C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59814C on black background.


Color preview on white background

This text has color #59814C on white background.



Black color preview on #59814C background

This text has black color on #59814C background.


White color preview on #59814C background

This text has white color on #59814C background.