COLOR #59772F

HEX: #59772F
RGB: (89,119,47)

Color info

#59772F contains mainly red and green colors. Web safe color of #59772F is #666633 (or #663).

RGB color model

#59772F color RGB value is (89,119,47).

  • red value is 89;
  • green value is 119;
  • blue value is 47.
RGB:
(89,119,47)
(35%,47%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 119 of 255 = 47%
B 47 of 255 = 18%

89
119
47

R + G + B ~ 33%. #59772F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 119 + 47 = 255 (100%)
R 89 of 255 ~ 34.9%
G 119 of 255 ~ 46.67%
B 47 of 255 ~ 18.43%

%34.9
%46.67
%18.43

CMYK color model

#59772F color CMYK value is (25,0,61,53).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 60.50%
  • key color value is 53.33%
CMYK:
(25,0,61,53)
C25M0Y61K53 
(25%,0%,61%,53%)
(0.25/0.00/0.61/0.53)	

CMYK percentages

%25.21
%0
%60.5
%53.33

Codes

Color #59772F in popluar color models

59772F
RGB8911947
HSL85°43.37%32.55%
HSB/HSV85°60.50%46.67%
CMYK25.21%0.00%60.50%
53.33%

Color #59772F in popluar number systems.

HEX59772F
Decimal8911947
Binary10110011110111101111
Octal13116757

Shades and tints

Shades of #59772F

#59772F
(89,119,47)
#516D2B
(81,109,43)
#496327
(73,99,39)
#415923
(65,89,35)
#394F1F
(57,79,31)
#31451B
(49,69,27)
#293B17
(41,59,23)
#213113
(33,49,19)
#19270F
(25,39,15)
#111D0B
(17,29,11)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #59772F

#59772F
(89,119,47)
#688341
(104,131,65)
#778F53
(119,143,83)
#869B65
(134,155,101)
#95A777
(149,167,119)
#A4B389
(164,179,137)
#B3BF9B
(179,191,155)
#C2CBAD
(194,203,173)
#D1D7BF
(209,215,191)
#E0E3D1
(224,227,209)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59772F color. Also use rgb(89,119,47) instead hex code.

Text Font Color

.myTextColor { color: #59772F; }

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

This text font color is #59772F.


Background Color

.myBgColor { background-color: #59772F; }

<div style="background-color:#59772F">Inner text</div>

This div background color is #59772F.


Border color

.myBorderColor { border: 1px solid #59772F; }

<div style="border:3px solid #59772F">Div</div>

This div border color is #59772F.


Opacity

.myOpacity80 { color: #59772F; opacity: 0.8; }

<p style="color:#59772F;opacity:0.8;">80%</p>

Text with #59772F 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 #59772F;}

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

This text has shadow with #59772F color.

.textShadow {text-shadow: 3px 3px 1px #59772F, 3px 3px 1px red;}

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

This text has shadow with #59772F primary color and red secondary color.


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

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

This text has shadow with #59772F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59772F on black background.


Color preview on white background

This text has color #59772F on white background.



Black color preview on #59772F background

This text has black color on #59772F background.


White color preview on #59772F background

This text has white color on #59772F background.