COLOR #9C8F66

HEX: #9C8F66
RGB: (156,143,102)

Color info

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

RGB color model

#9C8F66 color RGB value is (156,143,102).

  • red value is 156;
  • green value is 143;
  • blue value is 102.
RGB:
(156,143,102)
(61%,56%,40%)

RGB channels and saturation

R 156 of 255 = 61%
G 143 of 255 = 56%
B 102 of 255 = 40%

156
143
102

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

Portions of RGB colors in percentages

R + G + B =
156 + 143 + 102 = 401 (100%)
R 156 of 401 ~ 38.9%
G 143 of 401 ~ 35.66%
B 102 of 401 ~ 25.44%

%38.9
%35.66
%25.44

CMYK color model

#9C8F66 color CMYK value is (0,8,35,39).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 34.62%
  • key color value is 38.82%
CMYK:
(0,8,35,39)
C0M8Y35K39 
(0%,8%,35%,39%)
(0.00/0.08/0.35/0.39)	

CMYK percentages

%0
%8.33
%34.62
%38.82

Codes

Color #9C8F66 in popluar color models

9C8F66
RGB156143102
HSL46°21.43%50.59%
HSB/HSV46°34.62%61.18%
CMYK0.00%8.33%34.62%
38.82%

Color #9C8F66 in popluar number systems.

HEX9C8F66
Decimal156143102
Binary10011100100011111100110
Octal234217146

Shades and tints

Shades of #9C8F66

#9C8F66
(156,143,102)
#8E825D
(142,130,93)
#807554
(128,117,84)
#72684B
(114,104,75)
#645B42
(100,91,66)
#564E39
(86,78,57)
#484130
(72,65,48)
#3A3427
(58,52,39)
#2C271E
(44,39,30)
#1E1A15
(30,26,21)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #9C8F66

#9C8F66
(156,143,102)
#A59973
(165,153,115)
#AEA380
(174,163,128)
#B7AD8D
(183,173,141)
#C0B79A
(192,183,154)
#C9C1A7
(201,193,167)
#D2CBB4
(210,203,180)
#DBD5C1
(219,213,193)
#E4DFCE
(228,223,206)
#EDE9DB
(237,233,219)
#F6F3E8
(246,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8F66 color. Also use rgb(156,143,102) instead hex code.

Text Font Color

.myTextColor { color: #9C8F66; }

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

This text font color is #9C8F66.


Background Color

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

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

This div background color is #9C8F66.


Border color

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

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

This div border color is #9C8F66.


Opacity

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

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

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

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

This text has shadow with #9C8F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8F66 on black background.


Color preview on white background

This text has color #9C8F66 on white background.



Black color preview on #9C8F66 background

This text has black color on #9C8F66 background.


White color preview on #9C8F66 background

This text has white color on #9C8F66 background.