COLOR #9F5800

HEX: #9F5800
RGB: (159,88,0)

Color info

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

RGB color model

#9F5800 color RGB value is (159,88,0).

  • red value is 159;
  • green value is 88;
  • blue value is 0.
RGB:
(159,88,0)
(62%,35%,0%)

RGB channels and saturation

R 159 of 255 = 62%
G 88 of 255 = 35%
B 0 of 255 = 0%

159
88
0

R + G + B ~ 32%. #9F5800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 88 + 0 = 247 (100%)
R 159 of 247 ~ 64.37%
G 88 of 247 ~ 35.63%
B 0 of 247 ~ 0%

%64.37
%35.63

CMYK color model

#9F5800 color CMYK value is (0,45,100,38).

  • cyan value is 0.00%
  • magenta value is 44.65%
  • yellow value is 100.00%
  • key color value is 37.65%
CMYK:
(0,45,100,38)
C0M45Y100K38 
(0%,45%,100%,38%)
(0.00/0.45/1.00/0.38)	

CMYK percentages

%0
%44.65
%100
%37.65

Codes

Color #9F5800 in popluar color models

9F5800
RGB159880
HSL33°100.00%31.18%
HSB/HSV33°100.00%62.35%
CMYK0.00%44.65%100.00%
37.65%

Color #9F5800 in popluar number systems.

HEX9F5800
Decimal159880
Binary1001111110110000
Octal2371300

Shades and tints

Shades of #9F5800

#9F5800
(159,88,0)
#915000
(145,80,0)
#834800
(131,72,0)
#754000
(117,64,0)
#673800
(103,56,0)
#593000
(89,48,0)
#4B2800
(75,40,0)
#3D2000
(61,32,0)
#2F1800
(47,24,0)
#211000
(33,16,0)
#130800
(19,8,0)
#000000
(0,0,0)

Tints of #9F5800

#9F5800
(159,88,0)
#A76717
(167,103,23)
#AF762E
(175,118,46)
#B78545
(183,133,69)
#BF945C
(191,148,92)
#C7A373
(199,163,115)
#CFB28A
(207,178,138)
#D7C1A1
(215,193,161)
#DFD0B8
(223,208,184)
#E7DFCF
(231,223,207)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5800 color. Also use rgb(159,88,0) instead hex code.

Text Font Color

.myTextColor { color: #9F5800; }

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

This text font color is #9F5800.


Background Color

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

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

This div background color is #9F5800.


Border color

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

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

This div border color is #9F5800.


Opacity

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

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

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

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

This text has shadow with #9F5800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5800 on black background.


Color preview on white background

This text has color #9F5800 on white background.



Black color preview on #9F5800 background

This text has black color on #9F5800 background.


White color preview on #9F5800 background

This text has white color on #9F5800 background.