COLOR #9F5E3F

HEX: #9F5E3F
RGB: (159,94,63)

Color info

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

RGB color model

#9F5E3F color RGB value is (159,94,63).

  • red value is 159;
  • green value is 94;
  • blue value is 63.
RGB:
(159,94,63)
(62%,37%,25%)

RGB channels and saturation

R 159 of 255 = 62%
G 94 of 255 = 37%
B 63 of 255 = 25%

159
94
63

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

Portions of RGB colors in percentages

R + G + B =
159 + 94 + 63 = 316 (100%)
R 159 of 316 ~ 50.32%
G 94 of 316 ~ 29.75%
B 63 of 316 ~ 19.94%

%50.32
%29.75
%19.94

CMYK color model

#9F5E3F color CMYK value is (0,41,60,38).

  • cyan value is 0.00%
  • magenta value is 40.88%
  • yellow value is 60.38%
  • key color value is 37.65%
CMYK:
(0,41,60,38)
C0M41Y60K38 
(0%,41%,60%,38%)
(0.00/0.41/0.60/0.38)	

CMYK percentages

%0
%40.88
%60.38
%37.65

Codes

Color #9F5E3F in popluar color models

9F5E3F
RGB1599463
HSL19°43.24%43.53%
HSB/HSV19°60.38%62.35%
CMYK0.00%40.88%60.38%
37.65%

Color #9F5E3F in popluar number systems.

HEX9F5E3F
Decimal1599463
Binary100111111011110111111
Octal23713677

Shades and tints

Shades of #9F5E3F

#9F5E3F
(159,94,63)
#91563A
(145,86,58)
#834E35
(131,78,53)
#754630
(117,70,48)
#673E2B
(103,62,43)
#593626
(89,54,38)
#4B2E21
(75,46,33)
#3D261C
(61,38,28)
#2F1E17
(47,30,23)
#211612
(33,22,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #9F5E3F

#9F5E3F
(159,94,63)
#A76C50
(167,108,80)
#AF7A61
(175,122,97)
#B78872
(183,136,114)
#BF9683
(191,150,131)
#C7A494
(199,164,148)
#CFB2A5
(207,178,165)
#D7C0B6
(215,192,182)
#DFCEC7
(223,206,199)
#E7DCD8
(231,220,216)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5E3F color. Also use rgb(159,94,63) instead hex code.

Text Font Color

.myTextColor { color: #9F5E3F; }

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

This text font color is #9F5E3F.


Background Color

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

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

This div background color is #9F5E3F.


Border color

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

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

This div border color is #9F5E3F.


Opacity

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

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

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

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

This text has shadow with #9F5E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5E3F on black background.


Color preview on white background

This text has color #9F5E3F on white background.



Black color preview on #9F5E3F background

This text has black color on #9F5E3F background.


White color preview on #9F5E3F background

This text has white color on #9F5E3F background.