COLOR #868D66

HEX: #868D66
RGB: (134,141,102)

Color info

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

RGB color model

#868D66 color RGB value is (134,141,102).

  • red value is 134;
  • green value is 141;
  • blue value is 102.
RGB:
(134,141,102)
(53%,55%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 141 of 255 = 55%
B 102 of 255 = 40%

134
141
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 141 + 102 = 377 (100%)
R 134 of 377 ~ 35.54%
G 141 of 377 ~ 37.4%
B 102 of 377 ~ 27.06%

%35.54
%37.4
%27.06

CMYK color model

#868D66 color CMYK value is (5,0,28,45).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 44.71%
CMYK:
(5,0,28,45)
C5M0Y28K45 
(5%,0%,28%,45%)
(0.05/0.00/0.28/0.45)	

CMYK percentages

%4.96
%0
%27.66
%44.71

Codes

Color #868D66 in popluar color models

868D66
RGB134141102
HSL71°16.05%47.65%
HSB/HSV71°27.66%55.29%
CMYK4.96%0.00%27.66%
44.71%

Color #868D66 in popluar number systems.

HEX868D66
Decimal134141102
Binary10000110100011011100110
Octal206215146

Shades and tints

Shades of #868D66

#868D66
(134,141,102)
#7A815D
(122,129,93)
#6E7554
(110,117,84)
#62694B
(98,105,75)
#565D42
(86,93,66)
#4A5139
(74,81,57)
#3E4530
(62,69,48)
#323927
(50,57,39)
#262D1E
(38,45,30)
#1A2115
(26,33,21)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #868D66

#868D66
(134,141,102)
#919773
(145,151,115)
#9CA180
(156,161,128)
#A7AB8D
(167,171,141)
#B2B59A
(178,181,154)
#BDBFA7
(189,191,167)
#C8C9B4
(200,201,180)
#D3D3C1
(211,211,193)
#DEDDCE
(222,221,206)
#E9E7DB
(233,231,219)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868D66 color. Also use rgb(134,141,102) instead hex code.

Text Font Color

.myTextColor { color: #868D66; }

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

This text font color is #868D66.


Background Color

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

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

This div background color is #868D66.


Border color

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

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

This div border color is #868D66.


Opacity

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

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

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

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

This text has shadow with #868D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868D66 on black background.


Color preview on white background

This text has color #868D66 on white background.



Black color preview on #868D66 background

This text has black color on #868D66 background.


White color preview on #868D66 background

This text has white color on #868D66 background.