COLOR #70808E

HEX: #70808E
RGB: (112,128,142)

Color info

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

RGB color model

#70808E color RGB value is (112,128,142).

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

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 142 of 255 = 56%

112
128
142

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 142 = 382 (100%)
R 112 of 382 ~ 29.32%
G 128 of 382 ~ 33.51%
B 142 of 382 ~ 37.17%

%29.32
%33.51
%37.17

CMYK color model

#70808E color CMYK value is (21,10,0,44).

  • cyan value is 21.13%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(21,10,0,44)
C21M10Y0K44 
(21%,10%,0%,44%)
(0.21/0.10/0.00/0.44)	

CMYK percentages

%21.13
%9.86
%0
%44.31

Codes

Color #70808E in popluar color models

70808E
RGB112128142
HSL208°11.81%49.80%
HSB/HSV208°21.13%55.69%
CMYK21.13%9.86%0.00%
44.31%

Color #70808E in popluar number systems.

HEX70808E
Decimal112128142
Binary11100001000000010001110
Octal160200216

Shades and tints

Shades of #70808E

#70808E
(112,128,142)
#667582
(102,117,130)
#5C6A76
(92,106,118)
#525F6A
(82,95,106)
#48545E
(72,84,94)
#3E4952
(62,73,82)
#343E46
(52,62,70)
#2A333A
(42,51,58)
#20282E
(32,40,46)
#161D22
(22,29,34)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #70808E

#70808E
(112,128,142)
#7D8B98
(125,139,152)
#8A96A2
(138,150,162)
#97A1AC
(151,161,172)
#A4ACB6
(164,172,182)
#B1B7C0
(177,183,192)
#BEC2CA
(190,194,202)
#CBCDD4
(203,205,212)
#D8D8DE
(216,216,222)
#E5E3E8
(229,227,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70808E; }

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

This text font color is #70808E.


Background Color

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

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

This div background color is #70808E.


Border color

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

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

This div border color is #70808E.


Opacity

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

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

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

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

This text has shadow with #70808E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70808E on black background.


Color preview on white background

This text has color #70808E on white background.



Black color preview on #70808E background

This text has black color on #70808E background.


White color preview on #70808E background

This text has white color on #70808E background.