COLOR #70859C

HEX: #70859C RGB: (112,133,156)

Color info

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

RGB color model

#70859C color RGB value is (112,133,156).

RGB: (112,133,156) (44%, 52%, 61%)

RGB channels and saturation

R 112 of 255 = 44%
G 133 of 255 = 52%
B 156 of 255 = 61%

112
133
156

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

Portions of RGB colors in percentages

R + G + B = 112 + 133 + 156 = 401 (100%)
R 112 of 401 ~ 27.93%
G 133 of 401 ~ 33.17%
B 156 of 401 ~ 38.9'%

%27.93
%33.17
%38.9

CMYK color model

#70859C color CMYK value is (28,15,0,39).

  • cyan value is 28.21%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (28,15,0,39)
C28M15Y0K39 (28%, 15%, 0%, 39%)
(0.28 / 0.15 / 0.00 / 0.39)

CMYK percentages

%28.21
%14.74
%0
%38.82

Codes

Color #70859C in popluar color models

70 85 9C
RGB 112 133 156
HSL 211° 18.18% 52.55%
HSB/HSV 211° 28.21% 61.18%
CMYK 28.21% 14.74% 0.00%
38.82%

Color #70859C in popluar number systems.

HEX 70 85 9C
Decimal 112 133 156
Binary 1110000 10000101 10011100
Octal 160 205 234

Shades and tints

Shades of #70859C

#70859C
(112,133,156)
#66798E
(102,121,142)
#5C6D80
(92,109,128)
#526172
(82,97,114)
#485564
(72,85,100)
#3E4956
(62,73,86)
#343D48
(52,61,72)
#2A313A
(42,49,58)
#20252C
(32,37,44)
#16191E
(22,25,30)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #70859C

#70859C
(112,133,156)
#7D90A5
(125,144,165)
#8A9BAE
(138,155,174)
#97A6B7
(151,166,183)
#A4B1C0
(164,177,192)
#B1BCC9
(177,188,201)
#BEC7D2
(190,199,210)
#CBD2DB
(203,210,219)
#D8DDE4
(216,221,228)
#E5E8ED
(229,232,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70859C color. Also use rgb(112,133,156) instead hex code.

Text Font Color

.myTextColor { color: #70859C; }

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

This text font color is #70859C.

Background Color

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

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

This div background color is #70859C.

Border color

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

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

This div border color is #70859C.

Opacity

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

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

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

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

This text has shadow with #70859C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70859C.

Preview

Color preview on black background

This text has color #70859C on black background.


Color preview on white background

This text has color #70859C on white background.


Black color preview on #70859C background

This text has black color on #70859C background.


White color preview on #70859C background

This text has white color on #70859C background.


Related colors

Complementary color

Complementary color for #hex is #8F7A63.


I love getcolorcode.com

Triadic colors

1 #9C7085 and #859C70 with #70859C are triadic colors.

2 #9C8570 and #85709C with #70859C are triadic colors.