COLOR #9C8B07

HEX: #9C8B07
RGB: (156,139,7)

Color info

#9C8B07 contains mainly red and green colors. Web safe color of #9C8B07 is #999900 (or #990).

RGB color model

#9C8B07 color RGB value is (156,139,7).

  • red value is 156;
  • green value is 139;
  • blue value is 7.
RGB:
(156,139,7)
(61%,55%,3%)

RGB channels and saturation

R 156 of 255 = 61%
G 139 of 255 = 55%
B 7 of 255 = 3%

156
139
7

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

Portions of RGB colors in percentages

R + G + B =
156 + 139 + 7 = 302 (100%)
R 156 of 302 ~ 51.66%
G 139 of 302 ~ 46.03%
B 7 of 302 ~ 2.32%

%51.66
%46.03

CMYK color model

#9C8B07 color CMYK value is (0,11,96,39).

  • cyan value is 0.00%
  • magenta value is 10.90%
  • yellow value is 95.51%
  • key color value is 38.82%
CMYK:
(0,11,96,39)
C0M11Y96K39 
(0%,11%,96%,39%)
(0.00/0.11/0.96/0.39)	

CMYK percentages

%0
%10.9
%95.51
%38.82

Codes

Color #9C8B07 in popluar color models

9C8B07
RGB1561397
HSL53°91.41%31.96%
HSB/HSV53°95.51%61.18%
CMYK0.00%10.90%95.51%
38.82%

Color #9C8B07 in popluar number systems.

HEX9C8B07
Decimal1561397
Binary1001110010001011111
Octal2342137

Shades and tints

Shades of #9C8B07

#9C8B07
(156,139,7)
#8E7F07
(142,127,7)
#807307
(128,115,7)
#726707
(114,103,7)
#645B07
(100,91,7)
#564F07
(86,79,7)
#484307
(72,67,7)
#3A3707
(58,55,7)
#2C2B07
(44,43,7)
#1E1F07
(30,31,7)
#101307
(16,19,7)
#000000
(0,0,0)

Tints of #9C8B07

#9C8B07
(156,139,7)
#A5951D
(165,149,29)
#AE9F33
(174,159,51)
#B7A949
(183,169,73)
#C0B35F
(192,179,95)
#C9BD75
(201,189,117)
#D2C78B
(210,199,139)
#DBD1A1
(219,209,161)
#E4DBB7
(228,219,183)
#EDE5CD
(237,229,205)
#F6EFE3
(246,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8B07 color. Also use rgb(156,139,7) instead hex code.

Text Font Color

.myTextColor { color: #9C8B07; }

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

This text font color is #9C8B07.


Background Color

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

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

This div background color is #9C8B07.


Border color

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

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

This div border color is #9C8B07.


Opacity

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

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

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

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

This text has shadow with #9C8B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8B07 on black background.


Color preview on white background

This text has color #9C8B07 on white background.



Black color preview on #9C8B07 background

This text has black color on #9C8B07 background.


White color preview on #9C8B07 background

This text has white color on #9C8B07 background.