COLOR #868B7F

HEX: #868B7F
RGB: (134,139,127)

Color info

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

RGB color model

#868B7F color RGB value is (134,139,127).

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

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 127 of 255 = 50%

134
139
127

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

Portions of RGB colors in percentages

R + G + B =
134 + 139 + 127 = 400 (100%)
R 134 of 400 ~ 33.5%
G 139 of 400 ~ 34.75%
B 127 of 400 ~ 31.75%

%33.5
%34.75
%31.75

CMYK color model

#868B7F color CMYK value is (4,0,9,45).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(4,0,9,45)
C4M0Y9K45 
(4%,0%,9%,45%)
(0.04/0.00/0.09/0.45)	

CMYK percentages

%3.6
%0
%8.63
%45.49

Codes

Color #868B7F in popluar color models

868B7F
RGB134139127
HSL85°4.92%52.16%
HSB/HSV85°8.63%54.51%
CMYK3.60%0.00%8.63%
45.49%

Color #868B7F in popluar number systems.

HEX868B7F
Decimal134139127
Binary10000110100010111111111
Octal206213177

Shades and tints

Shades of #868B7F

#868B7F
(134,139,127)
#7A7F74
(122,127,116)
#6E7369
(110,115,105)
#62675E
(98,103,94)
#565B53
(86,91,83)
#4A4F48
(74,79,72)
#3E433D
(62,67,61)
#323732
(50,55,50)
#262B27
(38,43,39)
#1A1F1C
(26,31,28)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #868B7F

#868B7F
(134,139,127)
#91958A
(145,149,138)
#9C9F95
(156,159,149)
#A7A9A0
(167,169,160)
#B2B3AB
(178,179,171)
#BDBDB6
(189,189,182)
#C8C7C1
(200,199,193)
#D3D1CC
(211,209,204)
#DEDBD7
(222,219,215)
#E9E5E2
(233,229,226)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868B7F; }

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

This text font color is #868B7F.


Background Color

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

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

This div background color is #868B7F.


Border color

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

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

This div border color is #868B7F.


Opacity

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

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

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

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

This text has shadow with #868B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868B7F on black background.


Color preview on white background

This text has color #868B7F on white background.



Black color preview on #868B7F background

This text has black color on #868B7F background.


White color preview on #868B7F background

This text has white color on #868B7F background.