COLOR #9F5324

HEX: #9F5324
RGB: (159,83,36)

Color info

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

RGB color model

#9F5324 color RGB value is (159,83,36).

  • red value is 159;
  • green value is 83;
  • blue value is 36.
RGB:
(159,83,36)
(62%,33%,14%)

RGB channels and saturation

R 159 of 255 = 62%
G 83 of 255 = 33%
B 36 of 255 = 14%

159
83
36

R + G + B ~ 36%. #9F5324 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 83 + 36 = 278 (100%)
R 159 of 278 ~ 57.19%
G 83 of 278 ~ 29.86%
B 36 of 278 ~ 12.95%

%57.19
%29.86
%12.95

CMYK color model

#9F5324 color CMYK value is (0,48,77,38).

  • cyan value is 0.00%
  • magenta value is 47.80%
  • yellow value is 77.36%
  • key color value is 37.65%
CMYK:
(0,48,77,38)
C0M48Y77K38 
(0%,48%,77%,38%)
(0.00/0.48/0.77/0.38)	

CMYK percentages

%0
%47.8
%77.36
%37.65

Codes

Color #9F5324 in popluar color models

9F5324
RGB1598336
HSL23°63.08%38.24%
HSB/HSV23°77.36%62.35%
CMYK0.00%47.80%77.36%
37.65%

Color #9F5324 in popluar number systems.

HEX9F5324
Decimal1598336
Binary100111111010011100100
Octal23712344

Shades and tints

Shades of #9F5324

#9F5324
(159,83,36)
#914C21
(145,76,33)
#83451E
(131,69,30)
#753E1B
(117,62,27)
#673718
(103,55,24)
#593015
(89,48,21)
#4B2912
(75,41,18)
#3D220F
(61,34,15)
#2F1B0C
(47,27,12)
#211409
(33,20,9)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #9F5324

#9F5324
(159,83,36)
#A76237
(167,98,55)
#AF714A
(175,113,74)
#B7805D
(183,128,93)
#BF8F70
(191,143,112)
#C79E83
(199,158,131)
#CFAD96
(207,173,150)
#D7BCA9
(215,188,169)
#DFCBBC
(223,203,188)
#E7DACF
(231,218,207)
#EFE9E2
(239,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5324 color. Also use rgb(159,83,36) instead hex code.

Text Font Color

.myTextColor { color: #9F5324; }

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

This text font color is #9F5324.


Background Color

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

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

This div background color is #9F5324.


Border color

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

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

This div border color is #9F5324.


Opacity

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

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

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

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

This text has shadow with #9F5324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5324 on black background.


Color preview on white background

This text has color #9F5324 on white background.



Black color preview on #9F5324 background

This text has black color on #9F5324 background.


White color preview on #9F5324 background

This text has white color on #9F5324 background.