COLOR #868E5F

HEX: #868E5F
RGB: (134,142,95)

Color info

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

RGB color model

#868E5F color RGB value is (134,142,95).

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

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 95 of 255 = 37%

134
142
95

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

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 95 = 371 (100%)
R 134 of 371 ~ 36.12%
G 142 of 371 ~ 38.27%
B 95 of 371 ~ 25.61%

%36.12
%38.27
%25.61

CMYK color model

#868E5F color CMYK value is (6,0,33,44).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 33.10%
  • key color value is 44.31%
CMYK:
(6,0,33,44)
C6M0Y33K44 
(6%,0%,33%,44%)
(0.06/0.00/0.33/0.44)	

CMYK percentages

%5.63
%0
%33.1
%44.31

Codes

Color #868E5F in popluar color models

868E5F
RGB13414295
HSL70°19.83%46.47%
HSB/HSV70°33.10%55.69%
CMYK5.63%0.00%33.10%
44.31%

Color #868E5F in popluar number systems.

HEX868E5F
Decimal13414295
Binary10000110100011101011111
Octal206216137

Shades and tints

Shades of #868E5F

#868E5F
(134,142,95)
#7A8257
(122,130,87)
#6E764F
(110,118,79)
#626A47
(98,106,71)
#565E3F
(86,94,63)
#4A5237
(74,82,55)
#3E462F
(62,70,47)
#323A27
(50,58,39)
#262E1F
(38,46,31)
#1A2217
(26,34,23)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #868E5F

#868E5F
(134,142,95)
#91986D
(145,152,109)
#9CA27B
(156,162,123)
#A7AC89
(167,172,137)
#B2B697
(178,182,151)
#BDC0A5
(189,192,165)
#C8CAB3
(200,202,179)
#D3D4C1
(211,212,193)
#DEDECF
(222,222,207)
#E9E8DD
(233,232,221)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868E5F; }

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

This text font color is #868E5F.


Background Color

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

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

This div background color is #868E5F.


Border color

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

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

This div border color is #868E5F.


Opacity

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

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

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

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

This text has shadow with #868E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868E5F on black background.


Color preview on white background

This text has color #868E5F on white background.



Black color preview on #868E5F background

This text has black color on #868E5F background.


White color preview on #868E5F background

This text has white color on #868E5F background.