COLOR #867871

HEX: #867871
RGB: (134,120,113)

Color info

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

RGB color model

#867871 color RGB value is (134,120,113).

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

RGB channels and saturation

R 134 of 255 = 53%
G 120 of 255 = 47%
B 113 of 255 = 44%

134
120
113

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

Portions of RGB colors in percentages

R + G + B =
134 + 120 + 113 = 367 (100%)
R 134 of 367 ~ 36.51%
G 120 of 367 ~ 32.7%
B 113 of 367 ~ 30.79%

%36.51
%32.7
%30.79

CMYK color model

#867871 color CMYK value is (0,10,16,47).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(0,10,16,47)
C0M10Y16K47 
(0%,10%,16%,47%)
(0.00/0.10/0.16/0.47)	

CMYK percentages

%0
%10.45
%15.67
%47.45

Codes

Color #867871 in popluar color models

867871
RGB134120113
HSL20°8.50%48.43%
HSB/HSV20°15.67%52.55%
CMYK0.00%10.45%15.67%
47.45%

Color #867871 in popluar number systems.

HEX867871
Decimal134120113
Binary1000011011110001110001
Octal206170161

Shades and tints

Shades of #867871

#867871
(134,120,113)
#7A6E67
(122,110,103)
#6E645D
(110,100,93)
#625A53
(98,90,83)
#565049
(86,80,73)
#4A463F
(74,70,63)
#3E3C35
(62,60,53)
#32322B
(50,50,43)
#262821
(38,40,33)
#1A1E17
(26,30,23)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #867871

#867871
(134,120,113)
#91847D
(145,132,125)
#9C9089
(156,144,137)
#A79C95
(167,156,149)
#B2A8A1
(178,168,161)
#BDB4AD
(189,180,173)
#C8C0B9
(200,192,185)
#D3CCC5
(211,204,197)
#DED8D1
(222,216,209)
#E9E4DD
(233,228,221)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867871; }

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

This text font color is #867871.


Background Color

.myBgColor { background-color: #867871; }

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

This div background color is #867871.


Border color

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

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

This div border color is #867871.


Opacity

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

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

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

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

This text has shadow with #867871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867871 on black background.


Color preview on white background

This text has color #867871 on white background.



Black color preview on #867871 background

This text has black color on #867871 background.


White color preview on #867871 background

This text has white color on #867871 background.