COLOR #9F7F48

HEX: #9F7F48
RGB: (159,127,72)

Color info

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

RGB color model

#9F7F48 color RGB value is (159,127,72).

  • red value is 159;
  • green value is 127;
  • blue value is 72.
RGB:
(159,127,72)
(62%,50%,28%)

RGB channels and saturation

R 159 of 255 = 62%
G 127 of 255 = 50%
B 72 of 255 = 28%

159
127
72

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

Portions of RGB colors in percentages

R + G + B =
159 + 127 + 72 = 358 (100%)
R 159 of 358 ~ 44.41%
G 127 of 358 ~ 35.47%
B 72 of 358 ~ 20.11%

%44.41
%35.47
%20.11

CMYK color model

#9F7F48 color CMYK value is (0,20,55,38).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 54.72%
  • key color value is 37.65%
CMYK:
(0,20,55,38)
C0M20Y55K38 
(0%,20%,55%,38%)
(0.00/0.20/0.55/0.38)	

CMYK percentages

%0
%20.13
%54.72
%37.65

Codes

Color #9F7F48 in popluar color models

9F7F48
RGB15912772
HSL38°37.66%45.29%
HSB/HSV38°54.72%62.35%
CMYK0.00%20.13%54.72%
37.65%

Color #9F7F48 in popluar number systems.

HEX9F7F48
Decimal15912772
Binary1001111111111111001000
Octal237177110

Shades and tints

Shades of #9F7F48

#9F7F48
(159,127,72)
#917442
(145,116,66)
#83693C
(131,105,60)
#755E36
(117,94,54)
#675330
(103,83,48)
#59482A
(89,72,42)
#4B3D24
(75,61,36)
#3D321E
(61,50,30)
#2F2718
(47,39,24)
#211C12
(33,28,18)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #9F7F48

#9F7F48
(159,127,72)
#A78A58
(167,138,88)
#AF9568
(175,149,104)
#B7A078
(183,160,120)
#BFAB88
(191,171,136)
#C7B698
(199,182,152)
#CFC1A8
(207,193,168)
#D7CCB8
(215,204,184)
#DFD7C8
(223,215,200)
#E7E2D8
(231,226,216)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7F48 color. Also use rgb(159,127,72) instead hex code.

Text Font Color

.myTextColor { color: #9F7F48; }

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

This text font color is #9F7F48.


Background Color

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

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

This div background color is #9F7F48.


Border color

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

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

This div border color is #9F7F48.


Opacity

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

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

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

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

This text has shadow with #9F7F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7F48 on black background.


Color preview on white background

This text has color #9F7F48 on white background.



Black color preview on #9F7F48 background

This text has black color on #9F7F48 background.


White color preview on #9F7F48 background

This text has white color on #9F7F48 background.