COLOR #70849A

HEX: #70849A RGB: (112,132,154)

Color info

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

RGB color model

#70849A color RGB value is (112,132,154).

RGB: (112,132,154) (44%, 52%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 154 of 255 = 60%

112
132
154

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

Portions of RGB colors in percentages

R + G + B = 112 + 132 + 154 = 398 (100%)
R 112 of 398 ~ 28.14%
G 132 of 398 ~ 33.17%
B 154 of 398 ~ 38.69'%

%28.14
%33.17
%38.69

CMYK color model

#70849A color CMYK value is (27,14,0,40).

  • cyan value is 27.27%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (27,14,0,40)
C27M14Y0K40 (27%, 14%, 0%, 40%)
(0.27 / 0.14 / 0.00 / 0.40)

CMYK percentages

%27.27
%14.29
%0
%39.61

Codes

Color #70849A in popluar color models

70 84 9A
RGB 112 132 154
HSL 211° 17.21% 52.16%
HSB/HSV 211° 27.27% 60.39%
CMYK 27.27% 14.29% 0.00%
39.61%

Color #70849A in popluar number systems.

HEX 70 84 9A
Decimal 112 132 154
Binary 1110000 10000100 10011010
Octal 160 204 232

Shades and tints

Shades of #70849A

#70849A
(112,132,154)
#66788C
(102,120,140)
#5C6C7E
(92,108,126)
#526070
(82,96,112)
#485462
(72,84,98)
#3E4854
(62,72,84)
#343C46
(52,60,70)
#2A3038
(42,48,56)
#20242A
(32,36,42)
#16181C
(22,24,28)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #70849A

#70849A
(112,132,154)
#7D8FA3
(125,143,163)
#8A9AAC
(138,154,172)
#97A5B5
(151,165,181)
#A4B0BE
(164,176,190)
#B1BBC7
(177,187,199)
#BEC6D0
(190,198,208)
#CBD1D9
(203,209,217)
#D8DCE2
(216,220,226)
#E5E7EB
(229,231,235)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70849A color. Also use rgb(112,132,154) instead hex code.

Text Font Color

.myTextColor { color: #70849A; }

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

This text font color is #70849A.

Background Color

.myBgColor { background-color: #70849A; }

<div style="background-color:#70849A">Inner text</div>

This div background color is #70849A.

Border color

.myBorderColor { border: 1px solid #70849A; }

<div style="border:3px solid #70849A">Div</div>

This div border color is #70849A.

Opacity

.myOpacity80 { color: #70849A; opacity: 0.8; }

<p style="color:#70849A;opacity:0.8;">80%</p>

Text with #70849A 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 #70849A;}

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

This text has shadow with #70849A color.


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

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

This text has shadow with #70849A primary color and red secondary color.


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

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

This text has shadow with #70849A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #70849A.

Preview

Color preview on black background

This text has color #70849A on black background.


Color preview on white background

This text has color #70849A on white background.


Black color preview on #70849A background

This text has black color on #70849A background.


White color preview on #70849A background

This text has white color on #70849A background.


Related colors

Complementary color

Complementary color for #hex is #8F7B65.


I love getcolorcode.com

Triadic colors

1 #9A7084 and #849A70 with #70849A are triadic colors.

2 #9A8470 and #84709A with #70849A are triadic colors.