COLOR #868A6F

HEX: #868A6F
RGB: (134,138,111)

Color info

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

RGB color model

#868A6F color RGB value is (134,138,111).

  • red value is 134;
  • green value is 138;
  • blue value is 111.
RGB:
(134,138,111)
(53%,54%,44%)

RGB channels and saturation

R 134 of 255 = 53%
G 138 of 255 = 54%
B 111 of 255 = 44%

134
138
111

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

Portions of RGB colors in percentages

R + G + B =
134 + 138 + 111 = 383 (100%)
R 134 of 383 ~ 34.99%
G 138 of 383 ~ 36.03%
B 111 of 383 ~ 28.98%

%34.99
%36.03
%28.98

CMYK color model

#868A6F color CMYK value is (3,0,20,46).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(3,0,20,46)
C3M0Y20K46 
(3%,0%,20%,46%)
(0.03/0.00/0.20/0.46)	

CMYK percentages

%2.9
%0
%19.57
%45.88

Codes

Color #868A6F in popluar color models

868A6F
RGB134138111
HSL69°10.84%48.82%
HSB/HSV69°19.57%54.12%
CMYK2.90%0.00%19.57%
45.88%

Color #868A6F in popluar number systems.

HEX868A6F
Decimal134138111
Binary10000110100010101101111
Octal206212157

Shades and tints

Shades of #868A6F

#868A6F
(134,138,111)
#7A7E65
(122,126,101)
#6E725B
(110,114,91)
#626651
(98,102,81)
#565A47
(86,90,71)
#4A4E3D
(74,78,61)
#3E4233
(62,66,51)
#323629
(50,54,41)
#262A1F
(38,42,31)
#1A1E15
(26,30,21)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #868A6F

#868A6F
(134,138,111)
#91947C
(145,148,124)
#9C9E89
(156,158,137)
#A7A896
(167,168,150)
#B2B2A3
(178,178,163)
#BDBCB0
(189,188,176)
#C8C6BD
(200,198,189)
#D3D0CA
(211,208,202)
#DEDAD7
(222,218,215)
#E9E4E4
(233,228,228)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868A6F color. Also use rgb(134,138,111) instead hex code.

Text Font Color

.myTextColor { color: #868A6F; }

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

This text font color is #868A6F.


Background Color

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

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

This div background color is #868A6F.


Border color

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

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

This div border color is #868A6F.


Opacity

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

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

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

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

This text has shadow with #868A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868A6F on black background.


Color preview on white background

This text has color #868A6F on white background.



Black color preview on #868A6F background

This text has black color on #868A6F background.


White color preview on #868A6F background

This text has white color on #868A6F background.