COLOR #70837E

HEX: #70837E
RGB: (112,131,126)

Color info

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

RGB color model

#70837E color RGB value is (112,131,126).

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

RGB channels and saturation

R 112 of 255 = 44%
G 131 of 255 = 51%
B 126 of 255 = 49%

112
131
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 131 + 126 = 369 (100%)
R 112 of 369 ~ 30.35%
G 131 of 369 ~ 35.5%
B 126 of 369 ~ 34.15%

%30.35
%35.5
%34.15

CMYK color model

#70837E color CMYK value is (15,0,4,49).

  • cyan value is 14.50%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK: (15,0,4,49) C15M0Y4K49 (15%,0%,4%,49%) (0.15/0.00/0.04/0.49)

CMYK percentages

%14.5
%0
%3.82
%48.63

Codes

Color #70837E in popluar color models

70837E
RGB112131126
HSL164°7.82%47.65%
HSB/HSV164°14.50%51.37%
CMYK14.50%0.00%3.82%
48.63%

Color #70837E in popluar number systems.

HEX70837E
Decimal112131126
Binary1110000100000111111110
Octal160203176

Shades and tints

Shades of #70837E

#70837E
(112,131,126)
#667873
(102,120,115)
#5C6D68
(92,109,104)
#52625D
(82,98,93)
#485752
(72,87,82)
#3E4C47
(62,76,71)
#34413C
(52,65,60)
#2A3631
(42,54,49)
#202B26
(32,43,38)
#16201B
(22,32,27)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #70837E

#70837E
(112,131,126)
#7D8E89
(125,142,137)
#8A9994
(138,153,148)
#97A49F
(151,164,159)
#A4AFAA
(164,175,170)
#B1BAB5
(177,186,181)
#BEC5C0
(190,197,192)
#CBD0CB
(203,208,203)
#D8DBD6
(216,219,214)
#E5E6E1
(229,230,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70837E; }

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

This text font color is #70837E.


Background Color

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

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

This div background color is #70837E.


Border color

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

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

This div border color is #70837E.


Opacity

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

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

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

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

This text has shadow with #70837E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #70837E on black background.


Color preview on white background

This text has color #70837E on white background.



Black color preview on #70837E background

This text has black color on #70837E background.


White color preview on #70837E background

This text has white color on #70837E background.