COLOR #70799C

HEX: #70799C
RGB: (112,121,156)

Color info

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

RGB color model

#70799C color RGB value is (112,121,156).

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

RGB channels and saturation

R 112 of 255 = 44%
G 121 of 255 = 47%
B 156 of 255 = 61%

112
121
156

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

Portions of RGB colors in percentages

R + G + B =
112 + 121 + 156 = 389 (100%)
R 112 of 389 ~ 28.79%
G 121 of 389 ~ 31.11%
B 156 of 389 ~ 40.1%

%28.79
%31.11
%40.1

CMYK color model

#70799C color CMYK value is (28,22,0,39).

  • cyan value is 28.21%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,22,0,39)
C28M22Y0K39 
(28%,22%,0%,39%)
(0.28/0.22/0.00/0.39)	

CMYK percentages

%28.21
%22.44
%0
%38.82

Codes

Color #70799C in popluar color models

70799C
RGB112121156
HSL228°18.18%52.55%
HSB/HSV228°28.21%61.18%
CMYK28.21%22.44%0.00%
38.82%

Color #70799C in popluar number systems.

HEX70799C
Decimal112121156
Binary1110000111100110011100
Octal160171234

Shades and tints

Shades of #70799C

#70799C
(112,121,156)
#666E8E
(102,110,142)
#5C6380
(92,99,128)
#525872
(82,88,114)
#484D64
(72,77,100)
#3E4256
(62,66,86)
#343748
(52,55,72)
#2A2C3A
(42,44,58)
#20212C
(32,33,44)
#16161E
(22,22,30)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #70799C

#70799C
(112,121,156)
#7D85A5
(125,133,165)
#8A91AE
(138,145,174)
#979DB7
(151,157,183)
#A4A9C0
(164,169,192)
#B1B5C9
(177,181,201)
#BEC1D2
(190,193,210)
#CBCDDB
(203,205,219)
#D8D9E4
(216,217,228)
#E5E5ED
(229,229,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70799C; }

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

This text font color is #70799C.


Background Color

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

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

This div background color is #70799C.


Border color

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

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

This div border color is #70799C.


Opacity

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

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

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

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

This text has shadow with #70799C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70799C on black background.


Color preview on white background

This text has color #70799C on white background.



Black color preview on #70799C background

This text has black color on #70799C background.


White color preview on #70799C background

This text has white color on #70799C background.