COLOR #878060

HEX: #878060
RGB: (135,128,96)

Color info

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

RGB color model

#878060 color RGB value is (135,128,96).

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

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 96 of 255 = 38%

135
128
96

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 96 = 359 (100%)
R 135 of 359 ~ 37.6%
G 128 of 359 ~ 35.65%
B 96 of 359 ~ 26.74%

%37.6
%35.65
%26.74

CMYK color model

#878060 color CMYK value is (0,5,29,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 28.89%
  • key color value is 47.06%
CMYK:
(0,5,29,47)
C0M5Y29K47 
(0%,5%,29%,47%)
(0.00/0.05/0.29/0.47)	

CMYK percentages

%0
%5.19
%28.89
%47.06

Codes

Color #878060 in popluar color models

878060
RGB13512896
HSL49°16.88%45.29%
HSB/HSV49°28.89%52.94%
CMYK0.00%5.19%28.89%
47.06%

Color #878060 in popluar number systems.

HEX878060
Decimal13512896
Binary10000111100000001100000
Octal207200140

Shades and tints

Shades of #878060

#878060
(135,128,96)
#7B7558
(123,117,88)
#6F6A50
(111,106,80)
#635F48
(99,95,72)
#575440
(87,84,64)
#4B4938
(75,73,56)
#3F3E30
(63,62,48)
#333328
(51,51,40)
#272820
(39,40,32)
#1B1D18
(27,29,24)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #878060

#878060
(135,128,96)
#918B6E
(145,139,110)
#9B967C
(155,150,124)
#A5A18A
(165,161,138)
#AFAC98
(175,172,152)
#B9B7A6
(185,183,166)
#C3C2B4
(195,194,180)
#CDCDC2
(205,205,194)
#D7D8D0
(215,216,208)
#E1E3DE
(225,227,222)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878060; }

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

This text font color is #878060.


Background Color

.myBgColor { background-color: #878060; }

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

This div background color is #878060.


Border color

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

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

This div border color is #878060.


Opacity

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

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

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

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

This text has shadow with #878060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878060 on black background.


Color preview on white background

This text has color #878060 on white background.



Black color preview on #878060 background

This text has black color on #878060 background.


White color preview on #878060 background

This text has white color on #878060 background.