COLOR #70896C

HEX: #70896C RGB: (112,137,108)

Color info

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

RGB color model

#70896C color RGB value is (112,137,108).

RGB: (112,137,108) (44%, 54%, 42%)

RGB channels and saturation

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

112
137
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 137 + 108 = 357 (100%)
R 112 of 357 ~ 31.37%
G 137 of 357 ~ 38.38%
B 108 of 357 ~ 30.25'%

%31.37
%38.38
%30.25

CMYK color model

#70896C color CMYK value is (18,0,21,46).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%

CMYK: (18,0,21,46)
C18M0Y21K46 (18%, 0%, 21%, 46%)
(0.18 / 0.00 / 0.21 / 0.46)

CMYK percentages

%18.25
%0
%21.17
%46.27

Codes

Color #70896C in popluar color models

70 89 6C
RGB 112 137 108
HSL 112° 11.84% 48.04%
HSB/HSV 112° 21.17% 53.73%
CMYK 18.25% 0.00% 21.17%
46.27%

Color #70896C in popluar number systems.

HEX 70 89 6C
Decimal 112 137 108
Binary 1110000 10001001 1101100
Octal 160 211 154

Shades and tints

Shades of #70896C

#70896C
(112,137,108)
#667D63
(102,125,99)
#5C715A
(92,113,90)
#526551
(82,101,81)
#485948
(72,89,72)
#3E4D3F
(62,77,63)
#344136
(52,65,54)
#2A352D
(42,53,45)
#202924
(32,41,36)
#161D1B
(22,29,27)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #70896C

#70896C
(112,137,108)
#7D9379
(125,147,121)
#8A9D86
(138,157,134)
#97A793
(151,167,147)
#A4B1A0
(164,177,160)
#B1BBAD
(177,187,173)
#BEC5BA
(190,197,186)
#CBCFC7
(203,207,199)
#D8D9D4
(216,217,212)
#E5E3E1
(229,227,225)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70896C; }

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

This text font color is #70896C.

Background Color

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

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

This div background color is #70896C.

Border color

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

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

This div border color is #70896C.

Opacity

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

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

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

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

This text has shadow with #70896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70896C.

Preview

Color preview on black background

This text has color #70896C on black background.


Color preview on white background

This text has color #70896C on white background.


Black color preview on #70896C background

This text has black color on #70896C background.


White color preview on #70896C background

This text has white color on #70896C background.


Related colors

Complementary color

Complementary color for #hex is #8F7693.


I love getcolorcode.com

Triadic colors

1 #6C7089 and #896C70 with #70896C are triadic colors.

2 #6C8970 and #89706C with #70896C are triadic colors.