COLOR #868B71

HEX: #868B71
RGB: (134,139,113)

Color info

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

RGB color model

#868B71 color RGB value is (134,139,113).

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

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 113 of 255 = 44%

134
139
113

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

Portions of RGB colors in percentages

R + G + B =
134 + 139 + 113 = 386 (100%)
R 134 of 386 ~ 34.72%
G 139 of 386 ~ 36.01%
B 113 of 386 ~ 29.27%

%34.72
%36.01
%29.27

CMYK color model

#868B71 color CMYK value is (4,0,19,45).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK:
(4,0,19,45)
C4M0Y19K45 
(4%,0%,19%,45%)
(0.04/0.00/0.19/0.45)	

CMYK percentages

%3.6
%0
%18.71
%45.49

Codes

Color #868B71 in popluar color models

868B71
RGB134139113
HSL72°10.32%49.41%
HSB/HSV72°18.71%54.51%
CMYK3.60%0.00%18.71%
45.49%

Color #868B71 in popluar number systems.

HEX868B71
Decimal134139113
Binary10000110100010111110001
Octal206213161

Shades and tints

Shades of #868B71

#868B71
(134,139,113)
#7A7F67
(122,127,103)
#6E735D
(110,115,93)
#626753
(98,103,83)
#565B49
(86,91,73)
#4A4F3F
(74,79,63)
#3E4335
(62,67,53)
#32372B
(50,55,43)
#262B21
(38,43,33)
#1A1F17
(26,31,23)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #868B71

#868B71
(134,139,113)
#91957D
(145,149,125)
#9C9F89
(156,159,137)
#A7A995
(167,169,149)
#B2B3A1
(178,179,161)
#BDBDAD
(189,189,173)
#C8C7B9
(200,199,185)
#D3D1C5
(211,209,197)
#DEDBD1
(222,219,209)
#E9E5DD
(233,229,221)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868B71; }

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

This text font color is #868B71.


Background Color

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

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

This div background color is #868B71.


Border color

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

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

This div border color is #868B71.


Opacity

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

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

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

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

This text has shadow with #868B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868B71 on black background.


Color preview on white background

This text has color #868B71 on white background.



Black color preview on #868B71 background

This text has black color on #868B71 background.


White color preview on #868B71 background

This text has white color on #868B71 background.