COLOR #70957E

HEX: #70957E RGB: (112,149,126)

Color info

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

RGB color model

#70957E color RGB value is (112,149,126).

RGB: (112,149,126) (44%, 58%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 149 of 255 = 58%
B 126 of 255 = 49%

112
149
126

R + G + B ~ 50%. #70957E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 149 + 126 = 387 (100%)
R 112 of 387 ~ 28.94%
G 149 of 387 ~ 38.5%
B 126 of 387 ~ 32.56'%

%28.94
%38.5
%32.56

CMYK color model

#70957E color CMYK value is (25,0,15,42).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%

CMYK: (25,0,15,42)
C25M0Y15K42 (25%, 0%, 15%, 42%)
(0.25 / 0.00 / 0.15 / 0.42)

CMYK percentages

%24.83
%0
%15.44
%41.57

Codes

Color #70957E in popluar color models

70 95 7E
RGB 112 149 126
HSL 143° 14.86% 51.18%
HSB/HSV 143° 24.83% 58.43%
CMYK 24.83% 0.00% 15.44%
41.57%

Color #70957E in popluar number systems.

HEX 70 95 7E
Decimal 112 149 126
Binary 1110000 10010101 1111110
Octal 160 225 176

Shades and tints

Shades of #70957E

#70957E
(112,149,126)
#668873
(102,136,115)
#5C7B68
(92,123,104)
#526E5D
(82,110,93)
#486152
(72,97,82)
#3E5447
(62,84,71)
#34473C
(52,71,60)
#2A3A31
(42,58,49)
#202D26
(32,45,38)
#16201B
(22,32,27)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #70957E

#70957E
(112,149,126)
#7D9E89
(125,158,137)
#8AA794
(138,167,148)
#97B09F
(151,176,159)
#A4B9AA
(164,185,170)
#B1C2B5
(177,194,181)
#BECBC0
(190,203,192)
#CBD4CB
(203,212,203)
#D8DDD6
(216,221,214)
#E5E6E1
(229,230,225)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70957E color. Also use rgb(112,149,126) instead hex code.

Text Font Color

.myTextColor { color: #70957E; }

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

This text font color is #70957E.

Background Color

.myBgColor { background-color: #70957E; }

<div style="background-color:#70957E">Inner text</div>

This div background color is #70957E.

Border color

.myBorderColor { border: 1px solid #70957E; }

<div style="border:3px solid #70957E">Div</div>

This div border color is #70957E.

Opacity

.myOpacity80 { color: #70957E; opacity: 0.8; }

<p style="color:#70957E;opacity:0.8;">80%</p>

Text with #70957E 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 #70957E;}

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

This text has shadow with #70957E color.


.textShadow {text-shadow: 3px 3px 1px #70957E', 3px 3px 1px red;}

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

This text has shadow with #70957E primary color and red secondary color.


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

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

This text has shadow with #70957E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70957E; -webkit-box-shadow: 1px 1px 3px 2px #70957E; box-shadow:1px 1px 3px 2px #70957E;">
Div content here
</div>

This div box has shadow with color #70957E.

Preview

Color preview on black background

This text has color #70957E on black background.


Color preview on white background

This text has color #70957E on white background.


Black color preview on #70957E background

This text has black color on #70957E background.


White color preview on #70957E background

This text has white color on #70957E background.


Related colors

Complementary color

Complementary color for #hex is #8F6A81.


I love getcolorcode.com

Triadic colors

1 #7E7095 and #957E70 with #70957E are triadic colors.

2 #7E9570 and #95707E with #70957E are triadic colors.