COLOR #70637C

HEX: #70637C
RGB: (112,99,124)

Color info

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

RGB color model

#70637C color RGB value is (112,99,124).

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

RGB channels and saturation

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

112
99
124

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

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 124 = 335 (100%)
R 112 of 335 ~ 33.43%
G 99 of 335 ~ 29.55%
B 124 of 335 ~ 37.01%

%33.43
%29.55
%37.01

CMYK color model

#70637C color CMYK value is (10,20,0,51).

  • cyan value is 9.68%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,20,0,51)
C10M20Y0K51 
(10%,20%,0%,51%)
(0.10/0.20/0.00/0.51)	

CMYK percentages

%9.68
%20.16
%0
%51.37

Codes

Color #70637C in popluar color models

70637C
RGB11299124
HSL271°11.21%43.73%
HSB/HSV271°20.16%48.63%
CMYK9.68%20.16%0.00%
51.37%

Color #70637C in popluar number systems.

HEX70637C
Decimal11299124
Binary111000011000111111100
Octal160143174

Shades and tints

Shades of #70637C

#70637C
(112,99,124)
#665A71
(102,90,113)
#5C5166
(92,81,102)
#52485B
(82,72,91)
#483F50
(72,63,80)
#3E3645
(62,54,69)
#342D3A
(52,45,58)
#2A242F
(42,36,47)
#201B24
(32,27,36)
#161219
(22,18,25)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #70637C

#70637C
(112,99,124)
#7D7187
(125,113,135)
#8A7F92
(138,127,146)
#978D9D
(151,141,157)
#A49BA8
(164,155,168)
#B1A9B3
(177,169,179)
#BEB7BE
(190,183,190)
#CBC5C9
(203,197,201)
#D8D3D4
(216,211,212)
#E5E1DF
(229,225,223)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70637C; }

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

This text font color is #70637C.


Background Color

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

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

This div background color is #70637C.


Border color

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

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

This div border color is #70637C.


Opacity

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

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

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

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

This text has shadow with #70637C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70637C on black background.


Color preview on white background

This text has color #70637C on white background.



Black color preview on #70637C background

This text has black color on #70637C background.


White color preview on #70637C background

This text has white color on #70637C background.