COLOR #878071

HEX: #878071
RGB: (135,128,113)

Color info

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

RGB color model

#878071 color RGB value is (135,128,113).

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

RGB channels and saturation

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

135
128
113

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 113 = 376 (100%)
R 135 of 376 ~ 35.9%
G 128 of 376 ~ 34.04%
B 113 of 376 ~ 30.05%

%35.9
%34.04
%30.05

CMYK color model

#878071 color CMYK value is (0,5,16,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(0,5,16,47)
C0M5Y16K47 
(0%,5%,16%,47%)
(0.00/0.05/0.16/0.47)	

CMYK percentages

%0
%5.19
%16.3
%47.06

Codes

Color #878071 in popluar color models

878071
RGB135128113
HSL41°8.87%48.63%
HSB/HSV41°16.30%52.94%
CMYK0.00%5.19%16.30%
47.06%

Color #878071 in popluar number systems.

HEX878071
Decimal135128113
Binary10000111100000001110001
Octal207200161

Shades and tints

Shades of #878071

#878071
(135,128,113)
#7B7567
(123,117,103)
#6F6A5D
(111,106,93)
#635F53
(99,95,83)
#575449
(87,84,73)
#4B493F
(75,73,63)
#3F3E35
(63,62,53)
#33332B
(51,51,43)
#272821
(39,40,33)
#1B1D17
(27,29,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #878071

#878071
(135,128,113)
#918B7D
(145,139,125)
#9B9689
(155,150,137)
#A5A195
(165,161,149)
#AFACA1
(175,172,161)
#B9B7AD
(185,183,173)
#C3C2B9
(195,194,185)
#CDCDC5
(205,205,197)
#D7D8D1
(215,216,209)
#E1E3DD
(225,227,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878071; }

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

This text font color is #878071.


Background Color

.myBgColor { background-color: #878071; }

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

This div background color is #878071.


Border color

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

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

This div border color is #878071.


Opacity

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

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

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

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

This text has shadow with #878071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878071 on black background.


Color preview on white background

This text has color #878071 on white background.



Black color preview on #878071 background

This text has black color on #878071 background.


White color preview on #878071 background

This text has white color on #878071 background.