COLOR #70A48E

HEX: #70A48E
RGB: (112,164,142)

Color info

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

RGB color model

#70A48E color RGB value is (112,164,142).

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

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 142 of 255 = 56%

112
164
142

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

Portions of RGB colors in percentages

R + G + B =
112 + 164 + 142 = 418 (100%)
R 112 of 418 ~ 26.79%
G 164 of 418 ~ 39.23%
B 142 of 418 ~ 33.97%

%26.79
%39.23
%33.97

CMYK color model

#70A48E color CMYK value is (32,0,13,36).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(32,0,13,36)
C32M0Y13K36 
(32%,0%,13%,36%)
(0.32/0.00/0.13/0.36)	

CMYK percentages

%31.71
%0
%13.41
%35.69

Codes

Color #70A48E in popluar color models

70A48E
RGB112164142
HSL155°22.22%54.12%
HSB/HSV155°31.71%64.31%
CMYK31.71%0.00%13.41%
35.69%

Color #70A48E in popluar number systems.

HEX70A48E
Decimal112164142
Binary11100001010010010001110
Octal160244216

Shades and tints

Shades of #70A48E

#70A48E
(112,164,142)
#669682
(102,150,130)
#5C8876
(92,136,118)
#527A6A
(82,122,106)
#486C5E
(72,108,94)
#3E5E52
(62,94,82)
#345046
(52,80,70)
#2A423A
(42,66,58)
#20342E
(32,52,46)
#162622
(22,38,34)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #70A48E

#70A48E
(112,164,142)
#7DAC98
(125,172,152)
#8AB4A2
(138,180,162)
#97BCAC
(151,188,172)
#A4C4B6
(164,196,182)
#B1CCC0
(177,204,192)
#BED4CA
(190,212,202)
#CBDCD4
(203,220,212)
#D8E4DE
(216,228,222)
#E5ECE8
(229,236,232)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A48E; }

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

This text font color is #70A48E.


Background Color

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

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

This div background color is #70A48E.


Border color

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

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

This div border color is #70A48E.


Opacity

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

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

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

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

This text has shadow with #70A48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A48E on black background.


Color preview on white background

This text has color #70A48E on white background.



Black color preview on #70A48E background

This text has black color on #70A48E background.


White color preview on #70A48E background

This text has white color on #70A48E background.