COLOR #9C7B1F

HEX: #9C7B1F
RGB: (156,123,31)

Color info

#9C7B1F contains mainly red and green colors. Web safe color of #9C7B1F is #996633 (or #963).

RGB color model

#9C7B1F color RGB value is (156,123,31).

  • red value is 156;
  • green value is 123;
  • blue value is 31.
RGB:
(156,123,31)
(61%,48%,12%)

RGB channels and saturation

R 156 of 255 = 61%
G 123 of 255 = 48%
B 31 of 255 = 12%

156
123
31

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

Portions of RGB colors in percentages

R + G + B =
156 + 123 + 31 = 310 (100%)
R 156 of 310 ~ 50.32%
G 123 of 310 ~ 39.68%
B 31 of 310 ~ 10%

%50.32
%39.68
%10

CMYK color model

#9C7B1F color CMYK value is (0,21,80,39).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 80.13%
  • key color value is 38.82%
CMYK:
(0,21,80,39)
C0M21Y80K39 
(0%,21%,80%,39%)
(0.00/0.21/0.80/0.39)	

CMYK percentages

%0
%21.15
%80.13
%38.82

Codes

Color #9C7B1F in popluar color models

9C7B1F
RGB15612331
HSL44°66.84%36.67%
HSB/HSV44°80.13%61.18%
CMYK0.00%21.15%80.13%
38.82%

Color #9C7B1F in popluar number systems.

HEX9C7B1F
Decimal15612331
Binary10011100111101111111
Octal23417337

Shades and tints

Shades of #9C7B1F

#9C7B1F
(156,123,31)
#8E701D
(142,112,29)
#80651B
(128,101,27)
#725A19
(114,90,25)
#644F17
(100,79,23)
#564415
(86,68,21)
#483913
(72,57,19)
#3A2E11
(58,46,17)
#2C230F
(44,35,15)
#1E180D
(30,24,13)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #9C7B1F

#9C7B1F
(156,123,31)
#A58733
(165,135,51)
#AE9347
(174,147,71)
#B79F5B
(183,159,91)
#C0AB6F
(192,171,111)
#C9B783
(201,183,131)
#D2C397
(210,195,151)
#DBCFAB
(219,207,171)
#E4DBBF
(228,219,191)
#EDE7D3
(237,231,211)
#F6F3E7
(246,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7B1F color. Also use rgb(156,123,31) instead hex code.

Text Font Color

.myTextColor { color: #9C7B1F; }

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

This text font color is #9C7B1F.


Background Color

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

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

This div background color is #9C7B1F.


Border color

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

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

This div border color is #9C7B1F.


Opacity

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

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

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

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

This text has shadow with #9C7B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7B1F on black background.


Color preview on white background

This text has color #9C7B1F on white background.



Black color preview on #9C7B1F background

This text has black color on #9C7B1F background.


White color preview on #9C7B1F background

This text has white color on #9C7B1F background.