COLOR #708020

HEX: #708020 RGB: (112,128,32)

Color info

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

RGB color model

#708020 color RGB value is (112,128,32).

RGB: (112,128,32) (44%, 50%, 13%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 32 of 255 = 13%

112
128
32

R + G + B ~ 36%. #708020 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 128 + 32 = 272 (100%)
R 112 of 272 ~ 41.18%
G 128 of 272 ~ 47.06%
B 32 of 272 ~ 11.76'%

%41.18
%47.06
%11.76

CMYK color model

#708020 color CMYK value is (13,0,75,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 49.80%

CMYK: (13,0,75,50)
C13M0Y75K50 (13%, 0%, 75%, 50%)
(0.13 / 0.00 / 0.75 / 0.50)

CMYK percentages

%12.5
%0
%75
%49.8

Codes

Color #708020 in popluar color models

70 80 20
RGB 112 128 32
HSL 70° 60.00% 31.37%
HSB/HSV 70° 75.00% 50.20%
CMYK 12.50% 0.00% 75.00%
49.80%

Color #708020 in popluar number systems.

HEX 70 80 20
Decimal 112 128 32
Binary 1110000 10000000 100000
Octal 160 200 40

Shades and tints

Shades of #708020

#708020
(112,128,32)
#66751E
(102,117,30)
#5C6A1C
(92,106,28)
#525F1A
(82,95,26)
#485418
(72,84,24)
#3E4916
(62,73,22)
#343E14
(52,62,20)
#2A3312
(42,51,18)
#202810
(32,40,16)
#161D0E
(22,29,14)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #708020

#708020
(112,128,32)
#7D8B34
(125,139,52)
#8A9648
(138,150,72)
#97A15C
(151,161,92)
#A4AC70
(164,172,112)
#B1B784
(177,183,132)
#BEC298
(190,194,152)
#CBCDAC
(203,205,172)
#D8D8C0
(216,216,192)
#E5E3D4
(229,227,212)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708020 color. Also use rgb(112,128,32) instead hex code.

Text Font Color

.myTextColor { color: #708020; }

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

This text font color is #708020.

Background Color

.myBgColor { background-color: #708020; }

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

This div background color is #708020.

Border color

.myBorderColor { border: 1px solid #708020; }

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

This div border color is #708020.

Opacity

.myOpacity80 { color: #708020; opacity: 0.8; }

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

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

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

This text has shadow with #708020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708020.

Preview

Color preview on black background

This text has color #708020 on black background.


Color preview on white background

This text has color #708020 on white background.


Black color preview on #708020 background

This text has black color on #708020 background.


White color preview on #708020 background

This text has white color on #708020 background.


Related colors

Complementary color

Complementary color for #hex is #8F7FDF.


I love getcolorcode.com

Triadic colors

1 #207080 and #802070 with #708020 are triadic colors.

2 #208070 and #807020 with #708020 are triadic colors.