COLOR #868E5A

HEX: #868E5A
RGB: (134,142,90)

Color info

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

RGB color model

#868E5A color RGB value is (134,142,90).

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

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 90 of 255 = 35%

134
142
90

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

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 90 = 366 (100%)
R 134 of 366 ~ 36.61%
G 142 of 366 ~ 38.8%
B 90 of 366 ~ 24.59%

%36.61
%38.8
%24.59

CMYK color model

#868E5A color CMYK value is (6,0,37,44).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 44.31%
CMYK:
(6,0,37,44)
C6M0Y37K44 
(6%,0%,37%,44%)
(0.06/0.00/0.37/0.44)	

CMYK percentages

%5.63
%0
%36.62
%44.31

Codes

Color #868E5A in popluar color models

868E5A
RGB13414290
HSL69°22.41%45.49%
HSB/HSV69°36.62%55.69%
CMYK5.63%0.00%36.62%
44.31%

Color #868E5A in popluar number systems.

HEX868E5A
Decimal13414290
Binary10000110100011101011010
Octal206216132

Shades and tints

Shades of #868E5A

#868E5A
(134,142,90)
#7A8252
(122,130,82)
#6E764A
(110,118,74)
#626A42
(98,106,66)
#565E3A
(86,94,58)
#4A5232
(74,82,50)
#3E462A
(62,70,42)
#323A22
(50,58,34)
#262E1A
(38,46,26)
#1A2212
(26,34,18)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #868E5A

#868E5A
(134,142,90)
#919869
(145,152,105)
#9CA278
(156,162,120)
#A7AC87
(167,172,135)
#B2B696
(178,182,150)
#BDC0A5
(189,192,165)
#C8CAB4
(200,202,180)
#D3D4C3
(211,212,195)
#DEDED2
(222,222,210)
#E9E8E1
(233,232,225)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868E5A; }

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

This text font color is #868E5A.


Background Color

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

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

This div background color is #868E5A.


Border color

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

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

This div border color is #868E5A.


Opacity

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

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

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

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

This text has shadow with #868E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868E5A on black background.


Color preview on white background

This text has color #868E5A on white background.



Black color preview on #868E5A background

This text has black color on #868E5A background.


White color preview on #868E5A background

This text has white color on #868E5A background.