COLOR #70874F

HEX: #70874F RGB: (112,135,79)

Color info

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

RGB color model

#70874F color RGB value is (112,135,79).

RGB: (112,135,79) (44%, 53%, 31%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 79 of 255 = 31%

112
135
79

R + G + B ~ 43%. #70874F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 135 + 79 = 326 (100%)
R 112 of 326 ~ 34.36%
G 135 of 326 ~ 41.41%
B 79 of 326 ~ 24.23'%

%34.36
%41.41
%24.23

CMYK color model

#70874F color CMYK value is (17,0,41,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 41.48%
  • key color value is 47.06%

CMYK: (17,0,41,47)
C17M0Y41K47 (17%, 0%, 41%, 47%)
(0.17 / 0.00 / 0.41 / 0.47)

CMYK percentages

%17.04
%0
%41.48
%47.06

Codes

Color #70874F in popluar color models

70 87 4F
RGB 112 135 79
HSL 85° 26.17% 41.96%
HSB/HSV 85° 41.48% 52.94%
CMYK 17.04% 0.00% 41.48%
47.06%

Color #70874F in popluar number systems.

HEX 70 87 4F
Decimal 112 135 79
Binary 1110000 10000111 1001111
Octal 160 207 117

Shades and tints

Shades of #70874F

#70874F
(112,135,79)
#667B48
(102,123,72)
#5C6F41
(92,111,65)
#52633A
(82,99,58)
#485733
(72,87,51)
#3E4B2C
(62,75,44)
#343F25
(52,63,37)
#2A331E
(42,51,30)
#202717
(32,39,23)
#161B10
(22,27,16)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #70874F

#70874F
(112,135,79)
#7D915F
(125,145,95)
#8A9B6F
(138,155,111)
#97A57F
(151,165,127)
#A4AF8F
(164,175,143)
#B1B99F
(177,185,159)
#BEC3AF
(190,195,175)
#CBCDBF
(203,205,191)
#D8D7CF
(216,215,207)
#E5E1DF
(229,225,223)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70874F color. Also use rgb(112,135,79) instead hex code.

Text Font Color

.myTextColor { color: #70874F; }

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

This text font color is #70874F.

Background Color

.myBgColor { background-color: #70874F; }

<div style="background-color:#70874F">Inner text</div>

This div background color is #70874F.

Border color

.myBorderColor { border: 1px solid #70874F; }

<div style="border:3px solid #70874F">Div</div>

This div border color is #70874F.

Opacity

.myOpacity80 { color: #70874F; opacity: 0.8; }

<p style="color:#70874F;opacity:0.8;">80%</p>

Text with #70874F 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 #70874F;}

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

This text has shadow with #70874F color.


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

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

This text has shadow with #70874F primary color and red secondary color.


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

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

This text has shadow with #70874F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #70874F.

Preview

Color preview on black background

This text has color #70874F on black background.


Color preview on white background

This text has color #70874F on white background.


Black color preview on #70874F background

This text has black color on #70874F background.


White color preview on #70874F background

This text has white color on #70874F background.


Related colors

Complementary color

Complementary color for #hex is #8F78B0.


I love getcolorcode.com

Triadic colors

1 #4F7087 and #874F70 with #70874F are triadic colors.

2 #4F8770 and #87704F with #70874F are triadic colors.