COLOR #70A39F

HEX: #70A39F
RGB: (112,163,159)

Color info

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

RGB color model

#70A39F color RGB value is (112,163,159).

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

RGB channels and saturation

R 112 of 255 = 44%
G 163 of 255 = 64%
B 159 of 255 = 62%

112
163
159

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

Portions of RGB colors in percentages

R + G + B =
112 + 163 + 159 = 434 (100%)
R 112 of 434 ~ 25.81%
G 163 of 434 ~ 37.56%
B 159 of 434 ~ 36.64%

%25.81
%37.56
%36.64

CMYK color model

#70A39F color CMYK value is (31,0,2,36).

  • cyan value is 31.29%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 36.08%
CMYK:
(31,0,2,36)
C31M0Y2K36 
(31%,0%,2%,36%)
(0.31/0.00/0.02/0.36)	

CMYK percentages

%31.29
%0
%2.45
%36.08

Codes

Color #70A39F in popluar color models

70A39F
RGB112163159
HSL175°21.70%53.92%
HSB/HSV175°31.29%63.92%
CMYK31.29%0.00%2.45%
36.08%

Color #70A39F in popluar number systems.

HEX70A39F
Decimal112163159
Binary11100001010001110011111
Octal160243237

Shades and tints

Shades of #70A39F

#70A39F
(112,163,159)
#669591
(102,149,145)
#5C8783
(92,135,131)
#527975
(82,121,117)
#486B67
(72,107,103)
#3E5D59
(62,93,89)
#344F4B
(52,79,75)
#2A413D
(42,65,61)
#20332F
(32,51,47)
#162521
(22,37,33)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #70A39F

#70A39F
(112,163,159)
#7DABA7
(125,171,167)
#8AB3AF
(138,179,175)
#97BBB7
(151,187,183)
#A4C3BF
(164,195,191)
#B1CBC7
(177,203,199)
#BED3CF
(190,211,207)
#CBDBD7
(203,219,215)
#D8E3DF
(216,227,223)
#E5EBE7
(229,235,231)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A39F; }

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

This text font color is #70A39F.


Background Color

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

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

This div background color is #70A39F.


Border color

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

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

This div border color is #70A39F.


Opacity

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

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

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

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

This text has shadow with #70A39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A39F on black background.


Color preview on white background

This text has color #70A39F on white background.



Black color preview on #70A39F background

This text has black color on #70A39F background.


White color preview on #70A39F background

This text has white color on #70A39F background.