COLOR #8C976B

HEX: #8C976B
RGB: (140,151,107)

Color info

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

RGB color model

#8C976B color RGB value is (140,151,107).

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

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 107 of 255 = 42%

140
151
107

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

Portions of RGB colors in percentages

R + G + B =
140 + 151 + 107 = 398 (100%)
R 140 of 398 ~ 35.18%
G 151 of 398 ~ 37.94%
B 107 of 398 ~ 26.88%

%35.18
%37.94
%26.88

CMYK color model

#8C976B color CMYK value is (7,0,29,41).

  • cyan value is 7.28%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK:
(7,0,29,41)
C7M0Y29K41 
(7%,0%,29%,41%)
(0.07/0.00/0.29/0.41)	

CMYK percentages

%7.28
%0
%29.14
%40.78

Codes

Color #8C976B in popluar color models

8C976B
RGB140151107
HSL75°17.46%50.59%
HSB/HSV75°29.14%59.22%
CMYK7.28%0.00%29.14%
40.78%

Color #8C976B in popluar number systems.

HEX8C976B
Decimal140151107
Binary10001100100101111101011
Octal214227153

Shades and tints

Shades of #8C976B

#8C976B
(140,151,107)
#808A62
(128,138,98)
#747D59
(116,125,89)
#687050
(104,112,80)
#5C6347
(92,99,71)
#50563E
(80,86,62)
#444935
(68,73,53)
#383C2C
(56,60,44)
#2C2F23
(44,47,35)
#20221A
(32,34,26)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #8C976B

#8C976B
(140,151,107)
#96A078
(150,160,120)
#A0A985
(160,169,133)
#AAB292
(170,178,146)
#B4BB9F
(180,187,159)
#BEC4AC
(190,196,172)
#C8CDB9
(200,205,185)
#D2D6C6
(210,214,198)
#DCDFD3
(220,223,211)
#E6E8E0
(230,232,224)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C976B; }

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

This text font color is #8C976B.


Background Color

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

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

This div background color is #8C976B.


Border color

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

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

This div border color is #8C976B.


Opacity

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

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

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

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

This text has shadow with #8C976B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C976B on black background.


Color preview on white background

This text has color #8C976B on white background.



Black color preview on #8C976B background

This text has black color on #8C976B background.


White color preview on #8C976B background

This text has white color on #8C976B background.