COLOR #70875E

HEX: #70875E
RGB: (112,135,94)

Color info

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

RGB color model

#70875E color RGB value is (112,135,94).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 94 of 255 = 37%

112
135
94

R + G + B ~ 45%. #70875E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 94 = 341 (100%)
R 112 of 341 ~ 32.84%
G 135 of 341 ~ 39.59%
B 94 of 341 ~ 27.57%

%32.84
%39.59
%27.57

CMYK color model

#70875E color CMYK value is (17,0,30,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(17,0,30,47)
C17M0Y30K47 
(17%,0%,30%,47%)
(0.17/0.00/0.30/0.47)	

CMYK percentages

%17.04
%0
%30.37
%47.06

Codes

Color #70875E in popluar color models

70875E
RGB11213594
HSL94°17.90%44.90%
HSB/HSV94°30.37%52.94%
CMYK17.04%0.00%30.37%
47.06%

Color #70875E in popluar number systems.

HEX70875E
Decimal11213594
Binary1110000100001111011110
Octal160207136

Shades and tints

Shades of #70875E

#70875E
(112,135,94)
#667B56
(102,123,86)
#5C6F4E
(92,111,78)
#526346
(82,99,70)
#48573E
(72,87,62)
#3E4B36
(62,75,54)
#343F2E
(52,63,46)
#2A3326
(42,51,38)
#20271E
(32,39,30)
#161B16
(22,27,22)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #70875E

#70875E
(112,135,94)
#7D916C
(125,145,108)
#8A9B7A
(138,155,122)
#97A588
(151,165,136)
#A4AF96
(164,175,150)
#B1B9A4
(177,185,164)
#BEC3B2
(190,195,178)
#CBCDC0
(203,205,192)
#D8D7CE
(216,215,206)
#E5E1DC
(229,225,220)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70875E color. Also use rgb(112,135,94) instead hex code.

Text Font Color

.myTextColor { color: #70875E; }

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

This text font color is #70875E.


Background Color

.myBgColor { background-color: #70875E; }

<div style="background-color:#70875E">Inner text</div>

This div background color is #70875E.


Border color

.myBorderColor { border: 1px solid #70875E; }

<div style="border:3px solid #70875E">Div</div>

This div border color is #70875E.


Opacity

.myOpacity80 { color: #70875E; opacity: 0.8; }

<p style="color:#70875E;opacity:0.8;">80%</p>

Text with #70875E 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 #70875E;}

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

This text has shadow with #70875E color.

.textShadow {text-shadow: 3px 3px 1px #70875E, 3px 3px 1px red;}

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

This text has shadow with #70875E primary color and red secondary color.


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

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

This text has shadow with #70875E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70875E on black background.


Color preview on white background

This text has color #70875E on white background.



Black color preview on #70875E background

This text has black color on #70875E background.


White color preview on #70875E background

This text has white color on #70875E background.