COLOR #8C876F

HEX: #8C876F
RGB: (140,135,111)

Color info

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

RGB color model

#8C876F color RGB value is (140,135,111).

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

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 111 of 255 = 44%

140
135
111

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

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 111 = 386 (100%)
R 140 of 386 ~ 36.27%
G 135 of 386 ~ 34.97%
B 111 of 386 ~ 28.76%

%36.27
%34.97
%28.76

CMYK color model

#8C876F color CMYK value is (0,4,21,45).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK: (0,4,21,45) C0M4Y21K45 (0%,4%,21%,45%) (0.00/0.04/0.21/0.45)

CMYK percentages

%0
%3.57
%20.71
%45.1

Codes

Color #8C876F in popluar color models

8C876F
RGB140135111
HSL50°11.55%49.22%
HSB/HSV50°20.71%54.90%
CMYK0.00%3.57%20.71%
45.10%

Color #8C876F in popluar number systems.

HEX8C876F
Decimal140135111
Binary10001100100001111101111
Octal214207157

Shades and tints

Shades of #8C876F

#8C876F
(140,135,111)
#807B65
(128,123,101)
#746F5B
(116,111,91)
#686351
(104,99,81)
#5C5747
(92,87,71)
#504B3D
(80,75,61)
#443F33
(68,63,51)
#383329
(56,51,41)
#2C271F
(44,39,31)
#201B15
(32,27,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #8C876F

#8C876F
(140,135,111)
#96917C
(150,145,124)
#A09B89
(160,155,137)
#AAA596
(170,165,150)
#B4AFA3
(180,175,163)
#BEB9B0
(190,185,176)
#C8C3BD
(200,195,189)
#D2CDCA
(210,205,202)
#DCD7D7
(220,215,215)
#E6E1E4
(230,225,228)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C876F; }

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

This text font color is #8C876F.


Background Color

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

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

This div background color is #8C876F.


Border color

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

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

This div border color is #8C876F.


Opacity

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

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

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

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

This text has shadow with #8C876F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C876F on black background.


Color preview on white background

This text has color #8C876F on white background.



Black color preview on #8C876F background

This text has black color on #8C876F background.


White color preview on #8C876F background

This text has white color on #8C876F background.