COLOR #70958B

HEX: #70958B
RGB: (112,149,139)

Color info

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

RGB color model

#70958B color RGB value is (112,149,139).

  • red value is 112;
  • green value is 149;
  • blue value is 139.
RGB:
(112,149,139)
(44%,58%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 149 of 255 = 58%
B 139 of 255 = 55%

112
149
139

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

Portions of RGB colors in percentages

R + G + B =
112 + 149 + 139 = 400 (100%)
R 112 of 400 ~ 28%
G 149 of 400 ~ 37.25%
B 139 of 400 ~ 34.75%

%28
%37.25
%34.75

CMYK color model

#70958B color CMYK value is (25,0,7,42).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(25,0,7,42)
C25M0Y7K42 
(25%,0%,7%,42%)
(0.25/0.00/0.07/0.42)	

CMYK percentages

%24.83
%0
%6.71
%41.57

Codes

Color #70958B in popluar color models

70958B
RGB112149139
HSL164°14.86%51.18%
HSB/HSV164°24.83%58.43%
CMYK24.83%0.00%6.71%
41.57%

Color #70958B in popluar number systems.

HEX70958B
Decimal112149139
Binary11100001001010110001011
Octal160225213

Shades and tints

Shades of #70958B

#70958B
(112,149,139)
#66887F
(102,136,127)
#5C7B73
(92,123,115)
#526E67
(82,110,103)
#48615B
(72,97,91)
#3E544F
(62,84,79)
#344743
(52,71,67)
#2A3A37
(42,58,55)
#202D2B
(32,45,43)
#16201F
(22,32,31)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #70958B

#70958B
(112,149,139)
#7D9E95
(125,158,149)
#8AA79F
(138,167,159)
#97B0A9
(151,176,169)
#A4B9B3
(164,185,179)
#B1C2BD
(177,194,189)
#BECBC7
(190,203,199)
#CBD4D1
(203,212,209)
#D8DDDB
(216,221,219)
#E5E6E5
(229,230,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70958B color. Also use rgb(112,149,139) instead hex code.

Text Font Color

.myTextColor { color: #70958B; }

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

This text font color is #70958B.


Background Color

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

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

This div background color is #70958B.


Border color

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

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

This div border color is #70958B.


Opacity

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

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

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

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

This text has shadow with #70958B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70958B on black background.


Color preview on white background

This text has color #70958B on white background.



Black color preview on #70958B background

This text has black color on #70958B background.


White color preview on #70958B background

This text has white color on #70958B background.