COLOR #70879A

HEX: #70879A
RGB: (112,135,154)

Color info

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

RGB color model

#70879A color RGB value is (112,135,154).

  • red value is 112;
  • green value is 135;
  • blue value is 154.
RGB:
(112,135,154)
(44%,53%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 154 of 255 = 60%

112
135
154

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 154 = 401 (100%)
R 112 of 401 ~ 27.93%
G 135 of 401 ~ 33.67%
B 154 of 401 ~ 38.4%

%27.93
%33.67
%38.4

CMYK color model

#70879A color CMYK value is (27,12,0,40).

  • cyan value is 27.27%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(27,12,0,40)
C27M12Y0K40 
(27%,12%,0%,40%)
(0.27/0.12/0.00/0.40)	

CMYK percentages

%27.27
%12.34
%0
%39.61

Codes

Color #70879A in popluar color models

70879A
RGB112135154
HSL207°17.21%52.16%
HSB/HSV207°27.27%60.39%
CMYK27.27%12.34%0.00%
39.61%

Color #70879A in popluar number systems.

HEX70879A
Decimal112135154
Binary11100001000011110011010
Octal160207232

Shades and tints

Shades of #70879A

#70879A
(112,135,154)
#667B8C
(102,123,140)
#5C6F7E
(92,111,126)
#526370
(82,99,112)
#485762
(72,87,98)
#3E4B54
(62,75,84)
#343F46
(52,63,70)
#2A3338
(42,51,56)
#20272A
(32,39,42)
#161B1C
(22,27,28)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #70879A

#70879A
(112,135,154)
#7D91A3
(125,145,163)
#8A9BAC
(138,155,172)
#97A5B5
(151,165,181)
#A4AFBE
(164,175,190)
#B1B9C7
(177,185,199)
#BEC3D0
(190,195,208)
#CBCDD9
(203,205,217)
#D8D7E2
(216,215,226)
#E5E1EB
(229,225,235)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70879A; }

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

This text font color is #70879A.


Background Color

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

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

This div background color is #70879A.


Border color

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

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

This div border color is #70879A.


Opacity

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

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

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

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

This text has shadow with #70879A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70879A on black background.


Color preview on white background

This text has color #70879A on white background.



Black color preview on #70879A background

This text has black color on #70879A background.


White color preview on #70879A background

This text has white color on #70879A background.