COLOR #868E79

HEX: #868E79
RGB: (134,142,121)

Color info

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

RGB color model

#868E79 color RGB value is (134,142,121).

  • red value is 134;
  • green value is 142;
  • blue value is 121.
RGB:
(134,142,121)
(53%,56%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 121 of 255 = 47%

134
142
121

R + G + B ~ 52%. #868E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 121 = 397 (100%)
R 134 of 397 ~ 33.75%
G 142 of 397 ~ 35.77%
B 121 of 397 ~ 30.48%

%33.75
%35.77
%30.48

CMYK color model

#868E79 color CMYK value is (6,0,15,44).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(6,0,15,44)
C6M0Y15K44 
(6%,0%,15%,44%)
(0.06/0.00/0.15/0.44)	

CMYK percentages

%5.63
%0
%14.79
%44.31

Codes

Color #868E79 in popluar color models

868E79
RGB134142121
HSL83°8.50%51.57%
HSB/HSV83°14.79%55.69%
CMYK5.63%0.00%14.79%
44.31%

Color #868E79 in popluar number systems.

HEX868E79
Decimal134142121
Binary10000110100011101111001
Octal206216171

Shades and tints

Shades of #868E79

#868E79
(134,142,121)
#7A826E
(122,130,110)
#6E7663
(110,118,99)
#626A58
(98,106,88)
#565E4D
(86,94,77)
#4A5242
(74,82,66)
#3E4637
(62,70,55)
#323A2C
(50,58,44)
#262E21
(38,46,33)
#1A2216
(26,34,22)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #868E79

#868E79
(134,142,121)
#919885
(145,152,133)
#9CA291
(156,162,145)
#A7AC9D
(167,172,157)
#B2B6A9
(178,182,169)
#BDC0B5
(189,192,181)
#C8CAC1
(200,202,193)
#D3D4CD
(211,212,205)
#DEDED9
(222,222,217)
#E9E8E5
(233,232,229)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868E79 color. Also use rgb(134,142,121) instead hex code.

Text Font Color

.myTextColor { color: #868E79; }

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

This text font color is #868E79.


Background Color

.myBgColor { background-color: #868E79; }

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

This div background color is #868E79.


Border color

.myBorderColor { border: 1px solid #868E79; }

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

This div border color is #868E79.


Opacity

.myOpacity80 { color: #868E79; opacity: 0.8; }

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

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

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

This text has shadow with #868E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868E79 on black background.


Color preview on white background

This text has color #868E79 on white background.



Black color preview on #868E79 background

This text has black color on #868E79 background.


White color preview on #868E79 background

This text has white color on #868E79 background.