COLOR #70728D

HEX: #70728D
RGB: (112,114,141)

Color info

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

RGB color model

#70728D color RGB value is (112,114,141).

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

RGB channels and saturation

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

112
114
141

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 141 = 367 (100%)
R 112 of 367 ~ 30.52%
G 114 of 367 ~ 31.06%
B 141 of 367 ~ 38.42%

%30.52
%31.06
%38.42

CMYK color model

#70728D color CMYK value is (21,19,0,45).

  • cyan value is 20.57%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,19,0,45)
C21M19Y0K45 
(21%,19%,0%,45%)
(0.21/0.19/0.00/0.45)	

CMYK percentages

%20.57
%19.15
%0
%44.71

Codes

Color #70728D in popluar color models

70728D
RGB112114141
HSL236°11.46%49.61%
HSB/HSV236°20.57%55.29%
CMYK20.57%19.15%0.00%
44.71%

Color #70728D in popluar number systems.

HEX70728D
Decimal112114141
Binary1110000111001010001101
Octal160162215

Shades and tints

Shades of #70728D

#70728D
(112,114,141)
#666881
(102,104,129)
#5C5E75
(92,94,117)
#525469
(82,84,105)
#484A5D
(72,74,93)
#3E4051
(62,64,81)
#343645
(52,54,69)
#2A2C39
(42,44,57)
#20222D
(32,34,45)
#161821
(22,24,33)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #70728D

#70728D
(112,114,141)
#7D7E97
(125,126,151)
#8A8AA1
(138,138,161)
#9796AB
(151,150,171)
#A4A2B5
(164,162,181)
#B1AEBF
(177,174,191)
#BEBAC9
(190,186,201)
#CBC6D3
(203,198,211)
#D8D2DD
(216,210,221)
#E5DEE7
(229,222,231)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70728D; }

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

This text font color is #70728D.


Background Color

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

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

This div background color is #70728D.


Border color

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

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

This div border color is #70728D.


Opacity

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

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

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

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

This text has shadow with #70728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70728D on black background.


Color preview on white background

This text has color #70728D on white background.



Black color preview on #70728D background

This text has black color on #70728D background.


White color preview on #70728D background

This text has white color on #70728D background.