COLOR #9F7B40

HEX: #9F7B40
RGB: (159,123,64)

Color info

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

RGB color model

#9F7B40 color RGB value is (159,123,64).

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

RGB channels and saturation

R 159 of 255 = 62%
G 123 of 255 = 48%
B 64 of 255 = 25%

159
123
64

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

Portions of RGB colors in percentages

R + G + B =
159 + 123 + 64 = 346 (100%)
R 159 of 346 ~ 45.95%
G 123 of 346 ~ 35.55%
B 64 of 346 ~ 18.5%

%45.95
%35.55
%18.5

CMYK color model

#9F7B40 color CMYK value is (0,23,60,38).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 59.75%
  • key color value is 37.65%
CMYK:
(0,23,60,38)
C0M23Y60K38 
(0%,23%,60%,38%)
(0.00/0.23/0.60/0.38)	

CMYK percentages

%0
%22.64
%59.75
%37.65

Codes

Color #9F7B40 in popluar color models

9F7B40
RGB15912364
HSL37°42.60%43.73%
HSB/HSV37°59.75%62.35%
CMYK0.00%22.64%59.75%
37.65%

Color #9F7B40 in popluar number systems.

HEX9F7B40
Decimal15912364
Binary1001111111110111000000
Octal237173100

Shades and tints

Shades of #9F7B40

#9F7B40
(159,123,64)
#91703B
(145,112,59)
#836536
(131,101,54)
#755A31
(117,90,49)
#674F2C
(103,79,44)
#594427
(89,68,39)
#4B3922
(75,57,34)
#3D2E1D
(61,46,29)
#2F2318
(47,35,24)
#211813
(33,24,19)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #9F7B40

#9F7B40
(159,123,64)
#A78751
(167,135,81)
#AF9362
(175,147,98)
#B79F73
(183,159,115)
#BFAB84
(191,171,132)
#C7B795
(199,183,149)
#CFC3A6
(207,195,166)
#D7CFB7
(215,207,183)
#DFDBC8
(223,219,200)
#E7E7D9
(231,231,217)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7B40; }

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

This text font color is #9F7B40.


Background Color

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

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

This div background color is #9F7B40.


Border color

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

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

This div border color is #9F7B40.


Opacity

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

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

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

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

This text has shadow with #9F7B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7B40 on black background.


Color preview on white background

This text has color #9F7B40 on white background.



Black color preview on #9F7B40 background

This text has black color on #9F7B40 background.


White color preview on #9F7B40 background

This text has white color on #9F7B40 background.