COLOR #878070

HEX: #878070
RGB: (135,128,112)

Color info

#878070 contains red, green and blue colors in about the same proportion. Web safe color of #878070 is #996666 (or #966).

RGB color model

#878070 color RGB value is (135,128,112).

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

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 112 of 255 = 44%

135
128
112

R + G + B ~ 49%. #878070 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 112 = 375 (100%)
R 135 of 375 ~ 36%
G 128 of 375 ~ 34.13%
B 112 of 375 ~ 29.87%

%36
%34.13
%29.87

CMYK color model

#878070 color CMYK value is (0,5,17,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(0,5,17,47)
C0M5Y17K47 
(0%,5%,17%,47%)
(0.00/0.05/0.17/0.47)	

CMYK percentages

%0
%5.19
%17.04
%47.06

Codes

Color #878070 in popluar color models

878070
RGB135128112
HSL42°9.31%48.43%
HSB/HSV42°17.04%52.94%
CMYK0.00%5.19%17.04%
47.06%

Color #878070 in popluar number systems.

HEX878070
Decimal135128112
Binary10000111100000001110000
Octal207200160

Shades and tints

Shades of #878070

#878070
(135,128,112)
#7B7566
(123,117,102)
#6F6A5C
(111,106,92)
#635F52
(99,95,82)
#575448
(87,84,72)
#4B493E
(75,73,62)
#3F3E34
(63,62,52)
#33332A
(51,51,42)
#272820
(39,40,32)
#1B1D16
(27,29,22)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #878070

#878070
(135,128,112)
#918B7D
(145,139,125)
#9B968A
(155,150,138)
#A5A197
(165,161,151)
#AFACA4
(175,172,164)
#B9B7B1
(185,183,177)
#C3C2BE
(195,194,190)
#CDCDCB
(205,205,203)
#D7D8D8
(215,216,216)
#E1E3E5
(225,227,229)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878070; }

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

This text font color is #878070.


Background Color

.myBgColor { background-color: #878070; }

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

This div background color is #878070.


Border color

.myBorderColor { border: 1px solid #878070; }

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

This div border color is #878070.


Opacity

.myOpacity80 { color: #878070; opacity: 0.8; }

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

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

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

This text has shadow with #878070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878070 on black background.


Color preview on white background

This text has color #878070 on white background.



Black color preview on #878070 background

This text has black color on #878070 background.


White color preview on #878070 background

This text has white color on #878070 background.