COLOR #70A388

HEX: #70A388
RGB: (112,163,136)

Color info

#70A388 contains red, green and blue colors in about the same proportion. Web safe color of #70A388 is #669999 (or #699).

RGB color model

#70A388 color RGB value is (112,163,136).

  • red value is 112;
  • green value is 163;
  • blue value is 136.
RGB:
(112,163,136)
(44%,64%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 163 of 255 = 64%
B 136 of 255 = 53%

112
163
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 163 + 136 = 411 (100%)
R 112 of 411 ~ 27.25%
G 163 of 411 ~ 39.66%
B 136 of 411 ~ 33.09%

%27.25
%39.66
%33.09

CMYK color model

#70A388 color CMYK value is (31,0,17,36).

  • cyan value is 31.29%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(31,0,17,36)
C31M0Y17K36 
(31%,0%,17%,36%)
(0.31/0.00/0.17/0.36)	

CMYK percentages

%31.29
%0
%16.56
%36.08

Codes

Color #70A388 in popluar color models

70A388
RGB112163136
HSL148°21.70%53.92%
HSB/HSV148°31.29%63.92%
CMYK31.29%0.00%16.56%
36.08%

Color #70A388 in popluar number systems.

HEX70A388
Decimal112163136
Binary11100001010001110001000
Octal160243210

Shades and tints

Shades of #70A388

#70A388
(112,163,136)
#66957C
(102,149,124)
#5C8770
(92,135,112)
#527964
(82,121,100)
#486B58
(72,107,88)
#3E5D4C
(62,93,76)
#344F40
(52,79,64)
#2A4134
(42,65,52)
#203328
(32,51,40)
#16251C
(22,37,28)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #70A388

#70A388
(112,163,136)
#7DAB92
(125,171,146)
#8AB39C
(138,179,156)
#97BBA6
(151,187,166)
#A4C3B0
(164,195,176)
#B1CBBA
(177,203,186)
#BED3C4
(190,211,196)
#CBDBCE
(203,219,206)
#D8E3D8
(216,227,216)
#E5EBE2
(229,235,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A388 color. Also use rgb(112,163,136) instead hex code.

Text Font Color

.myTextColor { color: #70A388; }

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

This text font color is #70A388.


Background Color

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

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

This div background color is #70A388.


Border color

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

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

This div border color is #70A388.


Opacity

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

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

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

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

This text has shadow with #70A388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A388 on black background.


Color preview on white background

This text has color #70A388 on white background.



Black color preview on #70A388 background

This text has black color on #70A388 background.


White color preview on #70A388 background

This text has white color on #70A388 background.