COLOR #878862

HEX: #878862
RGB: (135,136,98)

Color info

#878862 contains red, green and blue colors in about the same proportion. Web safe color of #878862 is #999966 (or #996).

RGB color model

#878862 color RGB value is (135,136,98).

  • red value is 135;
  • green value is 136;
  • blue value is 98.
RGB:
(135,136,98)
(53%,53%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 98 of 255 = 38%

135
136
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 98 = 369 (100%)
R 135 of 369 ~ 36.59%
G 136 of 369 ~ 36.86%
B 98 of 369 ~ 26.56%

%36.59
%36.86
%26.56

CMYK color model

#878862 color CMYK value is (1,0,28,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(1,0,28,47)
C1M0Y28K47 
(1%,0%,28%,47%)
(0.01/0.00/0.28/0.47)	

CMYK percentages

%0.74
%0
%27.94
%46.67

Codes

Color #878862 in popluar color models

878862
RGB13513698
HSL62°16.24%45.88%
HSB/HSV62°27.94%53.33%
CMYK0.74%0.00%27.94%
46.67%

Color #878862 in popluar number systems.

HEX878862
Decimal13513698
Binary10000111100010001100010
Octal207210142

Shades and tints

Shades of #878862

#878862
(135,136,98)
#7B7C5A
(123,124,90)
#6F7052
(111,112,82)
#63644A
(99,100,74)
#575842
(87,88,66)
#4B4C3A
(75,76,58)
#3F4032
(63,64,50)
#33342A
(51,52,42)
#272822
(39,40,34)
#1B1C1A
(27,28,26)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #878862

#878862
(135,136,98)
#919270
(145,146,112)
#9B9C7E
(155,156,126)
#A5A68C
(165,166,140)
#AFB09A
(175,176,154)
#B9BAA8
(185,186,168)
#C3C4B6
(195,196,182)
#CDCEC4
(205,206,196)
#D7D8D2
(215,216,210)
#E1E2E0
(225,226,224)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878862 color. Also use rgb(135,136,98) instead hex code.

Text Font Color

.myTextColor { color: #878862; }

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

This text font color is #878862.


Background Color

.myBgColor { background-color: #878862; }

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

This div background color is #878862.


Border color

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

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

This div border color is #878862.


Opacity

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

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

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

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

This text has shadow with #878862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878862 on black background.


Color preview on white background

This text has color #878862 on white background.



Black color preview on #878862 background

This text has black color on #878862 background.


White color preview on #878862 background

This text has white color on #878862 background.