COLOR #70839F

HEX: #70839F RGB: (112,131,159)

Color info

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

RGB color model

#70839F color RGB value is (112,131,159).

RGB: (112,131,159) (44%, 51%, 62%)

RGB channels and saturation

R 112 of 255 = 44%
G 131 of 255 = 51%
B 159 of 255 = 62%

112
131
159

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

Portions of RGB colors in percentages

R + G + B = 112 + 131 + 159 = 402 (100%)
R 112 of 402 ~ 27.86%
G 131 of 402 ~ 32.59%
B 159 of 402 ~ 39.55'%

%27.86
%32.59
%39.55

CMYK color model

#70839F color CMYK value is (30,18,0,38).

  • cyan value is 29.56%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (30,18,0,38)
C30M18Y0K38 (30%, 18%, 0%, 38%)
(0.30 / 0.18 / 0.00 / 0.38)

CMYK percentages

%29.56
%17.61
%0
%37.65

Codes

Color #70839F in popluar color models

70 83 9F
RGB 112 131 159
HSL 216° 19.67% 53.14%
HSB/HSV 216° 29.56% 62.35%
CMYK 29.56% 17.61% 0.00%
37.65%

Color #70839F in popluar number systems.

HEX 70 83 9F
Decimal 112 131 159
Binary 1110000 10000011 10011111
Octal 160 203 237

Shades and tints

Shades of #70839F

#70839F
(112,131,159)
#667891
(102,120,145)
#5C6D83
(92,109,131)
#526275
(82,98,117)
#485767
(72,87,103)
#3E4C59
(62,76,89)
#34414B
(52,65,75)
#2A363D
(42,54,61)
#202B2F
(32,43,47)
#162021
(22,32,33)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #70839F

#70839F
(112,131,159)
#7D8EA7
(125,142,167)
#8A99AF
(138,153,175)
#97A4B7
(151,164,183)
#A4AFBF
(164,175,191)
#B1BAC7
(177,186,199)
#BEC5CF
(190,197,207)
#CBD0D7
(203,208,215)
#D8DBDF
(216,219,223)
#E5E6E7
(229,230,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70839F color. Also use rgb(112,131,159) instead hex code.

Text Font Color

.myTextColor { color: #70839F; }

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

This text font color is #70839F.

Background Color

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

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

This div background color is #70839F.

Border color

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

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

This div border color is #70839F.

Opacity

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

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

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

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

This text has shadow with #70839F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70839F.

Preview

Color preview on black background

This text has color #70839F on black background.


Color preview on white background

This text has color #70839F on white background.


Black color preview on #70839F background

This text has black color on #70839F background.


White color preview on #70839F background

This text has white color on #70839F background.


Related colors

Complementary color

Complementary color for #hex is #8F7C60.


I love getcolorcode.com

Triadic colors

1 #9F7083 and #839F70 with #70839F are triadic colors.

2 #9F8370 and #83709F with #70839F are triadic colors.