COLOR #9F5D0A

HEX: #9F5D0A
RGB: (159,93,10)

Color info

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

RGB color model

#9F5D0A color RGB value is (159,93,10).

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

RGB channels and saturation

R 159 of 255 = 62%
G 93 of 255 = 36%
B 10 of 255 = 4%

159
93
10

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

Portions of RGB colors in percentages

R + G + B =
159 + 93 + 10 = 262 (100%)
R 159 of 262 ~ 60.69%
G 93 of 262 ~ 35.5%
B 10 of 262 ~ 3.82%

%60.69
%35.5

CMYK color model

#9F5D0A color CMYK value is (0,42,94,38).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 93.71%
  • key color value is 37.65%
CMYK:
(0,42,94,38)
C0M42Y94K38 
(0%,42%,94%,38%)
(0.00/0.42/0.94/0.38)	

CMYK percentages

%0
%41.51
%93.71
%37.65

Codes

Color #9F5D0A in popluar color models

9F5D0A
RGB1599310
HSL33°88.17%33.14%
HSB/HSV33°93.71%62.35%
CMYK0.00%41.51%93.71%
37.65%

Color #9F5D0A in popluar number systems.

HEX9F5D0A
Decimal1599310
Binary1001111110111011010
Octal23713512

Shades and tints

Shades of #9F5D0A

#9F5D0A
(159,93,10)
#91550A
(145,85,10)
#834D0A
(131,77,10)
#75450A
(117,69,10)
#673D0A
(103,61,10)
#59350A
(89,53,10)
#4B2D0A
(75,45,10)
#3D250A
(61,37,10)
#2F1D0A
(47,29,10)
#21150A
(33,21,10)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #9F5D0A

#9F5D0A
(159,93,10)
#A76B20
(167,107,32)
#AF7936
(175,121,54)
#B7874C
(183,135,76)
#BF9562
(191,149,98)
#C7A378
(199,163,120)
#CFB18E
(207,177,142)
#D7BFA4
(215,191,164)
#DFCDBA
(223,205,186)
#E7DBD0
(231,219,208)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5D0A color. Also use rgb(159,93,10) instead hex code.

Text Font Color

.myTextColor { color: #9F5D0A; }

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

This text font color is #9F5D0A.


Background Color

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

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

This div background color is #9F5D0A.


Border color

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

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

This div border color is #9F5D0A.


Opacity

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

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

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

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

This text has shadow with #9F5D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5D0A on black background.


Color preview on white background

This text has color #9F5D0A on white background.



Black color preview on #9F5D0A background

This text has black color on #9F5D0A background.


White color preview on #9F5D0A background

This text has white color on #9F5D0A background.