COLOR #9F3912

HEX: #9F3912
RGB: (159,57,18)

Color info

#9F3912 contains mainly red color. Web safe color of #9F3912 is #993300 (or #930).

RGB color model

#9F3912 color RGB value is (159,57,18).

  • red value is 159;
  • green value is 57;
  • blue value is 18.
RGB:
(159,57,18)
(62%,22%,7%)

RGB channels and saturation

R 159 of 255 = 62%
G 57 of 255 = 22%
B 18 of 255 = 7%

159
57
18

R + G + B ~ 30%. #9F3912 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 57 + 18 = 234 (100%)
R 159 of 234 ~ 67.95%
G 57 of 234 ~ 24.36%
B 18 of 234 ~ 7.69%

%67.95
%24.36

CMYK color model

#9F3912 color CMYK value is (0,64,89,38).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 88.68%
  • key color value is 37.65%
CMYK:
(0,64,89,38)
C0M64Y89K38 
(0%,64%,89%,38%)
(0.00/0.64/0.89/0.38)	

CMYK percentages

%0
%64.15
%88.68
%37.65

Codes

Color #9F3912 in popluar color models

9F3912
RGB1595718
HSL17°79.66%34.71%
HSB/HSV17°88.68%62.35%
CMYK0.00%64.15%88.68%
37.65%

Color #9F3912 in popluar number systems.

HEX9F3912
Decimal1595718
Binary1001111111100110010
Octal2377122

Shades and tints

Shades of #9F3912

#9F3912
(159,57,18)
#913411
(145,52,17)
#832F10
(131,47,16)
#752A0F
(117,42,15)
#67250E
(103,37,14)
#59200D
(89,32,13)
#4B1B0C
(75,27,12)
#3D160B
(61,22,11)
#2F110A
(47,17,10)
#210C09
(33,12,9)
#130708
(19,7,8)
#000000
(0,0,0)

Tints of #9F3912

#9F3912
(159,57,18)
#A74B27
(167,75,39)
#AF5D3C
(175,93,60)
#B76F51
(183,111,81)
#BF8166
(191,129,102)
#C7937B
(199,147,123)
#CFA590
(207,165,144)
#D7B7A5
(215,183,165)
#DFC9BA
(223,201,186)
#E7DBCF
(231,219,207)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3912 color. Also use rgb(159,57,18) instead hex code.

Text Font Color

.myTextColor { color: #9F3912; }

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

This text font color is #9F3912.


Background Color

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

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

This div background color is #9F3912.


Border color

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

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

This div border color is #9F3912.


Opacity

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

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

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

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

This text has shadow with #9F3912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3912 on black background.


Color preview on white background

This text has color #9F3912 on white background.



Black color preview on #9F3912 background

This text has black color on #9F3912 background.


White color preview on #9F3912 background

This text has white color on #9F3912 background.