COLOR #70637E

HEX: #70637E
RGB: (112,99,126)

Color info

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

RGB color model

#70637E color RGB value is (112,99,126).

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

RGB channels and saturation

R 112 of 255 = 44%
G 99 of 255 = 39%
B 126 of 255 = 49%

112
99
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 126 = 337 (100%)
R 112 of 337 ~ 33.23%
G 99 of 337 ~ 29.38%
B 126 of 337 ~ 37.39%

%33.23
%29.38
%37.39

CMYK color model

#70637E color CMYK value is (11,21,0,51).

  • cyan value is 11.11%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(11,21,0,51)
C11M21Y0K51 
(11%,21%,0%,51%)
(0.11/0.21/0.00/0.51)	

CMYK percentages

%11.11
%21.43
%0
%50.59

Codes

Color #70637E in popluar color models

70637E
RGB11299126
HSL269°12.00%44.12%
HSB/HSV269°21.43%49.41%
CMYK11.11%21.43%0.00%
50.59%

Color #70637E in popluar number systems.

HEX70637E
Decimal11299126
Binary111000011000111111110
Octal160143176

Shades and tints

Shades of #70637E

#70637E
(112,99,126)
#665A73
(102,90,115)
#5C5168
(92,81,104)
#52485D
(82,72,93)
#483F52
(72,63,82)
#3E3647
(62,54,71)
#342D3C
(52,45,60)
#2A2431
(42,36,49)
#201B26
(32,27,38)
#16121B
(22,18,27)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #70637E

#70637E
(112,99,126)
#7D7189
(125,113,137)
#8A7F94
(138,127,148)
#978D9F
(151,141,159)
#A49BAA
(164,155,170)
#B1A9B5
(177,169,181)
#BEB7C0
(190,183,192)
#CBC5CB
(203,197,203)
#D8D3D6
(216,211,214)
#E5E1E1
(229,225,225)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70637E; }

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

This text font color is #70637E.


Background Color

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

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

This div background color is #70637E.


Border color

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

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

This div border color is #70637E.


Opacity

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

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

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

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

This text has shadow with #70637E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70637E on black background.


Color preview on white background

This text has color #70637E on white background.



Black color preview on #70637E background

This text has black color on #70637E background.


White color preview on #70637E background

This text has white color on #70637E background.