COLOR #70887E

HEX: #70887E
RGB: (112,136,126)

Color info

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

RGB color model

#70887E color RGB value is (112,136,126).

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

RGB channels and saturation

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

112
136
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 126 = 374 (100%)
R 112 of 374 ~ 29.95%
G 136 of 374 ~ 36.36%
B 126 of 374 ~ 33.69%

%29.95
%36.36
%33.69

CMYK color model

#70887E color CMYK value is (18,0,7,47).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(18,0,7,47)
C18M0Y7K47 
(18%,0%,7%,47%)
(0.18/0.00/0.07/0.47)	

CMYK percentages

%17.65
%0
%7.35
%46.67

Codes

Color #70887E in popluar color models

70887E
RGB112136126
HSL155°9.68%48.63%
HSB/HSV155°17.65%53.33%
CMYK17.65%0.00%7.35%
46.67%

Color #70887E in popluar number systems.

HEX70887E
Decimal112136126
Binary1110000100010001111110
Octal160210176

Shades and tints

Shades of #70887E

#70887E
(112,136,126)
#667C73
(102,124,115)
#5C7068
(92,112,104)
#52645D
(82,100,93)
#485852
(72,88,82)
#3E4C47
(62,76,71)
#34403C
(52,64,60)
#2A3431
(42,52,49)
#202826
(32,40,38)
#161C1B
(22,28,27)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #70887E

#70887E
(112,136,126)
#7D9289
(125,146,137)
#8A9C94
(138,156,148)
#97A69F
(151,166,159)
#A4B0AA
(164,176,170)
#B1BAB5
(177,186,181)
#BEC4C0
(190,196,192)
#CBCECB
(203,206,203)
#D8D8D6
(216,216,214)
#E5E2E1
(229,226,225)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70887E; }

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

This text font color is #70887E.


Background Color

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

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

This div background color is #70887E.


Border color

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

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

This div border color is #70887E.


Opacity

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

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

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

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

This text has shadow with #70887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70887E on black background.


Color preview on white background

This text has color #70887E on white background.



Black color preview on #70887E background

This text has black color on #70887E background.


White color preview on #70887E background

This text has white color on #70887E background.