COLOR #8C956A

HEX: #8C956A
RGB: (140,149,106)

Color info

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

RGB color model

#8C956A color RGB value is (140,149,106).

  • red value is 140;
  • green value is 149;
  • blue value is 106.
RGB:
(140,149,106)
(55%,58%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 106 of 255 = 42%

140
149
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 106 = 395 (100%)
R 140 of 395 ~ 35.44%
G 149 of 395 ~ 37.72%
B 106 of 395 ~ 26.84%

%35.44
%37.72
%26.84

CMYK color model

#8C956A color CMYK value is (6,0,29,42).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(6,0,29,42)
C6M0Y29K42 
(6%,0%,29%,42%)
(0.06/0.00/0.29/0.42)	

CMYK percentages

%6.04
%0
%28.86
%41.57

Codes

Color #8C956A in popluar color models

8C956A
RGB140149106
HSL73°16.86%50.00%
HSB/HSV73°28.86%58.43%
CMYK6.04%0.00%28.86%
41.57%

Color #8C956A in popluar number systems.

HEX8C956A
Decimal140149106
Binary10001100100101011101010
Octal214225152

Shades and tints

Shades of #8C956A

#8C956A
(140,149,106)
#808861
(128,136,97)
#747B58
(116,123,88)
#686E4F
(104,110,79)
#5C6146
(92,97,70)
#50543D
(80,84,61)
#444734
(68,71,52)
#383A2B
(56,58,43)
#2C2D22
(44,45,34)
#202019
(32,32,25)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #8C956A

#8C956A
(140,149,106)
#969E77
(150,158,119)
#A0A784
(160,167,132)
#AAB091
(170,176,145)
#B4B99E
(180,185,158)
#BEC2AB
(190,194,171)
#C8CBB8
(200,203,184)
#D2D4C5
(210,212,197)
#DCDDD2
(220,221,210)
#E6E6DF
(230,230,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C956A color. Also use rgb(140,149,106) instead hex code.

Text Font Color

.myTextColor { color: #8C956A; }

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

This text font color is #8C956A.


Background Color

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

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

This div background color is #8C956A.


Border color

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

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

This div border color is #8C956A.


Opacity

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

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

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

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

This text has shadow with #8C956A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C956A on black background.


Color preview on white background

This text has color #8C956A on white background.



Black color preview on #8C956A background

This text has black color on #8C956A background.


White color preview on #8C956A background

This text has white color on #8C956A background.