COLOR #868F6B

HEX: #868F6B
RGB: (134,143,107)

Color info

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

RGB color model

#868F6B color RGB value is (134,143,107).

  • red value is 134;
  • green value is 143;
  • blue value is 107.
RGB:
(134,143,107)
(53%,56%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 143 of 255 = 56%
B 107 of 255 = 42%

134
143
107

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

Portions of RGB colors in percentages

R + G + B =
134 + 143 + 107 = 384 (100%)
R 134 of 384 ~ 34.9%
G 143 of 384 ~ 37.24%
B 107 of 384 ~ 27.86%

%34.9
%37.24
%27.86

CMYK color model

#868F6B color CMYK value is (6,0,25,44).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 43.92%
CMYK:
(6,0,25,44)
C6M0Y25K44 
(6%,0%,25%,44%)
(0.06/0.00/0.25/0.44)	

CMYK percentages

%6.29
%0
%25.17
%43.92

Codes

Color #868F6B in popluar color models

868F6B
RGB134143107
HSL75°14.40%49.02%
HSB/HSV75°25.17%56.08%
CMYK6.29%0.00%25.17%
43.92%

Color #868F6B in popluar number systems.

HEX868F6B
Decimal134143107
Binary10000110100011111101011
Octal206217153

Shades and tints

Shades of #868F6B

#868F6B
(134,143,107)
#7A8262
(122,130,98)
#6E7559
(110,117,89)
#626850
(98,104,80)
#565B47
(86,91,71)
#4A4E3E
(74,78,62)
#3E4135
(62,65,53)
#32342C
(50,52,44)
#262723
(38,39,35)
#1A1A1A
(26,26,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #868F6B

#868F6B
(134,143,107)
#919978
(145,153,120)
#9CA385
(156,163,133)
#A7AD92
(167,173,146)
#B2B79F
(178,183,159)
#BDC1AC
(189,193,172)
#C8CBB9
(200,203,185)
#D3D5C6
(211,213,198)
#DEDFD3
(222,223,211)
#E9E9E0
(233,233,224)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868F6B color. Also use rgb(134,143,107) instead hex code.

Text Font Color

.myTextColor { color: #868F6B; }

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

This text font color is #868F6B.


Background Color

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

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

This div background color is #868F6B.


Border color

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

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

This div border color is #868F6B.


Opacity

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

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

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

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

This text has shadow with #868F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868F6B on black background.


Color preview on white background

This text has color #868F6B on white background.



Black color preview on #868F6B background

This text has black color on #868F6B background.


White color preview on #868F6B background

This text has white color on #868F6B background.