COLOR #70958A

HEX: #70958A RGB: (112,149,138)

Color info

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

RGB color model

#70958A color RGB value is (112,149,138).

RGB: (112,149,138) (44%, 58%, 54%)

RGB channels and saturation

R 112 of 255 = 44%
G 149 of 255 = 58%
B 138 of 255 = 54%

112
149
138

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

Portions of RGB colors in percentages

R + G + B = 112 + 149 + 138 = 399 (100%)
R 112 of 399 ~ 28.07%
G 149 of 399 ~ 37.34%
B 138 of 399 ~ 34.59'%

%28.07
%37.34
%34.59

CMYK color model

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

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • 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
%7.38
%41.57

Codes

Color #70958A in popluar color models

70 95 8A
RGB 112 149 138
HSL 162° 14.86% 51.18%
HSB/HSV 162° 24.83% 58.43%
CMYK 24.83% 0.00% 7.38%
41.57%

Color #70958A in popluar number systems.

HEX 70 95 8A
Decimal 112 149 138
Binary 1110000 10010101 10001010
Octal 160 225 212

Shades and tints

Shades of #70958A

#70958A
(112,149,138)
#66887E
(102,136,126)
#5C7B72
(92,123,114)
#526E66
(82,110,102)
#48615A
(72,97,90)
#3E544E
(62,84,78)
#344742
(52,71,66)
#2A3A36
(42,58,54)
#202D2A
(32,45,42)
#16201E
(22,32,30)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #70958A

#70958A
(112,149,138)
#7D9E94
(125,158,148)
#8AA79E
(138,167,158)
#97B0A8
(151,176,168)
#A4B9B2
(164,185,178)
#B1C2BC
(177,194,188)
#BECBC6
(190,203,198)
#CBD4D0
(203,212,208)
#D8DDDA
(216,221,218)
#E5E6E4
(229,230,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70958A; }

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

This text font color is #70958A.

Background Color

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

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

This div background color is #70958A.

Border color

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

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

This div border color is #70958A.

Opacity

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

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

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

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

This text has shadow with #70958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70958A.

Preview

Color preview on black background

This text has color #70958A on black background.


Color preview on white background

This text has color #70958A on white background.


Black color preview on #70958A background

This text has black color on #70958A background.


White color preview on #70958A background

This text has white color on #70958A background.


Related colors

Complementary color

Complementary color for #hex is #8F6A75.


I love getcolorcode.com

Triadic colors

1 #8A7095 and #958A70 with #70958A are triadic colors.

2 #8A9570 and #95708A with #70958A are triadic colors.