COLOR #878067

HEX: #878067
RGB: (135,128,103)

Color info

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

RGB color model

#878067 color RGB value is (135,128,103).

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

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 103 of 255 = 40%

135
128
103

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 103 = 366 (100%)
R 135 of 366 ~ 36.89%
G 128 of 366 ~ 34.97%
B 103 of 366 ~ 28.14%

%36.89
%34.97
%28.14

CMYK color model

#878067 color CMYK value is (0,5,24,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(0,5,24,47)
C0M5Y24K47 
(0%,5%,24%,47%)
(0.00/0.05/0.24/0.47)	

CMYK percentages

%0
%5.19
%23.7
%47.06

Codes

Color #878067 in popluar color models

878067
RGB135128103
HSL47°13.45%46.67%
HSB/HSV47°23.70%52.94%
CMYK0.00%5.19%23.70%
47.06%

Color #878067 in popluar number systems.

HEX878067
Decimal135128103
Binary10000111100000001100111
Octal207200147

Shades and tints

Shades of #878067

#878067
(135,128,103)
#7B755E
(123,117,94)
#6F6A55
(111,106,85)
#635F4C
(99,95,76)
#575443
(87,84,67)
#4B493A
(75,73,58)
#3F3E31
(63,62,49)
#333328
(51,51,40)
#27281F
(39,40,31)
#1B1D16
(27,29,22)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #878067

#878067
(135,128,103)
#918B74
(145,139,116)
#9B9681
(155,150,129)
#A5A18E
(165,161,142)
#AFAC9B
(175,172,155)
#B9B7A8
(185,183,168)
#C3C2B5
(195,194,181)
#CDCDC2
(205,205,194)
#D7D8CF
(215,216,207)
#E1E3DC
(225,227,220)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878067; }

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

This text font color is #878067.


Background Color

.myBgColor { background-color: #878067; }

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

This div background color is #878067.


Border color

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

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

This div border color is #878067.


Opacity

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

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

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

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

This text has shadow with #878067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878067 on black background.


Color preview on white background

This text has color #878067 on white background.



Black color preview on #878067 background

This text has black color on #878067 background.


White color preview on #878067 background

This text has white color on #878067 background.