COLOR #70977E

HEX: #70977E
RGB: (112,151,126)

Color info

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

RGB color model

#70977E color RGB value is (112,151,126).

  • red value is 112;
  • green value is 151;
  • blue value is 126.
RGB:
(112,151,126)
(44%,59%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 151 of 255 = 59%
B 126 of 255 = 49%

112
151
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 151 + 126 = 389 (100%)
R 112 of 389 ~ 28.79%
G 151 of 389 ~ 38.82%
B 126 of 389 ~ 32.39%

%28.79
%38.82
%32.39

CMYK color model

#70977E color CMYK value is (26,0,17,41).

  • cyan value is 25.83%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(26,0,17,41)
C26M0Y17K41 
(26%,0%,17%,41%)
(0.26/0.00/0.17/0.41)	

CMYK percentages

%25.83
%0
%16.56
%40.78

Codes

Color #70977E in popluar color models

70977E
RGB112151126
HSL142°15.79%51.57%
HSB/HSV142°25.83%59.22%
CMYK25.83%0.00%16.56%
40.78%

Color #70977E in popluar number systems.

HEX70977E
Decimal112151126
Binary1110000100101111111110
Octal160227176

Shades and tints

Shades of #70977E

#70977E
(112,151,126)
#668A73
(102,138,115)
#5C7D68
(92,125,104)
#52705D
(82,112,93)
#486352
(72,99,82)
#3E5647
(62,86,71)
#34493C
(52,73,60)
#2A3C31
(42,60,49)
#202F26
(32,47,38)
#16221B
(22,34,27)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #70977E

#70977E
(112,151,126)
#7DA089
(125,160,137)
#8AA994
(138,169,148)
#97B29F
(151,178,159)
#A4BBAA
(164,187,170)
#B1C4B5
(177,196,181)
#BECDC0
(190,205,192)
#CBD6CB
(203,214,203)
#D8DFD6
(216,223,214)
#E5E8E1
(229,232,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70977E; }

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

This text font color is #70977E.


Background Color

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

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

This div background color is #70977E.


Border color

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

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

This div border color is #70977E.


Opacity

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

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

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

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

This text has shadow with #70977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70977E on black background.


Color preview on white background

This text has color #70977E on white background.



Black color preview on #70977E background

This text has black color on #70977E background.


White color preview on #70977E background

This text has white color on #70977E background.