COLOR #59702F

HEX: #59702F
RGB: (89,112,47)

Color info

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

RGB color model

#59702F color RGB value is (89,112,47).

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

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 47 of 255 = 18%

89
112
47

R + G + B ~ 32%. #59702F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 47 = 248 (100%)
R 89 of 248 ~ 35.89%
G 112 of 248 ~ 45.16%
B 47 of 248 ~ 18.95%

%35.89
%45.16
%18.95

CMYK color model

#59702F color CMYK value is (21,0,58,56).

  • cyan value is 20.54%
  • magenta value is 0.00%
  • yellow value is 58.04%
  • key color value is 56.08%
CMYK:
(21,0,58,56)
C21M0Y58K56 
(21%,0%,58%,56%)
(0.21/0.00/0.58/0.56)	

CMYK percentages

%20.54
%0
%58.04
%56.08

Codes

Color #59702F in popluar color models

59702F
RGB8911247
HSL81°40.88%31.18%
HSB/HSV81°58.04%43.92%
CMYK20.54%0.00%58.04%
56.08%

Color #59702F in popluar number systems.

HEX59702F
Decimal8911247
Binary10110011110000101111
Octal13116057

Shades and tints

Shades of #59702F

#59702F
(89,112,47)
#51662B
(81,102,43)
#495C27
(73,92,39)
#415223
(65,82,35)
#39481F
(57,72,31)
#313E1B
(49,62,27)
#293417
(41,52,23)
#212A13
(33,42,19)
#19200F
(25,32,15)
#11160B
(17,22,11)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #59702F

#59702F
(89,112,47)
#687D41
(104,125,65)
#778A53
(119,138,83)
#869765
(134,151,101)
#95A477
(149,164,119)
#A4B189
(164,177,137)
#B3BE9B
(179,190,155)
#C2CBAD
(194,203,173)
#D1D8BF
(209,216,191)
#E0E5D1
(224,229,209)
#EFF2E3
(239,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59702F; }

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

This text font color is #59702F.


Background Color

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

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

This div background color is #59702F.


Border color

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

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

This div border color is #59702F.


Opacity

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

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

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

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

This text has shadow with #59702F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59702F on black background.


Color preview on white background

This text has color #59702F on white background.



Black color preview on #59702F background

This text has black color on #59702F background.


White color preview on #59702F background

This text has white color on #59702F background.