COLOR #9F7B30

HEX: #9F7B30
RGB: (159,123,48)

Color info

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

RGB color model

#9F7B30 color RGB value is (159,123,48).

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

RGB channels and saturation

R 159 of 255 = 62%
G 123 of 255 = 48%
B 48 of 255 = 19%

159
123
48

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

Portions of RGB colors in percentages

R + G + B =
159 + 123 + 48 = 330 (100%)
R 159 of 330 ~ 48.18%
G 123 of 330 ~ 37.27%
B 48 of 330 ~ 14.55%

%48.18
%37.27
%14.55

CMYK color model

#9F7B30 color CMYK value is (0,23,70,38).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 69.81%
  • key color value is 37.65%
CMYK:
(0,23,70,38)
C0M23Y70K38 
(0%,23%,70%,38%)
(0.00/0.23/0.70/0.38)	

CMYK percentages

%0
%22.64
%69.81
%37.65

Codes

Color #9F7B30 in popluar color models

9F7B30
RGB15912348
HSL41°53.62%40.59%
HSB/HSV41°69.81%62.35%
CMYK0.00%22.64%69.81%
37.65%

Color #9F7B30 in popluar number systems.

HEX9F7B30
Decimal15912348
Binary100111111111011110000
Octal23717360

Shades and tints

Shades of #9F7B30

#9F7B30
(159,123,48)
#91702C
(145,112,44)
#836528
(131,101,40)
#755A24
(117,90,36)
#674F20
(103,79,32)
#59441C
(89,68,28)
#4B3918
(75,57,24)
#3D2E14
(61,46,20)
#2F2310
(47,35,16)
#21180C
(33,24,12)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #9F7B30

#9F7B30
(159,123,48)
#A78742
(167,135,66)
#AF9354
(175,147,84)
#B79F66
(183,159,102)
#BFAB78
(191,171,120)
#C7B78A
(199,183,138)
#CFC39C
(207,195,156)
#D7CFAE
(215,207,174)
#DFDBC0
(223,219,192)
#E7E7D2
(231,231,210)
#EFF3E4
(239,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7B30; }

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

This text font color is #9F7B30.


Background Color

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

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

This div background color is #9F7B30.


Border color

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

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

This div border color is #9F7B30.


Opacity

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

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

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

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

This text has shadow with #9F7B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7B30 on black background.


Color preview on white background

This text has color #9F7B30 on white background.



Black color preview on #9F7B30 background

This text has black color on #9F7B30 background.


White color preview on #9F7B30 background

This text has white color on #9F7B30 background.