COLOR #70627E

HEX: #70627E
RGB: (112,98,126)

Color info

#70627E contains red, green and blue colors in about the same proportion. Web safe color of #70627E is #666666 (or #666).

RGB color model

#70627E color RGB value is (112,98,126).

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

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 126 of 255 = 49%

112
98
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 126 = 336 (100%)
R 112 of 336 ~ 33.33%
G 98 of 336 ~ 29.17%
B 126 of 336 ~ 37.5%

%33.33
%29.17
%37.5

CMYK color model

#70627E color CMYK value is (11,22,0,51).

  • cyan value is 11.11%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(11,22,0,51)
C11M22Y0K51 
(11%,22%,0%,51%)
(0.11/0.22/0.00/0.51)	

CMYK percentages

%11.11
%22.22
%0
%50.59

Codes

Color #70627E in popluar color models

70627E
RGB11298126
HSL270°12.50%43.92%
HSB/HSV270°22.22%49.41%
CMYK11.11%22.22%0.00%
50.59%

Color #70627E in popluar number systems.

HEX70627E
Decimal11298126
Binary111000011000101111110
Octal160142176

Shades and tints

Shades of #70627E

#70627E
(112,98,126)
#665A73
(102,90,115)
#5C5268
(92,82,104)
#524A5D
(82,74,93)
#484252
(72,66,82)
#3E3A47
(62,58,71)
#34323C
(52,50,60)
#2A2A31
(42,42,49)
#202226
(32,34,38)
#161A1B
(22,26,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #70627E

#70627E
(112,98,126)
#7D7089
(125,112,137)
#8A7E94
(138,126,148)
#978C9F
(151,140,159)
#A49AAA
(164,154,170)
#B1A8B5
(177,168,181)
#BEB6C0
(190,182,192)
#CBC4CB
(203,196,203)
#D8D2D6
(216,210,214)
#E5E0E1
(229,224,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70627E; }

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

This text font color is #70627E.


Background Color

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

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

This div background color is #70627E.


Border color

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

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

This div border color is #70627E.


Opacity

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

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

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

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

This text has shadow with #70627E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70627E on black background.


Color preview on white background

This text has color #70627E on white background.



Black color preview on #70627E background

This text has black color on #70627E background.


White color preview on #70627E background

This text has white color on #70627E background.