COLOR #70728C

HEX: #70728C
RGB: (112,114,140)

Color info

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

RGB color model

#70728C color RGB value is (112,114,140).

  • red value is 112;
  • green value is 114;
  • blue value is 140.
RGB:
(112,114,140)
(44%,45%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 140 of 255 = 55%

112
114
140

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 140 = 366 (100%)
R 112 of 366 ~ 30.6%
G 114 of 366 ~ 31.15%
B 140 of 366 ~ 38.25%

%30.6
%31.15
%38.25

CMYK color model

#70728C color CMYK value is (20,19,0,45).

  • cyan value is 20.00%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(20,19,0,45)
C20M19Y0K45 
(20%,19%,0%,45%)
(0.20/0.19/0.00/0.45)	

CMYK percentages

%20
%18.57
%0
%45.1

Codes

Color #70728C in popluar color models

70728C
RGB112114140
HSL236°11.11%49.41%
HSB/HSV236°20.00%54.90%
CMYK20.00%18.57%0.00%
45.10%

Color #70728C in popluar number systems.

HEX70728C
Decimal112114140
Binary1110000111001010001100
Octal160162214

Shades and tints

Shades of #70728C

#70728C
(112,114,140)
#666880
(102,104,128)
#5C5E74
(92,94,116)
#525468
(82,84,104)
#484A5C
(72,74,92)
#3E4050
(62,64,80)
#343644
(52,54,68)
#2A2C38
(42,44,56)
#20222C
(32,34,44)
#161820
(22,24,32)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #70728C

#70728C
(112,114,140)
#7D7E96
(125,126,150)
#8A8AA0
(138,138,160)
#9796AA
(151,150,170)
#A4A2B4
(164,162,180)
#B1AEBE
(177,174,190)
#BEBAC8
(190,186,200)
#CBC6D2
(203,198,210)
#D8D2DC
(216,210,220)
#E5DEE6
(229,222,230)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70728C color. Also use rgb(112,114,140) instead hex code.

Text Font Color

.myTextColor { color: #70728C; }

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

This text font color is #70728C.


Background Color

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

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

This div background color is #70728C.


Border color

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

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

This div border color is #70728C.


Opacity

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

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

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

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

This text has shadow with #70728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70728C on black background.


Color preview on white background

This text has color #70728C on white background.



Black color preview on #70728C background

This text has black color on #70728C background.


White color preview on #70728C background

This text has white color on #70728C background.