COLOR #8C8076

HEX: #8C8076
RGB: (140,128,118)

Color info

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

RGB color model

#8C8076 color RGB value is (140,128,118).

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

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 118 of 255 = 46%

140
128
118

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

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 118 = 386 (100%)
R 140 of 386 ~ 36.27%
G 128 of 386 ~ 33.16%
B 118 of 386 ~ 30.57%

%36.27
%33.16
%30.57

CMYK color model

#8C8076 color CMYK value is (0,9,16,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(0,9,16,45)
C0M9Y16K45 
(0%,9%,16%,45%)
(0.00/0.09/0.16/0.45)	

CMYK percentages

%0
%8.57
%15.71
%45.1

Codes

Color #8C8076 in popluar color models

8C8076
RGB140128118
HSL27°8.73%50.59%
HSB/HSV27°15.71%54.90%
CMYK0.00%8.57%15.71%
45.10%

Color #8C8076 in popluar number systems.

HEX8C8076
Decimal140128118
Binary10001100100000001110110
Octal214200166

Shades and tints

Shades of #8C8076

#8C8076
(140,128,118)
#80756C
(128,117,108)
#746A62
(116,106,98)
#685F58
(104,95,88)
#5C544E
(92,84,78)
#504944
(80,73,68)
#443E3A
(68,62,58)
#383330
(56,51,48)
#2C2826
(44,40,38)
#201D1C
(32,29,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #8C8076

#8C8076
(140,128,118)
#968B82
(150,139,130)
#A0968E
(160,150,142)
#AAA19A
(170,161,154)
#B4ACA6
(180,172,166)
#BEB7B2
(190,183,178)
#C8C2BE
(200,194,190)
#D2CDCA
(210,205,202)
#DCD8D6
(220,216,214)
#E6E3E2
(230,227,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8076; }

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

This text font color is #8C8076.


Background Color

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

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

This div background color is #8C8076.


Border color

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

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

This div border color is #8C8076.


Opacity

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

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

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

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

This text has shadow with #8C8076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8076 on black background.


Color preview on white background

This text has color #8C8076 on white background.



Black color preview on #8C8076 background

This text has black color on #8C8076 background.


White color preview on #8C8076 background

This text has white color on #8C8076 background.