COLOR #70728F

HEX: #70728F
RGB: (112,114,143)

Color info

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

RGB color model

#70728F color RGB value is (112,114,143).

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

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 143 of 255 = 56%

112
114
143

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 143 = 369 (100%)
R 112 of 369 ~ 30.35%
G 114 of 369 ~ 30.89%
B 143 of 369 ~ 38.75%

%30.35
%30.89
%38.75

CMYK color model

#70728F color CMYK value is (22,20,0,44).

  • cyan value is 21.68%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,20,0,44)
C22M20Y0K44 
(22%,20%,0%,44%)
(0.22/0.20/0.00/0.44)	

CMYK percentages

%21.68
%20.28
%0
%43.92

Codes

Color #70728F in popluar color models

70728F
RGB112114143
HSL236°12.16%50.00%
HSB/HSV236°21.68%56.08%
CMYK21.68%20.28%0.00%
43.92%

Color #70728F in popluar number systems.

HEX70728F
Decimal112114143
Binary1110000111001010001111
Octal160162217

Shades and tints

Shades of #70728F

#70728F
(112,114,143)
#666882
(102,104,130)
#5C5E75
(92,94,117)
#525468
(82,84,104)
#484A5B
(72,74,91)
#3E404E
(62,64,78)
#343641
(52,54,65)
#2A2C34
(42,44,52)
#202227
(32,34,39)
#16181A
(22,24,26)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #70728F

#70728F
(112,114,143)
#7D7E99
(125,126,153)
#8A8AA3
(138,138,163)
#9796AD
(151,150,173)
#A4A2B7
(164,162,183)
#B1AEC1
(177,174,193)
#BEBACB
(190,186,203)
#CBC6D5
(203,198,213)
#D8D2DF
(216,210,223)
#E5DEE9
(229,222,233)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70728F; }

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

This text font color is #70728F.


Background Color

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

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

This div background color is #70728F.


Border color

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

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

This div border color is #70728F.


Opacity

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

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

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

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

This text has shadow with #70728F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70728F on black background.


Color preview on white background

This text has color #70728F on white background.



Black color preview on #70728F background

This text has black color on #70728F background.


White color preview on #70728F background

This text has white color on #70728F background.