COLOR #868E74

HEX: #868E74
RGB: (134,142,116)

Color info

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

RGB color model

#868E74 color RGB value is (134,142,116).

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

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 116 of 255 = 45%

134
142
116

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

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 116 = 392 (100%)
R 134 of 392 ~ 34.18%
G 142 of 392 ~ 36.22%
B 116 of 392 ~ 29.59%

%34.18
%36.22
%29.59

CMYK color model

#868E74 color CMYK value is (6,0,18,44).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 44.31%
CMYK:
(6,0,18,44)
C6M0Y18K44 
(6%,0%,18%,44%)
(0.06/0.00/0.18/0.44)	

CMYK percentages

%5.63
%0
%18.31
%44.31

Codes

Color #868E74 in popluar color models

868E74
RGB134142116
HSL78°10.32%50.59%
HSB/HSV78°18.31%55.69%
CMYK5.63%0.00%18.31%
44.31%

Color #868E74 in popluar number systems.

HEX868E74
Decimal134142116
Binary10000110100011101110100
Octal206216164

Shades and tints

Shades of #868E74

#868E74
(134,142,116)
#7A826A
(122,130,106)
#6E7660
(110,118,96)
#626A56
(98,106,86)
#565E4C
(86,94,76)
#4A5242
(74,82,66)
#3E4638
(62,70,56)
#323A2E
(50,58,46)
#262E24
(38,46,36)
#1A221A
(26,34,26)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #868E74

#868E74
(134,142,116)
#919880
(145,152,128)
#9CA28C
(156,162,140)
#A7AC98
(167,172,152)
#B2B6A4
(178,182,164)
#BDC0B0
(189,192,176)
#C8CABC
(200,202,188)
#D3D4C8
(211,212,200)
#DEDED4
(222,222,212)
#E9E8E0
(233,232,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868E74; }

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

This text font color is #868E74.


Background Color

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

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

This div background color is #868E74.


Border color

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

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

This div border color is #868E74.


Opacity

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

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

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

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

This text has shadow with #868E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868E74 on black background.


Color preview on white background

This text has color #868E74 on white background.



Black color preview on #868E74 background

This text has black color on #868E74 background.


White color preview on #868E74 background

This text has white color on #868E74 background.