COLOR #70947D

HEX: #70947D
RGB: (112,148,125)

Color info

#70947D contains red, green and blue colors in about the same proportion. Web safe color of #70947D is #669966 (or #696).

RGB color model

#70947D color RGB value is (112,148,125).

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

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 125 of 255 = 49%

112
148
125

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

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 125 = 385 (100%)
R 112 of 385 ~ 29.09%
G 148 of 385 ~ 38.44%
B 125 of 385 ~ 32.47%

%29.09
%38.44
%32.47

CMYK color model

#70947D color CMYK value is (24,0,16,42).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(24,0,16,42)
C24M0Y16K42 
(24%,0%,16%,42%)
(0.24/0.00/0.16/0.42)	

CMYK percentages

%24.32
%0
%15.54
%41.96

Codes

Color #70947D in popluar color models

70947D
RGB112148125
HSL142°14.40%50.98%
HSB/HSV142°24.32%58.04%
CMYK24.32%0.00%15.54%
41.96%

Color #70947D in popluar number systems.

HEX70947D
Decimal112148125
Binary1110000100101001111101
Octal160224175

Shades and tints

Shades of #70947D

#70947D
(112,148,125)
#668772
(102,135,114)
#5C7A67
(92,122,103)
#526D5C
(82,109,92)
#486051
(72,96,81)
#3E5346
(62,83,70)
#34463B
(52,70,59)
#2A3930
(42,57,48)
#202C25
(32,44,37)
#161F1A
(22,31,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #70947D

#70947D
(112,148,125)
#7D9D88
(125,157,136)
#8AA693
(138,166,147)
#97AF9E
(151,175,158)
#A4B8A9
(164,184,169)
#B1C1B4
(177,193,180)
#BECABF
(190,202,191)
#CBD3CA
(203,211,202)
#D8DCD5
(216,220,213)
#E5E5E0
(229,229,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70947D; }

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

This text font color is #70947D.


Background Color

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

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

This div background color is #70947D.


Border color

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

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

This div border color is #70947D.


Opacity

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

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

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

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

This text has shadow with #70947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70947D on black background.


Color preview on white background

This text has color #70947D on white background.



Black color preview on #70947D background

This text has black color on #70947D background.


White color preview on #70947D background

This text has white color on #70947D background.