COLOR #878480

HEX: #878480
RGB: (135,132,128)

Color info

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

RGB color model

#878480 color RGB value is (135,132,128).

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

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 128 of 255 = 50%

135
132
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 132 + 128 = 395 (100%)
R 135 of 395 ~ 34.18%
G 132 of 395 ~ 33.42%
B 128 of 395 ~ 32.41%

%34.18
%33.42
%32.41

CMYK color model

#878480 color CMYK value is (0,2,5,47).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(0,2,5,47)
C0M2Y5K47 
(0%,2%,5%,47%)
(0.00/0.02/0.05/0.47)	

CMYK percentages

%0
%2.22
%5.19
%47.06

Codes

Color #878480 in popluar color models

878480
RGB135132128
HSL34°2.83%51.57%
HSB/HSV34°5.19%52.94%
CMYK0.00%2.22%5.19%
47.06%

Color #878480 in popluar number systems.

HEX878480
Decimal135132128
Binary100001111000010010000000
Octal207204200

Shades and tints

Shades of #878480

#878480
(135,132,128)
#7B7875
(123,120,117)
#6F6C6A
(111,108,106)
#63605F
(99,96,95)
#575454
(87,84,84)
#4B4849
(75,72,73)
#3F3C3E
(63,60,62)
#333033
(51,48,51)
#272428
(39,36,40)
#1B181D
(27,24,29)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #878480

#878480
(135,132,128)
#918F8B
(145,143,139)
#9B9A96
(155,154,150)
#A5A5A1
(165,165,161)
#AFB0AC
(175,176,172)
#B9BBB7
(185,187,183)
#C3C6C2
(195,198,194)
#CDD1CD
(205,209,205)
#D7DCD8
(215,220,216)
#E1E7E3
(225,231,227)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878480; }

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

This text font color is #878480.


Background Color

.myBgColor { background-color: #878480; }

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

This div background color is #878480.


Border color

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

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

This div border color is #878480.


Opacity

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

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

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

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

This text has shadow with #878480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878480 on black background.


Color preview on white background

This text has color #878480 on white background.



Black color preview on #878480 background

This text has black color on #878480 background.


White color preview on #878480 background

This text has white color on #878480 background.