COLOR #70839E

HEX: #70839E
RGB: (112,131,158)

Color info

#70839E contains red, green and blue colors in about the same proportion. Web safe color of #70839E is #669999 (or #699).

RGB color model

#70839E color RGB value is (112,131,158).

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

RGB channels and saturation

R 112 of 255 = 44%
G 131 of 255 = 51%
B 158 of 255 = 62%

112
131
158

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

Portions of RGB colors in percentages

R + G + B =
112 + 131 + 158 = 401 (100%)
R 112 of 401 ~ 27.93%
G 131 of 401 ~ 32.67%
B 158 of 401 ~ 39.4%

%27.93
%32.67
%39.4

CMYK color model

#70839E color CMYK value is (29,17,0,38).

  • cyan value is 29.11%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(29,17,0,38)
C29M17Y0K38 
(29%,17%,0%,38%)
(0.29/0.17/0.00/0.38)	

CMYK percentages

%29.11
%17.09
%0
%38.04

Codes

Color #70839E in popluar color models

70839E
RGB112131158
HSL215°19.17%52.94%
HSB/HSV215°29.11%61.96%
CMYK29.11%17.09%0.00%
38.04%

Color #70839E in popluar number systems.

HEX70839E
Decimal112131158
Binary11100001000001110011110
Octal160203236

Shades and tints

Shades of #70839E

#70839E
(112,131,158)
#667890
(102,120,144)
#5C6D82
(92,109,130)
#526274
(82,98,116)
#485766
(72,87,102)
#3E4C58
(62,76,88)
#34414A
(52,65,74)
#2A363C
(42,54,60)
#202B2E
(32,43,46)
#162020
(22,32,32)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #70839E

#70839E
(112,131,158)
#7D8EA6
(125,142,166)
#8A99AE
(138,153,174)
#97A4B6
(151,164,182)
#A4AFBE
(164,175,190)
#B1BAC6
(177,186,198)
#BEC5CE
(190,197,206)
#CBD0D6
(203,208,214)
#D8DBDE
(216,219,222)
#E5E6E6
(229,230,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70839E; }

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

This text font color is #70839E.


Background Color

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

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

This div background color is #70839E.


Border color

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

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

This div border color is #70839E.


Opacity

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

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

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

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

This text has shadow with #70839E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70839E on black background.


Color preview on white background

This text has color #70839E on white background.



Black color preview on #70839E background

This text has black color on #70839E background.


White color preview on #70839E background

This text has white color on #70839E background.