COLOR #70A46D

HEX: #70A46D
RGB: (112,164,109)

Color info

#70A46D contains red, green and blue colors in about the same proportion. Web safe color of #70A46D is #669966 (or #696).

RGB color model

#70A46D color RGB value is (112,164,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 109 of 255 = 43%

112
164
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 164 + 109 = 385 (100%)
R 112 of 385 ~ 29.09%
G 164 of 385 ~ 42.6%
B 109 of 385 ~ 28.31%

%29.09
%42.6
%28.31

CMYK color model

#70A46D color CMYK value is (32,0,34,36).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 35.69%
CMYK:
(32,0,34,36)
C32M0Y34K36 
(32%,0%,34%,36%)
(0.32/0.00/0.34/0.36)	

CMYK percentages

%31.71
%0
%33.54
%35.69

Codes

Color #70A46D in popluar color models

70A46D
RGB112164109
HSL117°23.21%53.53%
HSB/HSV117°33.54%64.31%
CMYK31.71%0.00%33.54%
35.69%

Color #70A46D in popluar number systems.

HEX70A46D
Decimal112164109
Binary1110000101001001101101
Octal160244155

Shades and tints

Shades of #70A46D

#70A46D
(112,164,109)
#669664
(102,150,100)
#5C885B
(92,136,91)
#527A52
(82,122,82)
#486C49
(72,108,73)
#3E5E40
(62,94,64)
#345037
(52,80,55)
#2A422E
(42,66,46)
#203425
(32,52,37)
#16261C
(22,38,28)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #70A46D

#70A46D
(112,164,109)
#7DAC7A
(125,172,122)
#8AB487
(138,180,135)
#97BC94
(151,188,148)
#A4C4A1
(164,196,161)
#B1CCAE
(177,204,174)
#BED4BB
(190,212,187)
#CBDCC8
(203,220,200)
#D8E4D5
(216,228,213)
#E5ECE2
(229,236,226)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A46D; }

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

This text font color is #70A46D.


Background Color

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

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

This div background color is #70A46D.


Border color

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

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

This div border color is #70A46D.


Opacity

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

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

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

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

This text has shadow with #70A46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A46D on black background.


Color preview on white background

This text has color #70A46D on white background.



Black color preview on #70A46D background

This text has black color on #70A46D background.


White color preview on #70A46D background

This text has white color on #70A46D background.