COLOR #70876A

HEX: #70876A
RGB: (112,135,106)

Color info

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

RGB color model

#70876A color RGB value is (112,135,106).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 106 of 255 = 42%

112
135
106

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 106 = 353 (100%)
R 112 of 353 ~ 31.73%
G 135 of 353 ~ 38.24%
B 106 of 353 ~ 30.03%

%31.73
%38.24
%30.03

CMYK color model

#70876A color CMYK value is (17,0,21,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK:
(17,0,21,47)
C17M0Y21K47 
(17%,0%,21%,47%)
(0.17/0.00/0.21/0.47)	

CMYK percentages

%17.04
%0
%21.48
%47.06

Codes

Color #70876A in popluar color models

70876A
RGB112135106
HSL108°12.03%47.25%
HSB/HSV108°21.48%52.94%
CMYK17.04%0.00%21.48%
47.06%

Color #70876A in popluar number systems.

HEX70876A
Decimal112135106
Binary1110000100001111101010
Octal160207152

Shades and tints

Shades of #70876A

#70876A
(112,135,106)
#667B61
(102,123,97)
#5C6F58
(92,111,88)
#52634F
(82,99,79)
#485746
(72,87,70)
#3E4B3D
(62,75,61)
#343F34
(52,63,52)
#2A332B
(42,51,43)
#202722
(32,39,34)
#161B19
(22,27,25)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #70876A

#70876A
(112,135,106)
#7D9177
(125,145,119)
#8A9B84
(138,155,132)
#97A591
(151,165,145)
#A4AF9E
(164,175,158)
#B1B9AB
(177,185,171)
#BEC3B8
(190,195,184)
#CBCDC5
(203,205,197)
#D8D7D2
(216,215,210)
#E5E1DF
(229,225,223)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70876A; }

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

This text font color is #70876A.


Background Color

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

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

This div background color is #70876A.


Border color

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

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

This div border color is #70876A.


Opacity

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

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

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

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

This text has shadow with #70876A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70876A on black background.


Color preview on white background

This text has color #70876A on white background.



Black color preview on #70876A background

This text has black color on #70876A background.


White color preview on #70876A background

This text has white color on #70876A background.