COLOR #9F5B0B

HEX: #9F5B0B
RGB: (159,91,11)

Color info

#9F5B0B contains mainly red color. Web safe color of #9F5B0B is #996600 (or #960).

RGB color model

#9F5B0B color RGB value is (159,91,11).

  • red value is 159;
  • green value is 91;
  • blue value is 11.
RGB:
(159,91,11)
(62%,36%,4%)

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 11 of 255 = 4%

159
91
11

R + G + B ~ 34%. #9F5B0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 11 = 261 (100%)
R 159 of 261 ~ 60.92%
G 91 of 261 ~ 34.87%
B 11 of 261 ~ 4.21%

%60.92
%34.87

CMYK color model

#9F5B0B color CMYK value is (0,43,93,38).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 93.08%
  • key color value is 37.65%
CMYK:
(0,43,93,38)
C0M43Y93K38 
(0%,43%,93%,38%)
(0.00/0.43/0.93/0.38)	

CMYK percentages

%0
%42.77
%93.08
%37.65

Codes

Color #9F5B0B in popluar color models

9F5B0B
RGB1599111
HSL32°87.06%33.33%
HSB/HSV32°93.08%62.35%
CMYK0.00%42.77%93.08%
37.65%

Color #9F5B0B in popluar number systems.

HEX9F5B0B
Decimal1599111
Binary1001111110110111011
Octal23713313

Shades and tints

Shades of #9F5B0B

#9F5B0B
(159,91,11)
#91530A
(145,83,10)
#834B09
(131,75,9)
#754308
(117,67,8)
#673B07
(103,59,7)
#593306
(89,51,6)
#4B2B05
(75,43,5)
#3D2304
(61,35,4)
#2F1B03
(47,27,3)
#211302
(33,19,2)
#130B01
(19,11,1)
#000000
(0,0,0)

Tints of #9F5B0B

#9F5B0B
(159,91,11)
#A76921
(167,105,33)
#AF7737
(175,119,55)
#B7854D
(183,133,77)
#BF9363
(191,147,99)
#C7A179
(199,161,121)
#CFAF8F
(207,175,143)
#D7BDA5
(215,189,165)
#DFCBBB
(223,203,187)
#E7D9D1
(231,217,209)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5B0B color. Also use rgb(159,91,11) instead hex code.

Text Font Color

.myTextColor { color: #9F5B0B; }

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

This text font color is #9F5B0B.


Background Color

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

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

This div background color is #9F5B0B.


Border color

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

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

This div border color is #9F5B0B.


Opacity

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

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

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

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

This text has shadow with #9F5B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5B0B on black background.


Color preview on white background

This text has color #9F5B0B on white background.



Black color preview on #9F5B0B background

This text has black color on #9F5B0B background.


White color preview on #9F5B0B background

This text has white color on #9F5B0B background.