COLOR #70938A

HEX: #70938A
RGB: (112,147,138)

Color info

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

RGB color model

#70938A color RGB value is (112,147,138).

  • red value is 112;
  • green value is 147;
  • blue value is 138.
RGB:
(112,147,138)
(44%,58%,54%)

RGB channels and saturation

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

112
147
138

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

Portions of RGB colors in percentages

R + G + B =
112 + 147 + 138 = 397 (100%)
R 112 of 397 ~ 28.21%
G 147 of 397 ~ 37.03%
B 138 of 397 ~ 34.76%

%28.21
%37.03
%34.76

CMYK color model

#70938A color CMYK value is (24,0,6,42).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 42.35%
CMYK:
(24,0,6,42)
C24M0Y6K42 
(24%,0%,6%,42%)
(0.24/0.00/0.06/0.42)	

CMYK percentages

%23.81
%0
%6.12
%42.35

Codes

Color #70938A in popluar color models

70938A
RGB112147138
HSL165°13.94%50.78%
HSB/HSV165°23.81%57.65%
CMYK23.81%0.00%6.12%
42.35%

Color #70938A in popluar number systems.

HEX70938A
Decimal112147138
Binary11100001001001110001010
Octal160223212

Shades and tints

Shades of #70938A

#70938A
(112,147,138)
#66867E
(102,134,126)
#5C7972
(92,121,114)
#526C66
(82,108,102)
#485F5A
(72,95,90)
#3E524E
(62,82,78)
#344542
(52,69,66)
#2A3836
(42,56,54)
#202B2A
(32,43,42)
#161E1E
(22,30,30)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #70938A

#70938A
(112,147,138)
#7D9C94
(125,156,148)
#8AA59E
(138,165,158)
#97AEA8
(151,174,168)
#A4B7B2
(164,183,178)
#B1C0BC
(177,192,188)
#BEC9C6
(190,201,198)
#CBD2D0
(203,210,208)
#D8DBDA
(216,219,218)
#E5E4E4
(229,228,228)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70938A; }

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

This text font color is #70938A.


Background Color

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

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

This div background color is #70938A.


Border color

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

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

This div border color is #70938A.


Opacity

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

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

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

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

This text has shadow with #70938A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70938A on black background.


Color preview on white background

This text has color #70938A on white background.



Black color preview on #70938A background

This text has black color on #70938A background.


White color preview on #70938A background

This text has white color on #70938A background.