COLOR #59702A

HEX: #59702A RGB: (89,112,42)

Color info

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

RGB color model

#59702A color RGB value is (89,112,42).

RGB: (89,112,42) (35%, 44%, 16%)

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 42 of 255 = 16%

89
112
42

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

Portions of RGB colors in percentages

R + G + B = 89 + 112 + 42 = 243 (100%)
R 89 of 243 ~ 36.63%
G 112 of 243 ~ 46.09%
B 42 of 243 ~ 17.28'%

%36.63
%46.09
%17.28

CMYK color model

#59702A color CMYK value is (21,0,63,56).

  • cyan value is 20.54%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 56.08%
CMYK: (21,0,63,56) C21M0Y63K56 (21%,0%,63%,56%) (0.21/0.00/0.63/0.56) 

CMYK percentages

%20.54
%0
%62.5
%56.08

Codes

Color #59702A in popluar color models

59 70 2A
RGB 89 112 42
HSL 80° 45.45% 30.20%
HSB/HSV 80° 62.50% 43.92%
CMYK 20.54% 0.00% 62.50%
56.08%

Color #59702A in popluar number systems.

HEX 59 70 2A
Decimal 89 112 42
Binary 1011001 1110000 101010
Octal 131 160 52

Shades and tints

Shades of #59702A

#59702A
(89,112,42)
#516627
(81,102,39)
#495C24
(73,92,36)
#415221
(65,82,33)
#39481E
(57,72,30)
#313E1B
(49,62,27)
#293418
(41,52,24)
#212A15
(33,42,21)
#192012
(25,32,18)
#11160F
(17,22,15)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #59702A

#59702A
(89,112,42)
#687D3D
(104,125,61)
#778A50
(119,138,80)
#869763
(134,151,99)
#95A476
(149,164,118)
#A4B189
(164,177,137)
#B3BE9C
(179,190,156)
#C2CBAF
(194,203,175)
#D1D8C2
(209,216,194)
#E0E5D5
(224,229,213)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59702A; }

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

This text font color is #59702A.

Background Color

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

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

This div background color is #59702A.

Border color

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

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

This div border color is #59702A.

Opacity

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

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

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

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

This text has shadow with #59702A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59702A.

Preview

Color preview on black background

This text has color #59702A on black background.


Color preview on white background

This text has color #59702A on white background.


Black color preview on #59702A background

This text has black color on #59702A background.


White color preview on #59702A background

This text has white color on #59702A background.


Related colors

Complementary color

Complementary color for #hex is #A68FD5.


I love getcolorcode.com

Triadic colors

1 #2A5970 and #702A59 with #59702A are triadic colors.

2 #2A7059 and #70592A with #59702A are triadic colors.