COLOR #8C866B

HEX: #8C866B RGB: (140,134,107)

Color info

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

RGB color model

#8C866B color RGB value is (140,134,107).

RGB: (140,134,107) (55%, 53%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 134 of 255 = 53%
B 107 of 255 = 42%

140
134
107

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

Portions of RGB colors in percentages

R + G + B = 140 + 134 + 107 = 381 (100%)
R 140 of 381 ~ 36.75%
G 134 of 381 ~ 35.17%
B 107 of 381 ~ 28.08'%

%36.75
%35.17
%28.08

CMYK color model

#8C866B color CMYK value is (0,4,24,45).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 23.57%
  • key color value is 45.10%

CMYK: (0,4,24,45)
C0M4Y24K45 (0%, 4%, 24%, 45%)
(0.00 / 0.04 / 0.24 / 0.45)

CMYK percentages

%0
%4.29
%23.57
%45.1

Codes

Color #8C866B in popluar color models

8C 86 6B
RGB 140 134 107
HSL 49° 13.36% 48.43%
HSB/HSV 49° 23.57% 54.90%
CMYK 0.00% 4.29% 23.57%
45.10%

Color #8C866B in popluar number systems.

HEX 8C 86 6B
Decimal 140 134 107
Binary 10001100 10000110 1101011
Octal 214 206 153

Shades and tints

Shades of #8C866B

#8C866B
(140,134,107)
#807A62
(128,122,98)
#746E59
(116,110,89)
#686250
(104,98,80)
#5C5647
(92,86,71)
#504A3E
(80,74,62)
#443E35
(68,62,53)
#38322C
(56,50,44)
#2C2623
(44,38,35)
#201A1A
(32,26,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8C866B

#8C866B
(140,134,107)
#969178
(150,145,120)
#A09C85
(160,156,133)
#AAA792
(170,167,146)
#B4B29F
(180,178,159)
#BEBDAC
(190,189,172)
#C8C8B9
(200,200,185)
#D2D3C6
(210,211,198)
#DCDED3
(220,222,211)
#E6E9E0
(230,233,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C866B color. Also use rgb(140,134,107) instead hex code.

Text Font Color

.myTextColor { color: #8C866B; }

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

This text font color is #8C866B.

Background Color

.myBgColor { background-color: #8C866B; }

<div style="background-color:#8C866B">Inner text</div>

This div background color is #8C866B.

Border color

.myBorderColor { border: 1px solid #8C866B; }

<div style="border:3px solid #8C866B">Div</div>

This div border color is #8C866B.

Opacity

.myOpacity80 { color: #8C866B; opacity: 0.8; }

<p style="color:#8C866B;opacity:0.8;">80%</p>

Text with #8C866B 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 #8C866B;}

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

This text has shadow with #8C866B color.


.textShadow {text-shadow: 3px 3px 1px #8C866B', 3px 3px 1px red;}

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

This text has shadow with #8C866B primary color and red secondary color.


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

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

This text has shadow with #8C866B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C866B; -webkit-box-shadow: 1px 1px 3px 2px #8C866B; box-shadow:1px 1px 3px 2px #8C866B;">
Div content here
</div>

This div box has shadow with color #8C866B.

Preview

Color preview on black background

This text has color #8C866B on black background.


Color preview on white background

This text has color #8C866B on white background.


Black color preview on #8C866B background

This text has black color on #8C866B background.


White color preview on #8C866B background

This text has white color on #8C866B background.


Related colors

Complementary color

Complementary color for #hex is #737994.


I love getcolorcode.com

Triadic colors

1 #6B8C86 and #866B8C with #8C866B are triadic colors.

2 #6B868C and #868C6B with #8C866B are triadic colors.