COLOR #9C8C6D

HEX: #9C8C6D
RGB: (156,140,109)

Color info

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

RGB color model

#9C8C6D color RGB value is (156,140,109).

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

RGB channels and saturation

R 156 of 255 = 61%
G 140 of 255 = 55%
B 109 of 255 = 43%

156
140
109

R + G + B ~ 53%. #9C8C6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 140 + 109 = 405 (100%)
R 156 of 405 ~ 38.52%
G 140 of 405 ~ 34.57%
B 109 of 405 ~ 26.91%

%38.52
%34.57
%26.91

CMYK color model

#9C8C6D color CMYK value is (0,10,30,39).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 30.13%
  • key color value is 38.82%
CMYK:
(0,10,30,39)
C0M10Y30K39 
(0%,10%,30%,39%)
(0.00/0.10/0.30/0.39)	

CMYK percentages

%0
%10.26
%30.13
%38.82

Codes

Color #9C8C6D in popluar color models

9C8C6D
RGB156140109
HSL40°19.18%51.96%
HSB/HSV40°30.13%61.18%
CMYK0.00%10.26%30.13%
38.82%

Color #9C8C6D in popluar number systems.

HEX9C8C6D
Decimal156140109
Binary10011100100011001101101
Octal234214155

Shades and tints

Shades of #9C8C6D

#9C8C6D
(156,140,109)
#8E8064
(142,128,100)
#80745B
(128,116,91)
#726852
(114,104,82)
#645C49
(100,92,73)
#565040
(86,80,64)
#484437
(72,68,55)
#3A382E
(58,56,46)
#2C2C25
(44,44,37)
#1E201C
(30,32,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #9C8C6D

#9C8C6D
(156,140,109)
#A5967A
(165,150,122)
#AEA087
(174,160,135)
#B7AA94
(183,170,148)
#C0B4A1
(192,180,161)
#C9BEAE
(201,190,174)
#D2C8BB
(210,200,187)
#DBD2C8
(219,210,200)
#E4DCD5
(228,220,213)
#EDE6E2
(237,230,226)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8C6D color. Also use rgb(156,140,109) instead hex code.

Text Font Color

.myTextColor { color: #9C8C6D; }

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

This text font color is #9C8C6D.


Background Color

.myBgColor { background-color: #9C8C6D; }

<div style="background-color:#9C8C6D">Inner text</div>

This div background color is #9C8C6D.


Border color

.myBorderColor { border: 1px solid #9C8C6D; }

<div style="border:3px solid #9C8C6D">Div</div>

This div border color is #9C8C6D.


Opacity

.myOpacity80 { color: #9C8C6D; opacity: 0.8; }

<p style="color:#9C8C6D;opacity:0.8;">80%</p>

Text with #9C8C6D 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 #9C8C6D;}

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

This text has shadow with #9C8C6D color.

.textShadow {text-shadow: 3px 3px 1px #9C8C6D, 3px 3px 1px red;}

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

This text has shadow with #9C8C6D primary color and red secondary color.


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

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

This text has shadow with #9C8C6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8C6D on black background.


Color preview on white background

This text has color #9C8C6D on white background.



Black color preview on #9C8C6D background

This text has black color on #9C8C6D background.


White color preview on #9C8C6D background

This text has white color on #9C8C6D background.