COLOR #868872

HEX: #868872
RGB: (134,136,114)

Color info

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

RGB color model

#868872 color RGB value is (134,136,114).

  • red value is 134;
  • green value is 136;
  • blue value is 114.
RGB:
(134,136,114)
(53%,53%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 114 of 255 = 45%

134
136
114

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

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 114 = 384 (100%)
R 134 of 384 ~ 34.9%
G 136 of 384 ~ 35.42%
B 114 of 384 ~ 29.69%

%34.9
%35.42
%29.69

CMYK color model

#868872 color CMYK value is (1,0,16,47).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(1,0,16,47)
C1M0Y16K47 
(1%,0%,16%,47%)
(0.01/0.00/0.16/0.47)	

CMYK percentages

%1.47
%0
%16.18
%46.67

Codes

Color #868872 in popluar color models

868872
RGB134136114
HSL65°8.80%49.02%
HSB/HSV65°16.18%53.33%
CMYK1.47%0.00%16.18%
46.67%

Color #868872 in popluar number systems.

HEX868872
Decimal134136114
Binary10000110100010001110010
Octal206210162

Shades and tints

Shades of #868872

#868872
(134,136,114)
#7A7C68
(122,124,104)
#6E705E
(110,112,94)
#626454
(98,100,84)
#56584A
(86,88,74)
#4A4C40
(74,76,64)
#3E4036
(62,64,54)
#32342C
(50,52,44)
#262822
(38,40,34)
#1A1C18
(26,28,24)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #868872

#868872
(134,136,114)
#91927E
(145,146,126)
#9C9C8A
(156,156,138)
#A7A696
(167,166,150)
#B2B0A2
(178,176,162)
#BDBAAE
(189,186,174)
#C8C4BA
(200,196,186)
#D3CEC6
(211,206,198)
#DED8D2
(222,216,210)
#E9E2DE
(233,226,222)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868872 color. Also use rgb(134,136,114) instead hex code.

Text Font Color

.myTextColor { color: #868872; }

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

This text font color is #868872.


Background Color

.myBgColor { background-color: #868872; }

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

This div background color is #868872.


Border color

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

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

This div border color is #868872.


Opacity

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

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

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

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

This text has shadow with #868872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868872 on black background.


Color preview on white background

This text has color #868872 on white background.



Black color preview on #868872 background

This text has black color on #868872 background.


White color preview on #868872 background

This text has white color on #868872 background.