COLOR #70848B

HEX: #70848B RGB: (112,132,139)

Color info

#70848B contains red, green and blue colors in about the same proportion. Web safe color of #70848B is #669999 (or #699).

RGB color model

#70848B color RGB value is (112,132,139).

RGB: (112,132,139) (44%, 52%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 139 of 255 = 55%

112
132
139

R + G + B ~ 50%. #70848B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 132 + 139 = 383 (100%)
R 112 of 383 ~ 29.24%
G 132 of 383 ~ 34.46%
B 139 of 383 ~ 36.29'%

%29.24
%34.46
%36.29

CMYK color model

#70848B color CMYK value is (19,5,0,45).

  • cyan value is 19.42%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (19,5,0,45)
C19M5Y0K45 (19%, 5%, 0%, 45%)
(0.19 / 0.05 / 0.00 / 0.45)

CMYK percentages

%19.42
%5.04
%0
%45.49

Codes

Color #70848B in popluar color models

70 84 8B
RGB 112 132 139
HSL 196° 10.76% 49.22%
HSB/HSV 196° 19.42% 54.51%
CMYK 19.42% 5.04% 0.00%
45.49%

Color #70848B in popluar number systems.

HEX 70 84 8B
Decimal 112 132 139
Binary 1110000 10000100 10001011
Octal 160 204 213

Shades and tints

Shades of #70848B

#70848B
(112,132,139)
#66787F
(102,120,127)
#5C6C73
(92,108,115)
#526067
(82,96,103)
#48545B
(72,84,91)
#3E484F
(62,72,79)
#343C43
(52,60,67)
#2A3037
(42,48,55)
#20242B
(32,36,43)
#16181F
(22,24,31)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #70848B

#70848B
(112,132,139)
#7D8F95
(125,143,149)
#8A9A9F
(138,154,159)
#97A5A9
(151,165,169)
#A4B0B3
(164,176,179)
#B1BBBD
(177,187,189)
#BEC6C7
(190,198,199)
#CBD1D1
(203,209,209)
#D8DCDB
(216,220,219)
#E5E7E5
(229,231,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70848B color. Also use rgb(112,132,139) instead hex code.

Text Font Color

.myTextColor { color: #70848B; }

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

This text font color is #70848B.

Background Color

.myBgColor { background-color: #70848B; }

<div style="background-color:#70848B">Inner text</div>

This div background color is #70848B.

Border color

.myBorderColor { border: 1px solid #70848B; }

<div style="border:3px solid #70848B">Div</div>

This div border color is #70848B.

Opacity

.myOpacity80 { color: #70848B; opacity: 0.8; }

<p style="color:#70848B;opacity:0.8;">80%</p>

Text with #70848B 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 #70848B;}

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

This text has shadow with #70848B color.


.textShadow {text-shadow: 3px 3px 1px #70848B', 3px 3px 1px red;}

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

This text has shadow with #70848B primary color and red secondary color.


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

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

This text has shadow with #70848B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70848B; -webkit-box-shadow: 1px 1px 3px 2px #70848B; box-shadow:1px 1px 3px 2px #70848B;">
Div content here
</div>

This div box has shadow with color #70848B.

Preview

Color preview on black background

This text has color #70848B on black background.


Color preview on white background

This text has color #70848B on white background.


Black color preview on #70848B background

This text has black color on #70848B background.


White color preview on #70848B background

This text has white color on #70848B background.


Related colors

Complementary color

Complementary color for #hex is #8F7B74.


I love getcolorcode.com

Triadic colors

1 #8B7084 and #848B70 with #70848B are triadic colors.

2 #8B8470 and #84708B with #70848B are triadic colors.