COLOR #868874

HEX: #868874
RGB: (134,136,116)

Color info

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

RGB color model

#868874 color RGB value is (134,136,116).

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

RGB channels and saturation

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

134
136
116

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

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 116 = 386 (100%)
R 134 of 386 ~ 34.72%
G 136 of 386 ~ 35.23%
B 116 of 386 ~ 30.05%

%34.72
%35.23
%30.05

CMYK color model

#868874 color CMYK value is (1,0,15,47).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(1,0,15,47)
C1M0Y15K47 
(1%,0%,15%,47%)
(0.01/0.00/0.15/0.47)	

CMYK percentages

%1.47
%0
%14.71
%46.67

Codes

Color #868874 in popluar color models

868874
RGB134136116
HSL66°7.94%49.41%
HSB/HSV66°14.71%53.33%
CMYK1.47%0.00%14.71%
46.67%

Color #868874 in popluar number systems.

HEX868874
Decimal134136116
Binary10000110100010001110100
Octal206210164

Shades and tints

Shades of #868874

#868874
(134,136,116)
#7A7C6A
(122,124,106)
#6E7060
(110,112,96)
#626456
(98,100,86)
#56584C
(86,88,76)
#4A4C42
(74,76,66)
#3E4038
(62,64,56)
#32342E
(50,52,46)
#262824
(38,40,36)
#1A1C1A
(26,28,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #868874

#868874
(134,136,116)
#919280
(145,146,128)
#9C9C8C
(156,156,140)
#A7A698
(167,166,152)
#B2B0A4
(178,176,164)
#BDBAB0
(189,186,176)
#C8C4BC
(200,196,188)
#D3CEC8
(211,206,200)
#DED8D4
(222,216,212)
#E9E2E0
(233,226,224)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868874; }

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

This text font color is #868874.


Background Color

.myBgColor { background-color: #868874; }

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

This div background color is #868874.


Border color

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

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

This div border color is #868874.


Opacity

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

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

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

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

This text has shadow with #868874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868874 on black background.


Color preview on white background

This text has color #868874 on white background.



Black color preview on #868874 background

This text has black color on #868874 background.


White color preview on #868874 background

This text has white color on #868874 background.