COLOR #8C876C

HEX: #8C876C
RGB: (140,135,108)

Color info

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

RGB color model

#8C876C color RGB value is (140,135,108).

  • red value is 140;
  • green value is 135;
  • blue value is 108.
RGB:
(140,135,108)
(55%,53%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 108 of 255 = 42%

140
135
108

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

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 108 = 383 (100%)
R 140 of 383 ~ 36.55%
G 135 of 383 ~ 35.25%
B 108 of 383 ~ 28.2%

%36.55
%35.25
%28.2

CMYK color model

#8C876C color CMYK value is (0,4,23,45).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(0,4,23,45)
C0M4Y23K45 
(0%,4%,23%,45%)
(0.00/0.04/0.23/0.45)	

CMYK percentages

%0
%3.57
%22.86
%45.1

Codes

Color #8C876C in popluar color models

8C876C
RGB140135108
HSL51°12.90%48.63%
HSB/HSV51°22.86%54.90%
CMYK0.00%3.57%22.86%
45.10%

Color #8C876C in popluar number systems.

HEX8C876C
Decimal140135108
Binary10001100100001111101100
Octal214207154

Shades and tints

Shades of #8C876C

#8C876C
(140,135,108)
#807B63
(128,123,99)
#746F5A
(116,111,90)
#686351
(104,99,81)
#5C5748
(92,87,72)
#504B3F
(80,75,63)
#443F36
(68,63,54)
#38332D
(56,51,45)
#2C2724
(44,39,36)
#201B1B
(32,27,27)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #8C876C

#8C876C
(140,135,108)
#969179
(150,145,121)
#A09B86
(160,155,134)
#AAA593
(170,165,147)
#B4AFA0
(180,175,160)
#BEB9AD
(190,185,173)
#C8C3BA
(200,195,186)
#D2CDC7
(210,205,199)
#DCD7D4
(220,215,212)
#E6E1E1
(230,225,225)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C876C color. Also use rgb(140,135,108) instead hex code.

Text Font Color

.myTextColor { color: #8C876C; }

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

This text font color is #8C876C.


Background Color

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

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

This div background color is #8C876C.


Border color

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

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

This div border color is #8C876C.


Opacity

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

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

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

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

This text has shadow with #8C876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C876C on black background.


Color preview on white background

This text has color #8C876C on white background.



Black color preview on #8C876C background

This text has black color on #8C876C background.


White color preview on #8C876C background

This text has white color on #8C876C background.