COLOR #70A495

HEX: #70A495
RGB: (112,164,149)

Color info

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

RGB color model

#70A495 color RGB value is (112,164,149).

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

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 149 of 255 = 58%

112
164
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 164 + 149 = 425 (100%)
R 112 of 425 ~ 26.35%
G 164 of 425 ~ 38.59%
B 149 of 425 ~ 35.06%

%26.35
%38.59
%35.06

CMYK color model

#70A495 color CMYK value is (32,0,9,36).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(32,0,9,36)
C32M0Y9K36 
(32%,0%,9%,36%)
(0.32/0.00/0.09/0.36)	

CMYK percentages

%31.71
%0
%9.15
%35.69

Codes

Color #70A495 in popluar color models

70A495
RGB112164149
HSL163°22.22%54.12%
HSB/HSV163°31.71%64.31%
CMYK31.71%0.00%9.15%
35.69%

Color #70A495 in popluar number systems.

HEX70A495
Decimal112164149
Binary11100001010010010010101
Octal160244225

Shades and tints

Shades of #70A495

#70A495
(112,164,149)
#669688
(102,150,136)
#5C887B
(92,136,123)
#527A6E
(82,122,110)
#486C61
(72,108,97)
#3E5E54
(62,94,84)
#345047
(52,80,71)
#2A423A
(42,66,58)
#20342D
(32,52,45)
#162620
(22,38,32)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #70A495

#70A495
(112,164,149)
#7DAC9E
(125,172,158)
#8AB4A7
(138,180,167)
#97BCB0
(151,188,176)
#A4C4B9
(164,196,185)
#B1CCC2
(177,204,194)
#BED4CB
(190,212,203)
#CBDCD4
(203,220,212)
#D8E4DD
(216,228,221)
#E5ECE6
(229,236,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A495; }

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

This text font color is #70A495.


Background Color

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

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

This div background color is #70A495.


Border color

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

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

This div border color is #70A495.


Opacity

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

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

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

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

This text has shadow with #70A495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A495 on black background.


Color preview on white background

This text has color #70A495 on white background.



Black color preview on #70A495 background

This text has black color on #70A495 background.


White color preview on #70A495 background

This text has white color on #70A495 background.