COLOR #8C956D

HEX: #8C956D
RGB: (140,149,109)

Color info

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

RGB color model

#8C956D color RGB value is (140,149,109).

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

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 109 of 255 = 43%

140
149
109

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 109 = 398 (100%)
R 140 of 398 ~ 35.18%
G 149 of 398 ~ 37.44%
B 109 of 398 ~ 27.39%

%35.18
%37.44
%27.39

CMYK color model

#8C956D color CMYK value is (6,0,27,42).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK: (6,0,27,42) C6M0Y27K42 (6%,0%,27%,42%) (0.06/0.00/0.27/0.42)

CMYK percentages

%6.04
%0
%26.85
%41.57

Codes

Color #8C956D in popluar color models

8C956D
RGB140149109
HSL74°15.87%50.59%
HSB/HSV74°26.85%58.43%
CMYK6.04%0.00%26.85%
41.57%

Color #8C956D in popluar number systems.

HEX8C956D
Decimal140149109
Binary10001100100101011101101
Octal214225155

Shades and tints

Shades of #8C956D

#8C956D
(140,149,109)
#808864
(128,136,100)
#747B5B
(116,123,91)
#686E52
(104,110,82)
#5C6149
(92,97,73)
#505440
(80,84,64)
#444737
(68,71,55)
#383A2E
(56,58,46)
#2C2D25
(44,45,37)
#20201C
(32,32,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8C956D

#8C956D
(140,149,109)
#969E7A
(150,158,122)
#A0A787
(160,167,135)
#AAB094
(170,176,148)
#B4B9A1
(180,185,161)
#BEC2AE
(190,194,174)
#C8CBBB
(200,203,187)
#D2D4C8
(210,212,200)
#DCDDD5
(220,221,213)
#E6E6E2
(230,230,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C956D; }

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

This text font color is #8C956D.


Background Color

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

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

This div background color is #8C956D.


Border color

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

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

This div border color is #8C956D.


Opacity

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

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

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

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

This text has shadow with #8C956D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C956D on black background.


Color preview on white background

This text has color #8C956D on white background.



Black color preview on #8C956D background

This text has black color on #8C956D background.


White color preview on #8C956D background

This text has white color on #8C956D background.