COLOR #868B6A

HEX: #868B6A
RGB: (134,139,106)

Color info

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

RGB color model

#868B6A color RGB value is (134,139,106).

  • red value is 134;
  • green value is 139;
  • blue value is 106.
RGB:
(134,139,106)
(53%,55%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 106 of 255 = 42%

134
139
106

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

Portions of RGB colors in percentages

R + G + B =
134 + 139 + 106 = 379 (100%)
R 134 of 379 ~ 35.36%
G 139 of 379 ~ 36.68%
B 106 of 379 ~ 27.97%

%35.36
%36.68
%27.97

CMYK color model

#868B6A color CMYK value is (4,0,24,45).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(4,0,24,45)
C4M0Y24K45 
(4%,0%,24%,45%)
(0.04/0.00/0.24/0.45)	

CMYK percentages

%3.6
%0
%23.74
%45.49

Codes

Color #868B6A in popluar color models

868B6A
RGB134139106
HSL69°13.47%48.04%
HSB/HSV69°23.74%54.51%
CMYK3.60%0.00%23.74%
45.49%

Color #868B6A in popluar number systems.

HEX868B6A
Decimal134139106
Binary10000110100010111101010
Octal206213152

Shades and tints

Shades of #868B6A

#868B6A
(134,139,106)
#7A7F61
(122,127,97)
#6E7358
(110,115,88)
#62674F
(98,103,79)
#565B46
(86,91,70)
#4A4F3D
(74,79,61)
#3E4334
(62,67,52)
#32372B
(50,55,43)
#262B22
(38,43,34)
#1A1F19
(26,31,25)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #868B6A

#868B6A
(134,139,106)
#919577
(145,149,119)
#9C9F84
(156,159,132)
#A7A991
(167,169,145)
#B2B39E
(178,179,158)
#BDBDAB
(189,189,171)
#C8C7B8
(200,199,184)
#D3D1C5
(211,209,197)
#DEDBD2
(222,219,210)
#E9E5DF
(233,229,223)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868B6A color. Also use rgb(134,139,106) instead hex code.

Text Font Color

.myTextColor { color: #868B6A; }

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

This text font color is #868B6A.


Background Color

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

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

This div background color is #868B6A.


Border color

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

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

This div border color is #868B6A.


Opacity

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

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

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

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

This text has shadow with #868B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868B6A on black background.


Color preview on white background

This text has color #868B6A on white background.



Black color preview on #868B6A background

This text has black color on #868B6A background.


White color preview on #868B6A background

This text has white color on #868B6A background.