COLOR #878065

HEX: #878065
RGB: (135,128,101)

Color info

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

RGB color model

#878065 color RGB value is (135,128,101).

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

RGB channels and saturation

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

135
128
101

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 101 = 364 (100%)
R 135 of 364 ~ 37.09%
G 128 of 364 ~ 35.16%
B 101 of 364 ~ 27.75%

%37.09
%35.16
%27.75

CMYK color model

#878065 color CMYK value is (0,5,25,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK:
(0,5,25,47)
C0M5Y25K47 
(0%,5%,25%,47%)
(0.00/0.05/0.25/0.47)	

CMYK percentages

%0
%5.19
%25.19
%47.06

Codes

Color #878065 in popluar color models

878065
RGB135128101
HSL48°14.41%46.27%
HSB/HSV48°25.19%52.94%
CMYK0.00%5.19%25.19%
47.06%

Color #878065 in popluar number systems.

HEX878065
Decimal135128101
Binary10000111100000001100101
Octal207200145

Shades and tints

Shades of #878065

#878065
(135,128,101)
#7B755C
(123,117,92)
#6F6A53
(111,106,83)
#635F4A
(99,95,74)
#575441
(87,84,65)
#4B4938
(75,73,56)
#3F3E2F
(63,62,47)
#333326
(51,51,38)
#27281D
(39,40,29)
#1B1D14
(27,29,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #878065

#878065
(135,128,101)
#918B73
(145,139,115)
#9B9681
(155,150,129)
#A5A18F
(165,161,143)
#AFAC9D
(175,172,157)
#B9B7AB
(185,183,171)
#C3C2B9
(195,194,185)
#CDCDC7
(205,205,199)
#D7D8D5
(215,216,213)
#E1E3E3
(225,227,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878065; }

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

This text font color is #878065.


Background Color

.myBgColor { background-color: #878065; }

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

This div background color is #878065.


Border color

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

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

This div border color is #878065.


Opacity

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

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

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

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

This text has shadow with #878065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878065 on black background.


Color preview on white background

This text has color #878065 on white background.



Black color preview on #878065 background

This text has black color on #878065 background.


White color preview on #878065 background

This text has white color on #878065 background.