COLOR #867860

HEX: #867860
RGB: (134,120,96)

Color info

#867860 contains red, green and blue colors in about the same proportion. Web safe color of #867860 is #996666 (or #966).

RGB color model

#867860 color RGB value is (134,120,96).

  • red value is 134;
  • green value is 120;
  • blue value is 96.
RGB:
(134,120,96)
(53%,47%,38%)

RGB channels and saturation

R 134 of 255 = 53%
G 120 of 255 = 47%
B 96 of 255 = 38%

134
120
96

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

Portions of RGB colors in percentages

R + G + B =
134 + 120 + 96 = 350 (100%)
R 134 of 350 ~ 38.29%
G 120 of 350 ~ 34.29%
B 96 of 350 ~ 27.43%

%38.29
%34.29
%27.43

CMYK color model

#867860 color CMYK value is (0,10,28,47).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 28.36%
  • key color value is 47.45%
CMYK:
(0,10,28,47)
C0M10Y28K47 
(0%,10%,28%,47%)
(0.00/0.10/0.28/0.47)	

CMYK percentages

%0
%10.45
%28.36
%47.45

Codes

Color #867860 in popluar color models

867860
RGB13412096
HSL38°16.52%45.10%
HSB/HSV38°28.36%52.55%
CMYK0.00%10.45%28.36%
47.45%

Color #867860 in popluar number systems.

HEX867860
Decimal13412096
Binary1000011011110001100000
Octal206170140

Shades and tints

Shades of #867860

#867860
(134,120,96)
#7A6E58
(122,110,88)
#6E6450
(110,100,80)
#625A48
(98,90,72)
#565040
(86,80,64)
#4A4638
(74,70,56)
#3E3C30
(62,60,48)
#323228
(50,50,40)
#262820
(38,40,32)
#1A1E18
(26,30,24)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #867860

#867860
(134,120,96)
#91846E
(145,132,110)
#9C907C
(156,144,124)
#A79C8A
(167,156,138)
#B2A898
(178,168,152)
#BDB4A6
(189,180,166)
#C8C0B4
(200,192,180)
#D3CCC2
(211,204,194)
#DED8D0
(222,216,208)
#E9E4DE
(233,228,222)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867860 color. Also use rgb(134,120,96) instead hex code.

Text Font Color

.myTextColor { color: #867860; }

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

This text font color is #867860.


Background Color

.myBgColor { background-color: #867860; }

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

This div background color is #867860.


Border color

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

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

This div border color is #867860.


Opacity

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

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

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

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

This text has shadow with #867860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867860 on black background.


Color preview on white background

This text has color #867860 on white background.



Black color preview on #867860 background

This text has black color on #867860 background.


White color preview on #867860 background

This text has white color on #867860 background.