COLOR #59804A

HEX: #59804A
RGB: (89,128,74)

Color info

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

RGB color model

#59804A color RGB value is (89,128,74).

  • red value is 89;
  • green value is 128;
  • blue value is 74.
RGB:
(89,128,74)
(35%,50%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 74 of 255 = 29%

89
128
74

R + G + B ~ 38%. #59804A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 74 = 291 (100%)
R 89 of 291 ~ 30.58%
G 128 of 291 ~ 43.99%
B 74 of 291 ~ 25.43%

%30.58
%43.99
%25.43

CMYK color model

#59804A color CMYK value is (30,0,42,50).

  • cyan value is 30.47%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 49.80%
CMYK:
(30,0,42,50)
C30M0Y42K50 
(30%,0%,42%,50%)
(0.30/0.00/0.42/0.50)	

CMYK percentages

%30.47
%0
%42.19
%49.8

Codes

Color #59804A in popluar color models

59804A
RGB8912874
HSL103°26.73%39.61%
HSB/HSV103°42.19%50.20%
CMYK30.47%0.00%42.19%
49.80%

Color #59804A in popluar number systems.

HEX59804A
Decimal8912874
Binary1011001100000001001010
Octal131200112

Shades and tints

Shades of #59804A

#59804A
(89,128,74)
#517544
(81,117,68)
#496A3E
(73,106,62)
#415F38
(65,95,56)
#395432
(57,84,50)
#31492C
(49,73,44)
#293E26
(41,62,38)
#213320
(33,51,32)
#19281A
(25,40,26)
#111D14
(17,29,20)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #59804A

#59804A
(89,128,74)
#688B5A
(104,139,90)
#77966A
(119,150,106)
#86A17A
(134,161,122)
#95AC8A
(149,172,138)
#A4B79A
(164,183,154)
#B3C2AA
(179,194,170)
#C2CDBA
(194,205,186)
#D1D8CA
(209,216,202)
#E0E3DA
(224,227,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59804A color. Also use rgb(89,128,74) instead hex code.

Text Font Color

.myTextColor { color: #59804A; }

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

This text font color is #59804A.


Background Color

.myBgColor { background-color: #59804A; }

<div style="background-color:#59804A">Inner text</div>

This div background color is #59804A.


Border color

.myBorderColor { border: 1px solid #59804A; }

<div style="border:3px solid #59804A">Div</div>

This div border color is #59804A.


Opacity

.myOpacity80 { color: #59804A; opacity: 0.8; }

<p style="color:#59804A;opacity:0.8;">80%</p>

Text with #59804A 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 #59804A;}

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

This text has shadow with #59804A color.

.textShadow {text-shadow: 3px 3px 1px #59804A, 3px 3px 1px red;}

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

This text has shadow with #59804A primary color and red secondary color.


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

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

This text has shadow with #59804A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59804A on black background.


Color preview on white background

This text has color #59804A on white background.



Black color preview on #59804A background

This text has black color on #59804A background.


White color preview on #59804A background

This text has white color on #59804A background.