COLOR #9F6047

HEX: #9F6047
RGB: (159,96,71)

Color info

#9F6047 contains mainly red color. Web safe color of #9F6047 is #996633 (or #963).

RGB color model

#9F6047 color RGB value is (159,96,71).

  • red value is 159;
  • green value is 96;
  • blue value is 71.
RGB:
(159,96,71)
(62%,38%,28%)

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 71 of 255 = 28%

159
96
71

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

Portions of RGB colors in percentages

R + G + B =
159 + 96 + 71 = 326 (100%)
R 159 of 326 ~ 48.77%
G 96 of 326 ~ 29.45%
B 71 of 326 ~ 21.78%

%48.77
%29.45
%21.78

CMYK color model

#9F6047 color CMYK value is (0,40,55,38).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 55.35%
  • key color value is 37.65%
CMYK:
(0,40,55,38)
C0M40Y55K38 
(0%,40%,55%,38%)
(0.00/0.40/0.55/0.38)	

CMYK percentages

%0
%39.62
%55.35
%37.65

Codes

Color #9F6047 in popluar color models

9F6047
RGB1599671
HSL17°38.26%45.10%
HSB/HSV17°55.35%62.35%
CMYK0.00%39.62%55.35%
37.65%

Color #9F6047 in popluar number systems.

HEX9F6047
Decimal1599671
Binary1001111111000001000111
Octal237140107

Shades and tints

Shades of #9F6047

#9F6047
(159,96,71)
#915841
(145,88,65)
#83503B
(131,80,59)
#754835
(117,72,53)
#67402F
(103,64,47)
#593829
(89,56,41)
#4B3023
(75,48,35)
#3D281D
(61,40,29)
#2F2017
(47,32,23)
#211811
(33,24,17)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #9F6047

#9F6047
(159,96,71)
#A76E57
(167,110,87)
#AF7C67
(175,124,103)
#B78A77
(183,138,119)
#BF9887
(191,152,135)
#C7A697
(199,166,151)
#CFB4A7
(207,180,167)
#D7C2B7
(215,194,183)
#DFD0C7
(223,208,199)
#E7DED7
(231,222,215)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6047 color. Also use rgb(159,96,71) instead hex code.

Text Font Color

.myTextColor { color: #9F6047; }

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

This text font color is #9F6047.


Background Color

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

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

This div background color is #9F6047.


Border color

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

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

This div border color is #9F6047.


Opacity

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

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

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

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

This text has shadow with #9F6047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6047 on black background.


Color preview on white background

This text has color #9F6047 on white background.



Black color preview on #9F6047 background

This text has black color on #9F6047 background.


White color preview on #9F6047 background

This text has white color on #9F6047 background.