COLOR #70877E

HEX: #70877E
RGB: (112,135,126)

Color info

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

RGB color model

#70877E color RGB value is (112,135,126).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 126 of 255 = 49%

112
135
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 126 = 373 (100%)
R 112 of 373 ~ 30.03%
G 135 of 373 ~ 36.19%
B 126 of 373 ~ 33.78%

%30.03
%36.19
%33.78

CMYK color model

#70877E color CMYK value is (17,0,7,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(17,0,7,47)
C17M0Y7K47 
(17%,0%,7%,47%)
(0.17/0.00/0.07/0.47)	

CMYK percentages

%17.04
%0
%6.67
%47.06

Codes

Color #70877E in popluar color models

70877E
RGB112135126
HSL157°9.31%48.43%
HSB/HSV157°17.04%52.94%
CMYK17.04%0.00%6.67%
47.06%

Color #70877E in popluar number systems.

HEX70877E
Decimal112135126
Binary1110000100001111111110
Octal160207176

Shades and tints

Shades of #70877E

#70877E
(112,135,126)
#667B73
(102,123,115)
#5C6F68
(92,111,104)
#52635D
(82,99,93)
#485752
(72,87,82)
#3E4B47
(62,75,71)
#343F3C
(52,63,60)
#2A3331
(42,51,49)
#202726
(32,39,38)
#161B1B
(22,27,27)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #70877E

#70877E
(112,135,126)
#7D9189
(125,145,137)
#8A9B94
(138,155,148)
#97A59F
(151,165,159)
#A4AFAA
(164,175,170)
#B1B9B5
(177,185,181)
#BEC3C0
(190,195,192)
#CBCDCB
(203,205,203)
#D8D7D6
(216,215,214)
#E5E1E1
(229,225,225)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70877E; }

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

This text font color is #70877E.


Background Color

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

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

This div background color is #70877E.


Border color

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

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

This div border color is #70877E.


Opacity

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

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

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

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

This text has shadow with #70877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70877E on black background.


Color preview on white background

This text has color #70877E on white background.



Black color preview on #70877E background

This text has black color on #70877E background.


White color preview on #70877E background

This text has white color on #70877E background.