COLOR #70789B

HEX: #70789B
RGB: (112,120,155)

Color info

#70789B contains red, green and blue colors in about the same proportion. Web safe color of #70789B is #666699 (or #669).

RGB color model

#70789B color RGB value is (112,120,155).

  • red value is 112;
  • green value is 120;
  • blue value is 155.
RGB:
(112,120,155)
(44%,47%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 155 of 255 = 61%

112
120
155

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 155 = 387 (100%)
R 112 of 387 ~ 28.94%
G 120 of 387 ~ 31.01%
B 155 of 387 ~ 40.05%

%28.94
%31.01
%40.05

CMYK color model

#70789B color CMYK value is (28,23,0,39).

  • cyan value is 27.74%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(28,23,0,39)
C28M23Y0K39 
(28%,23%,0%,39%)
(0.28/0.23/0.00/0.39)	

CMYK percentages

%27.74
%22.58
%0
%39.22

Codes

Color #70789B in popluar color models

70789B
RGB112120155
HSL229°17.70%52.35%
HSB/HSV229°27.74%60.78%
CMYK27.74%22.58%0.00%
39.22%

Color #70789B in popluar number systems.

HEX70789B
Decimal112120155
Binary1110000111100010011011
Octal160170233

Shades and tints

Shades of #70789B

#70789B
(112,120,155)
#666E8D
(102,110,141)
#5C647F
(92,100,127)
#525A71
(82,90,113)
#485063
(72,80,99)
#3E4655
(62,70,85)
#343C47
(52,60,71)
#2A3239
(42,50,57)
#20282B
(32,40,43)
#161E1D
(22,30,29)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #70789B

#70789B
(112,120,155)
#7D84A4
(125,132,164)
#8A90AD
(138,144,173)
#979CB6
(151,156,182)
#A4A8BF
(164,168,191)
#B1B4C8
(177,180,200)
#BEC0D1
(190,192,209)
#CBCCDA
(203,204,218)
#D8D8E3
(216,216,227)
#E5E4EC
(229,228,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70789B color. Also use rgb(112,120,155) instead hex code.

Text Font Color

.myTextColor { color: #70789B; }

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

This text font color is #70789B.


Background Color

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

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

This div background color is #70789B.


Border color

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

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

This div border color is #70789B.


Opacity

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

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

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

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

This text has shadow with #70789B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70789B on black background.


Color preview on white background

This text has color #70789B on white background.



Black color preview on #70789B background

This text has black color on #70789B background.


White color preview on #70789B background

This text has white color on #70789B background.