COLOR #70855E

HEX: #70855E
RGB: (112,133,94)

Color info

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

RGB color model

#70855E color RGB value is (112,133,94).

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

RGB channels and saturation

R 112 of 255 = 44%
G 133 of 255 = 52%
B 94 of 255 = 37%

112
133
94

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

Portions of RGB colors in percentages

R + G + B =
112 + 133 + 94 = 339 (100%)
R 112 of 339 ~ 33.04%
G 133 of 339 ~ 39.23%
B 94 of 339 ~ 27.73%

%33.04
%39.23
%27.73

CMYK color model

#70855E color CMYK value is (16,0,29,48).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(16,0,29,48)
C16M0Y29K48 
(16%,0%,29%,48%)
(0.16/0.00/0.29/0.48)	

CMYK percentages

%15.79
%0
%29.32
%47.84

Codes

Color #70855E in popluar color models

70855E
RGB11213394
HSL92°17.18%44.51%
HSB/HSV92°29.32%52.16%
CMYK15.79%0.00%29.32%
47.84%

Color #70855E in popluar number systems.

HEX70855E
Decimal11213394
Binary1110000100001011011110
Octal160205136

Shades and tints

Shades of #70855E

#70855E
(112,133,94)
#667956
(102,121,86)
#5C6D4E
(92,109,78)
#526146
(82,97,70)
#48553E
(72,85,62)
#3E4936
(62,73,54)
#343D2E
(52,61,46)
#2A3126
(42,49,38)
#20251E
(32,37,30)
#161916
(22,25,22)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #70855E

#70855E
(112,133,94)
#7D906C
(125,144,108)
#8A9B7A
(138,155,122)
#97A688
(151,166,136)
#A4B196
(164,177,150)
#B1BCA4
(177,188,164)
#BEC7B2
(190,199,178)
#CBD2C0
(203,210,192)
#D8DDCE
(216,221,206)
#E5E8DC
(229,232,220)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70855E; }

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

This text font color is #70855E.


Background Color

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

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

This div background color is #70855E.


Border color

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

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

This div border color is #70855E.


Opacity

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

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

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

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

This text has shadow with #70855E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70855E on black background.


Color preview on white background

This text has color #70855E on white background.



Black color preview on #70855E background

This text has black color on #70855E background.


White color preview on #70855E background

This text has white color on #70855E background.