COLOR #878B68

HEX: #878B68
RGB: (135,139,104)

Color info

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

RGB color model

#878B68 color RGB value is (135,139,104).

  • red value is 135;
  • green value is 139;
  • blue value is 104.
RGB:
(135,139,104)
(53%,55%,41%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 104 of 255 = 41%

135
139
104

R + G + B ~ 50%. #878B68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 104 = 378 (100%)
R 135 of 378 ~ 35.71%
G 139 of 378 ~ 36.77%
B 104 of 378 ~ 27.51%

%35.71
%36.77
%27.51

CMYK color model

#878B68 color CMYK value is (3,0,25,45).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 25.18%
  • key color value is 45.49%
CMYK:
(3,0,25,45)
C3M0Y25K45 
(3%,0%,25%,45%)
(0.03/0.00/0.25/0.45)	

CMYK percentages

%2.88
%0
%25.18
%45.49

Codes

Color #878B68 in popluar color models

878B68
RGB135139104
HSL67°14.40%47.65%
HSB/HSV67°25.18%54.51%
CMYK2.88%0.00%25.18%
45.49%

Color #878B68 in popluar number systems.

HEX878B68
Decimal135139104
Binary10000111100010111101000
Octal207213150

Shades and tints

Shades of #878B68

#878B68
(135,139,104)
#7B7F5F
(123,127,95)
#6F7356
(111,115,86)
#63674D
(99,103,77)
#575B44
(87,91,68)
#4B4F3B
(75,79,59)
#3F4332
(63,67,50)
#333729
(51,55,41)
#272B20
(39,43,32)
#1B1F17
(27,31,23)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #878B68

#878B68
(135,139,104)
#919575
(145,149,117)
#9B9F82
(155,159,130)
#A5A98F
(165,169,143)
#AFB39C
(175,179,156)
#B9BDA9
(185,189,169)
#C3C7B6
(195,199,182)
#CDD1C3
(205,209,195)
#D7DBD0
(215,219,208)
#E1E5DD
(225,229,221)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878B68 color. Also use rgb(135,139,104) instead hex code.

Text Font Color

.myTextColor { color: #878B68; }

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

This text font color is #878B68.


Background Color

.myBgColor { background-color: #878B68; }

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

This div background color is #878B68.


Border color

.myBorderColor { border: 1px solid #878B68; }

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

This div border color is #878B68.


Opacity

.myOpacity80 { color: #878B68; opacity: 0.8; }

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

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

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

This text has shadow with #878B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B68 on black background.


Color preview on white background

This text has color #878B68 on white background.



Black color preview on #878B68 background

This text has black color on #878B68 background.


White color preview on #878B68 background

This text has white color on #878B68 background.