COLOR #878466

HEX: #878466
RGB: (135,132,102)

Color info

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

RGB color model

#878466 color RGB value is (135,132,102).

  • red value is 135;
  • green value is 132;
  • blue value is 102.
RGB:
(135,132,102)
(53%,52%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 102 of 255 = 40%

135
132
102

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

Portions of RGB colors in percentages

R + G + B =
135 + 132 + 102 = 369 (100%)
R 135 of 369 ~ 36.59%
G 132 of 369 ~ 35.77%
B 102 of 369 ~ 27.64%

%36.59
%35.77
%27.64

CMYK color model

#878466 color CMYK value is (0,2,24,47).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(0,2,24,47)
C0M2Y24K47 
(0%,2%,24%,47%)
(0.00/0.02/0.24/0.47)	

CMYK percentages

%0
%2.22
%24.44
%47.06

Codes

Color #878466 in popluar color models

878466
RGB135132102
HSL55°13.92%46.47%
HSB/HSV55°24.44%52.94%
CMYK0.00%2.22%24.44%
47.06%

Color #878466 in popluar number systems.

HEX878466
Decimal135132102
Binary10000111100001001100110
Octal207204146

Shades and tints

Shades of #878466

#878466
(135,132,102)
#7B785D
(123,120,93)
#6F6C54
(111,108,84)
#63604B
(99,96,75)
#575442
(87,84,66)
#4B4839
(75,72,57)
#3F3C30
(63,60,48)
#333027
(51,48,39)
#27241E
(39,36,30)
#1B1815
(27,24,21)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #878466

#878466
(135,132,102)
#918F73
(145,143,115)
#9B9A80
(155,154,128)
#A5A58D
(165,165,141)
#AFB09A
(175,176,154)
#B9BBA7
(185,187,167)
#C3C6B4
(195,198,180)
#CDD1C1
(205,209,193)
#D7DCCE
(215,220,206)
#E1E7DB
(225,231,219)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878466 color. Also use rgb(135,132,102) instead hex code.

Text Font Color

.myTextColor { color: #878466; }

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

This text font color is #878466.


Background Color

.myBgColor { background-color: #878466; }

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

This div background color is #878466.


Border color

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

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

This div border color is #878466.


Opacity

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

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

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

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

This text has shadow with #878466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878466 on black background.


Color preview on white background

This text has color #878466 on white background.



Black color preview on #878466 background

This text has black color on #878466 background.


White color preview on #878466 background

This text has white color on #878466 background.