COLOR #878378

HEX: #878378
RGB: (135,131,120)

Color info

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

RGB color model

#878378 color RGB value is (135,131,120).

  • red value is 135;
  • green value is 131;
  • blue value is 120.
RGB:
(135,131,120)
(53%,51%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 120 of 255 = 47%

135
131
120

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

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 120 = 386 (100%)
R 135 of 386 ~ 34.97%
G 131 of 386 ~ 33.94%
B 120 of 386 ~ 31.09%

%34.97
%33.94
%31.09

CMYK color model

#878378 color CMYK value is (0,3,11,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(0,3,11,47)
C0M3Y11K47 
(0%,3%,11%,47%)
(0.00/0.03/0.11/0.47)	

CMYK percentages

%0
%2.96
%11.11
%47.06

Codes

Color #878378 in popluar color models

878378
RGB135131120
HSL44°5.88%50.00%
HSB/HSV44°11.11%52.94%
CMYK0.00%2.96%11.11%
47.06%

Color #878378 in popluar number systems.

HEX878378
Decimal135131120
Binary10000111100000111111000
Octal207203170

Shades and tints

Shades of #878378

#878378
(135,131,120)
#7B786E
(123,120,110)
#6F6D64
(111,109,100)
#63625A
(99,98,90)
#575750
(87,87,80)
#4B4C46
(75,76,70)
#3F413C
(63,65,60)
#333632
(51,54,50)
#272B28
(39,43,40)
#1B201E
(27,32,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #878378

#878378
(135,131,120)
#918E84
(145,142,132)
#9B9990
(155,153,144)
#A5A49C
(165,164,156)
#AFAFA8
(175,175,168)
#B9BAB4
(185,186,180)
#C3C5C0
(195,197,192)
#CDD0CC
(205,208,204)
#D7DBD8
(215,219,216)
#E1E6E4
(225,230,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878378 color. Also use rgb(135,131,120) instead hex code.

Text Font Color

.myTextColor { color: #878378; }

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

This text font color is #878378.


Background Color

.myBgColor { background-color: #878378; }

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

This div background color is #878378.


Border color

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

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

This div border color is #878378.


Opacity

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

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

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

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

This text has shadow with #878378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878378 on black background.


Color preview on white background

This text has color #878378 on white background.



Black color preview on #878378 background

This text has black color on #878378 background.


White color preview on #878378 background

This text has white color on #878378 background.