COLOR #70718E

HEX: #70718E
RGB: (112,113,142)

Color info

#70718E contains red, green and blue colors in about the same proportion. Web safe color of #70718E is #666699 (or #669).

RGB color model

#70718E color RGB value is (112,113,142).

  • red value is 112;
  • green value is 113;
  • blue value is 142.
RGB:
(112,113,142)
(44%,44%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 142 of 255 = 56%

112
113
142

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 142 = 367 (100%)
R 112 of 367 ~ 30.52%
G 113 of 367 ~ 30.79%
B 142 of 367 ~ 38.69%

%30.52
%30.79
%38.69

CMYK color model

#70718E color CMYK value is (21,20,0,44).

  • cyan value is 21.13%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(21,20,0,44)
C21M20Y0K44 
(21%,20%,0%,44%)
(0.21/0.20/0.00/0.44)	

CMYK percentages

%21.13
%20.42
%0
%44.31

Codes

Color #70718E in popluar color models

70718E
RGB112113142
HSL238°11.81%49.80%
HSB/HSV238°21.13%55.69%
CMYK21.13%20.42%0.00%
44.31%

Color #70718E in popluar number systems.

HEX70718E
Decimal112113142
Binary1110000111000110001110
Octal160161216

Shades and tints

Shades of #70718E

#70718E
(112,113,142)
#666782
(102,103,130)
#5C5D76
(92,93,118)
#52536A
(82,83,106)
#48495E
(72,73,94)
#3E3F52
(62,63,82)
#343546
(52,53,70)
#2A2B3A
(42,43,58)
#20212E
(32,33,46)
#161722
(22,23,34)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #70718E

#70718E
(112,113,142)
#7D7D98
(125,125,152)
#8A89A2
(138,137,162)
#9795AC
(151,149,172)
#A4A1B6
(164,161,182)
#B1ADC0
(177,173,192)
#BEB9CA
(190,185,202)
#CBC5D4
(203,197,212)
#D8D1DE
(216,209,222)
#E5DDE8
(229,221,232)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70718E color. Also use rgb(112,113,142) instead hex code.

Text Font Color

.myTextColor { color: #70718E; }

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

This text font color is #70718E.


Background Color

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

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

This div background color is #70718E.


Border color

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

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

This div border color is #70718E.


Opacity

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

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

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

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

This text has shadow with #70718E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70718E on black background.


Color preview on white background

This text has color #70718E on white background.



Black color preview on #70718E background

This text has black color on #70718E background.


White color preview on #70718E background

This text has white color on #70718E background.