COLOR #70637D

HEX: #70637D
RGB: (112,99,125)

Color info

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

RGB color model

#70637D color RGB value is (112,99,125).

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

RGB channels and saturation

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

112
99
125

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

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 125 = 336 (100%)
R 112 of 336 ~ 33.33%
G 99 of 336 ~ 29.46%
B 125 of 336 ~ 37.2%

%33.33
%29.46
%37.2

CMYK color model

#70637D color CMYK value is (10,21,0,51).

  • cyan value is 10.40%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,21,0,51)
C10M21Y0K51 
(10%,21%,0%,51%)
(0.10/0.21/0.00/0.51)	

CMYK percentages

%10.4
%20.8
%0
%50.98

Codes

Color #70637D in popluar color models

70637D
RGB11299125
HSL270°11.61%43.92%
HSB/HSV270°20.80%49.02%
CMYK10.40%20.80%0.00%
50.98%

Color #70637D in popluar number systems.

HEX70637D
Decimal11299125
Binary111000011000111111101
Octal160143175

Shades and tints

Shades of #70637D

#70637D
(112,99,125)
#665A72
(102,90,114)
#5C5167
(92,81,103)
#52485C
(82,72,92)
#483F51
(72,63,81)
#3E3646
(62,54,70)
#342D3B
(52,45,59)
#2A2430
(42,36,48)
#201B25
(32,27,37)
#16121A
(22,18,26)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #70637D

#70637D
(112,99,125)
#7D7188
(125,113,136)
#8A7F93
(138,127,147)
#978D9E
(151,141,158)
#A49BA9
(164,155,169)
#B1A9B4
(177,169,180)
#BEB7BF
(190,183,191)
#CBC5CA
(203,197,202)
#D8D3D5
(216,211,213)
#E5E1E0
(229,225,224)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70637D; }

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

This text font color is #70637D.


Background Color

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

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

This div background color is #70637D.


Border color

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

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

This div border color is #70637D.


Opacity

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

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

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

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

This text has shadow with #70637D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70637D on black background.


Color preview on white background

This text has color #70637D on white background.



Black color preview on #70637D background

This text has black color on #70637D background.


White color preview on #70637D background

This text has white color on #70637D background.