COLOR #70A44D

HEX: #70A44D
RGB: (112,164,77)

Color info

#70A44D contains mainly red and green colors. Web safe color of #70A44D is #669933 (or #693).

RGB color model

#70A44D color RGB value is (112,164,77).

  • red value is 112;
  • green value is 164;
  • blue value is 77.
RGB:
(112,164,77)
(44%,64%,30%)

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 77 of 255 = 30%

112
164
77

R + G + B ~ 46%. #70A44D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 164 + 77 = 353 (100%)
R 112 of 353 ~ 31.73%
G 164 of 353 ~ 46.46%
B 77 of 353 ~ 21.81%

%31.73
%46.46
%21.81

CMYK color model

#70A44D color CMYK value is (32,0,53,36).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 53.05%
  • key color value is 35.69%
CMYK:
(32,0,53,36)
C32M0Y53K36 
(32%,0%,53%,36%)
(0.32/0.00/0.53/0.36)	

CMYK percentages

%31.71
%0
%53.05
%35.69

Codes

Color #70A44D in popluar color models

70A44D
RGB11216477
HSL96°36.10%47.25%
HSB/HSV96°53.05%64.31%
CMYK31.71%0.00%53.05%
35.69%

Color #70A44D in popluar number systems.

HEX70A44D
Decimal11216477
Binary1110000101001001001101
Octal160244115

Shades and tints

Shades of #70A44D

#70A44D
(112,164,77)
#669646
(102,150,70)
#5C883F
(92,136,63)
#527A38
(82,122,56)
#486C31
(72,108,49)
#3E5E2A
(62,94,42)
#345023
(52,80,35)
#2A421C
(42,66,28)
#203415
(32,52,21)
#16260E
(22,38,14)
#0C1807
(12,24,7)
#000000
(0,0,0)

Tints of #70A44D

#70A44D
(112,164,77)
#7DAC5D
(125,172,93)
#8AB46D
(138,180,109)
#97BC7D
(151,188,125)
#A4C48D
(164,196,141)
#B1CC9D
(177,204,157)
#BED4AD
(190,212,173)
#CBDCBD
(203,220,189)
#D8E4CD
(216,228,205)
#E5ECDD
(229,236,221)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A44D color. Also use rgb(112,164,77) instead hex code.

Text Font Color

.myTextColor { color: #70A44D; }

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

This text font color is #70A44D.


Background Color

.myBgColor { background-color: #70A44D; }

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

This div background color is #70A44D.


Border color

.myBorderColor { border: 1px solid #70A44D; }

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

This div border color is #70A44D.


Opacity

.myOpacity80 { color: #70A44D; opacity: 0.8; }

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

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

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

This text has shadow with #70A44D color.

.textShadow {text-shadow: 3px 3px 1px #70A44D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A44D on black background.


Color preview on white background

This text has color #70A44D on white background.



Black color preview on #70A44D background

This text has black color on #70A44D background.


White color preview on #70A44D background

This text has white color on #70A44D background.