COLOR #70949D

HEX: #70949D
RGB: (112,148,157)

Color info

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

RGB color model

#70949D color RGB value is (112,148,157).

  • red value is 112;
  • green value is 148;
  • blue value is 157.
RGB:
(112,148,157)
(44%,58%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 157 of 255 = 62%

112
148
157

R + G + B ~ 55%. #70949D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 157 = 417 (100%)
R 112 of 417 ~ 26.86%
G 148 of 417 ~ 35.49%
B 157 of 417 ~ 37.65%

%26.86
%35.49
%37.65

CMYK color model

#70949D color CMYK value is (29,6,0,38).

  • cyan value is 28.66%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(29,6,0,38)
C29M6Y0K38 
(29%,6%,0%,38%)
(0.29/0.06/0.00/0.38)	

CMYK percentages

%28.66
%5.73
%0
%38.43

Codes

Color #70949D in popluar color models

70949D
RGB112148157
HSL192°18.67%52.75%
HSB/HSV192°28.66%61.57%
CMYK28.66%5.73%0.00%
38.43%

Color #70949D in popluar number systems.

HEX70949D
Decimal112148157
Binary11100001001010010011101
Octal160224235

Shades and tints

Shades of #70949D

#70949D
(112,148,157)
#66878F
(102,135,143)
#5C7A81
(92,122,129)
#526D73
(82,109,115)
#486065
(72,96,101)
#3E5357
(62,83,87)
#344649
(52,70,73)
#2A393B
(42,57,59)
#202C2D
(32,44,45)
#161F1F
(22,31,31)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #70949D

#70949D
(112,148,157)
#7D9DA5
(125,157,165)
#8AA6AD
(138,166,173)
#97AFB5
(151,175,181)
#A4B8BD
(164,184,189)
#B1C1C5
(177,193,197)
#BECACD
(190,202,205)
#CBD3D5
(203,211,213)
#D8DCDD
(216,220,221)
#E5E5E5
(229,229,229)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70949D color. Also use rgb(112,148,157) instead hex code.

Text Font Color

.myTextColor { color: #70949D; }

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

This text font color is #70949D.


Background Color

.myBgColor { background-color: #70949D; }

<div style="background-color:#70949D">Inner text</div>

This div background color is #70949D.


Border color

.myBorderColor { border: 1px solid #70949D; }

<div style="border:3px solid #70949D">Div</div>

This div border color is #70949D.


Opacity

.myOpacity80 { color: #70949D; opacity: 0.8; }

<p style="color:#70949D;opacity:0.8;">80%</p>

Text with #70949D 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 #70949D;}

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

This text has shadow with #70949D color.

.textShadow {text-shadow: 3px 3px 1px #70949D, 3px 3px 1px red;}

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

This text has shadow with #70949D primary color and red secondary color.


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

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

This text has shadow with #70949D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70949D on black background.


Color preview on white background

This text has color #70949D on white background.



Black color preview on #70949D background

This text has black color on #70949D background.


White color preview on #70949D background

This text has white color on #70949D background.