COLOR #70896A

HEX: #70896A
RGB: (112,137,106)

Color info

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

RGB color model

#70896A color RGB value is (112,137,106).

  • red value is 112;
  • green value is 137;
  • blue value is 106.
RGB:
(112,137,106)
(44%,54%,42%)

RGB channels and saturation

R 112 of 255 = 44%
G 137 of 255 = 54%
B 106 of 255 = 42%

112
137
106

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

Portions of RGB colors in percentages

R + G + B =
112 + 137 + 106 = 355 (100%)
R 112 of 355 ~ 31.55%
G 137 of 355 ~ 38.59%
B 106 of 355 ~ 29.86%

%31.55
%38.59
%29.86

CMYK color model

#70896A color CMYK value is (18,0,23,46).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(18,0,23,46)
C18M0Y23K46 
(18%,0%,23%,46%)
(0.18/0.00/0.23/0.46)	

CMYK percentages

%18.25
%0
%22.63
%46.27

Codes

Color #70896A in popluar color models

70896A
RGB112137106
HSL108°12.76%47.65%
HSB/HSV108°22.63%53.73%
CMYK18.25%0.00%22.63%
46.27%

Color #70896A in popluar number systems.

HEX70896A
Decimal112137106
Binary1110000100010011101010
Octal160211152

Shades and tints

Shades of #70896A

#70896A
(112,137,106)
#667D61
(102,125,97)
#5C7158
(92,113,88)
#52654F
(82,101,79)
#485946
(72,89,70)
#3E4D3D
(62,77,61)
#344134
(52,65,52)
#2A352B
(42,53,43)
#202922
(32,41,34)
#161D19
(22,29,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #70896A

#70896A
(112,137,106)
#7D9377
(125,147,119)
#8A9D84
(138,157,132)
#97A791
(151,167,145)
#A4B19E
(164,177,158)
#B1BBAB
(177,187,171)
#BEC5B8
(190,197,184)
#CBCFC5
(203,207,197)
#D8D9D2
(216,217,210)
#E5E3DF
(229,227,223)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70896A color. Also use rgb(112,137,106) instead hex code.

Text Font Color

.myTextColor { color: #70896A; }

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

This text font color is #70896A.


Background Color

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

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

This div background color is #70896A.


Border color

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

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

This div border color is #70896A.


Opacity

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

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

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

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

This text has shadow with #70896A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70896A on black background.


Color preview on white background

This text has color #70896A on white background.



Black color preview on #70896A background

This text has black color on #70896A background.


White color preview on #70896A background

This text has white color on #70896A background.