COLOR #70A47C

HEX: #70A47C
RGB: (112,164,124)

Color info

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

RGB color model

#70A47C color RGB value is (112,164,124).

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

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 124 of 255 = 49%

112
164
124

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

Portions of RGB colors in percentages

R + G + B =
112 + 164 + 124 = 400 (100%)
R 112 of 400 ~ 28%
G 164 of 400 ~ 41%
B 124 of 400 ~ 31%

%28
%41
%31

CMYK color model

#70A47C color CMYK value is (32,0,24,36).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 35.69%
CMYK:
(32,0,24,36)
C32M0Y24K36 
(32%,0%,24%,36%)
(0.32/0.00/0.24/0.36)	

CMYK percentages

%31.71
%0
%24.39
%35.69

Codes

Color #70A47C in popluar color models

70A47C
RGB112164124
HSL134°22.22%54.12%
HSB/HSV134°31.71%64.31%
CMYK31.71%0.00%24.39%
35.69%

Color #70A47C in popluar number systems.

HEX70A47C
Decimal112164124
Binary1110000101001001111100
Octal160244174

Shades and tints

Shades of #70A47C

#70A47C
(112,164,124)
#669671
(102,150,113)
#5C8866
(92,136,102)
#527A5B
(82,122,91)
#486C50
(72,108,80)
#3E5E45
(62,94,69)
#34503A
(52,80,58)
#2A422F
(42,66,47)
#203424
(32,52,36)
#162619
(22,38,25)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #70A47C

#70A47C
(112,164,124)
#7DAC87
(125,172,135)
#8AB492
(138,180,146)
#97BC9D
(151,188,157)
#A4C4A8
(164,196,168)
#B1CCB3
(177,204,179)
#BED4BE
(190,212,190)
#CBDCC9
(203,220,201)
#D8E4D4
(216,228,212)
#E5ECDF
(229,236,223)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A47C; }

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

This text font color is #70A47C.


Background Color

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

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

This div background color is #70A47C.


Border color

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

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

This div border color is #70A47C.


Opacity

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

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

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

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

This text has shadow with #70A47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A47C on black background.


Color preview on white background

This text has color #70A47C on white background.



Black color preview on #70A47C background

This text has black color on #70A47C background.


White color preview on #70A47C background

This text has white color on #70A47C background.