COLOR #9F7B2C

HEX: #9F7B2C
RGB: (159,123,44)

Color info

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

RGB color model

#9F7B2C color RGB value is (159,123,44).

  • red value is 159;
  • green value is 123;
  • blue value is 44.
RGB:
(159,123,44)
(62%,48%,17%)

RGB channels and saturation

R 159 of 255 = 62%
G 123 of 255 = 48%
B 44 of 255 = 17%

159
123
44

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

Portions of RGB colors in percentages

R + G + B =
159 + 123 + 44 = 326 (100%)
R 159 of 326 ~ 48.77%
G 123 of 326 ~ 37.73%
B 44 of 326 ~ 13.5%

%48.77
%37.73
%13.5

CMYK color model

#9F7B2C color CMYK value is (0,23,72,38).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 72.33%
  • key color value is 37.65%
CMYK:
(0,23,72,38)
C0M23Y72K38 
(0%,23%,72%,38%)
(0.00/0.23/0.72/0.38)	

CMYK percentages

%0
%22.64
%72.33
%37.65

Codes

Color #9F7B2C in popluar color models

9F7B2C
RGB15912344
HSL41°56.65%39.80%
HSB/HSV41°72.33%62.35%
CMYK0.00%22.64%72.33%
37.65%

Color #9F7B2C in popluar number systems.

HEX9F7B2C
Decimal15912344
Binary100111111111011101100
Octal23717354

Shades and tints

Shades of #9F7B2C

#9F7B2C
(159,123,44)
#917028
(145,112,40)
#836524
(131,101,36)
#755A20
(117,90,32)
#674F1C
(103,79,28)
#594418
(89,68,24)
#4B3914
(75,57,20)
#3D2E10
(61,46,16)
#2F230C
(47,35,12)
#211808
(33,24,8)
#130D04
(19,13,4)
#000000
(0,0,0)

Tints of #9F7B2C

#9F7B2C
(159,123,44)
#A7873F
(167,135,63)
#AF9352
(175,147,82)
#B79F65
(183,159,101)
#BFAB78
(191,171,120)
#C7B78B
(199,183,139)
#CFC39E
(207,195,158)
#D7CFB1
(215,207,177)
#DFDBC4
(223,219,196)
#E7E7D7
(231,231,215)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7B2C color. Also use rgb(159,123,44) instead hex code.

Text Font Color

.myTextColor { color: #9F7B2C; }

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

This text font color is #9F7B2C.


Background Color

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

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

This div background color is #9F7B2C.


Border color

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

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

This div border color is #9F7B2C.


Opacity

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

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

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

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

This text has shadow with #9F7B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7B2C on black background.


Color preview on white background

This text has color #9F7B2C on white background.



Black color preview on #9F7B2C background

This text has black color on #9F7B2C background.


White color preview on #9F7B2C background

This text has white color on #9F7B2C background.