COLOR #878364

HEX: #878364
RGB: (135,131,100)

Color info

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

RGB color model

#878364 color RGB value is (135,131,100).

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

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 100 of 255 = 39%

135
131
100

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

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 100 = 366 (100%)
R 135 of 366 ~ 36.89%
G 131 of 366 ~ 35.79%
B 100 of 366 ~ 27.32%

%36.89
%35.79
%27.32

CMYK color model

#878364 color CMYK value is (0,3,26,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(0,3,26,47)
C0M3Y26K47 
(0%,3%,26%,47%)
(0.00/0.03/0.26/0.47)	

CMYK percentages

%0
%2.96
%25.93
%47.06

Codes

Color #878364 in popluar color models

878364
RGB135131100
HSL53°14.89%46.08%
HSB/HSV53°25.93%52.94%
CMYK0.00%2.96%25.93%
47.06%

Color #878364 in popluar number systems.

HEX878364
Decimal135131100
Binary10000111100000111100100
Octal207203144

Shades and tints

Shades of #878364

#878364
(135,131,100)
#7B785B
(123,120,91)
#6F6D52
(111,109,82)
#636249
(99,98,73)
#575740
(87,87,64)
#4B4C37
(75,76,55)
#3F412E
(63,65,46)
#333625
(51,54,37)
#272B1C
(39,43,28)
#1B2013
(27,32,19)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #878364

#878364
(135,131,100)
#918E72
(145,142,114)
#9B9980
(155,153,128)
#A5A48E
(165,164,142)
#AFAF9C
(175,175,156)
#B9BAAA
(185,186,170)
#C3C5B8
(195,197,184)
#CDD0C6
(205,208,198)
#D7DBD4
(215,219,212)
#E1E6E2
(225,230,226)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878364; }

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

This text font color is #878364.


Background Color

.myBgColor { background-color: #878364; }

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

This div background color is #878364.


Border color

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

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

This div border color is #878364.


Opacity

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

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

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

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

This text has shadow with #878364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878364 on black background.


Color preview on white background

This text has color #878364 on white background.



Black color preview on #878364 background

This text has black color on #878364 background.


White color preview on #878364 background

This text has white color on #878364 background.