COLOR #8C806B

HEX: #8C806B
RGB: (140,128,107)

Color info

#8C806B contains red, green and blue colors in about the same proportion. Web safe color of #8C806B is #996666 (or #966).

RGB color model

#8C806B color RGB value is (140,128,107).

  • red value is 140;
  • green value is 128;
  • blue value is 107.
RGB:
(140,128,107)
(55%,50%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 107 of 255 = 42%

140
128
107

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

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 107 = 375 (100%)
R 140 of 375 ~ 37.33%
G 128 of 375 ~ 34.13%
B 107 of 375 ~ 28.53%

%37.33
%34.13
%28.53

CMYK color model

#8C806B color CMYK value is (0,9,24,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 23.57%
  • key color value is 45.10%
CMYK:
(0,9,24,45)
C0M9Y24K45 
(0%,9%,24%,45%)
(0.00/0.09/0.24/0.45)	

CMYK percentages

%0
%8.57
%23.57
%45.1

Codes

Color #8C806B in popluar color models

8C806B
RGB140128107
HSL38°13.36%48.43%
HSB/HSV38°23.57%54.90%
CMYK0.00%8.57%23.57%
45.10%

Color #8C806B in popluar number systems.

HEX8C806B
Decimal140128107
Binary10001100100000001101011
Octal214200153

Shades and tints

Shades of #8C806B

#8C806B
(140,128,107)
#807562
(128,117,98)
#746A59
(116,106,89)
#685F50
(104,95,80)
#5C5447
(92,84,71)
#50493E
(80,73,62)
#443E35
(68,62,53)
#38332C
(56,51,44)
#2C2823
(44,40,35)
#201D1A
(32,29,26)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #8C806B

#8C806B
(140,128,107)
#968B78
(150,139,120)
#A09685
(160,150,133)
#AAA192
(170,161,146)
#B4AC9F
(180,172,159)
#BEB7AC
(190,183,172)
#C8C2B9
(200,194,185)
#D2CDC6
(210,205,198)
#DCD8D3
(220,216,211)
#E6E3E0
(230,227,224)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C806B; }

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

This text font color is #8C806B.


Background Color

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

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

This div background color is #8C806B.


Border color

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

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

This div border color is #8C806B.


Opacity

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

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

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

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

This text has shadow with #8C806B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C806B on black background.


Color preview on white background

This text has color #8C806B on white background.



Black color preview on #8C806B background

This text has black color on #8C806B background.


White color preview on #8C806B background

This text has white color on #8C806B background.