COLOR #9F3708

HEX: #9F3708
RGB: (159,55,8)

Color info

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

RGB color model

#9F3708 color RGB value is (159,55,8).

  • red value is 159;
  • green value is 55;
  • blue value is 8.
RGB: (159,55,8) (62%,22%,3%)

RGB channels and saturation

R 159 of 255 = 62%
G 55 of 255 = 22%
B 8 of 255 = 3%

159
55
8

R + G + B ~ 29%. #9F3708 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 55 + 8 = 222 (100%)
R 159 of 222 ~ 71.62%
G 55 of 222 ~ 24.77%
B 8 of 222 ~ 3.6%

%71.62
%24.77

CMYK color model

#9F3708 color CMYK value is (0,65,95,38).

  • cyan value is 0.00%
  • magenta value is 65.41%
  • yellow value is 94.97%
  • key color value is 37.65%
CMYK: (0,65,95,38) C0M65Y95K38 (0%,65%,95%,38%) (0.00/0.65/0.95/0.38)

CMYK percentages

%0
%65.41
%94.97
%37.65

Codes

Color #9F3708 in popluar color models

9F3708
RGB159558
HSL19°90.42%32.75%
HSB/HSV19°94.97%62.35%
CMYK0.00%65.41%94.97%
37.65%

Color #9F3708 in popluar number systems.

HEX9F3708
Decimal159558
Binary100111111101111000
Octal2376710

Shades and tints

Shades of #9F3708

#9F3708
(159,55,8)
#913208
(145,50,8)
#832D08
(131,45,8)
#752808
(117,40,8)
#672308
(103,35,8)
#591E08
(89,30,8)
#4B1908
(75,25,8)
#3D1408
(61,20,8)
#2F0F08
(47,15,8)
#210A08
(33,10,8)
#130508
(19,5,8)
#000000
(0,0,0)

Tints of #9F3708

#9F3708
(159,55,8)
#A7491E
(167,73,30)
#AF5B34
(175,91,52)
#B76D4A
(183,109,74)
#BF7F60
(191,127,96)
#C79176
(199,145,118)
#CFA38C
(207,163,140)
#D7B5A2
(215,181,162)
#DFC7B8
(223,199,184)
#E7D9CE
(231,217,206)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3708 color. Also use rgb(159,55,8) instead hex code.

Text Font Color

.myTextColor { color: #9F3708; }

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

This text font color is #9F3708.


Background Color

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

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

This div background color is #9F3708.


Border color

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

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

This div border color is #9F3708.


Opacity

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

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

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

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

This text has shadow with #9F3708 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9F3708 on black background.


Color preview on white background

This text has color #9F3708 on white background.



Black color preview on #9F3708 background

This text has black color on #9F3708 background.


White color preview on #9F3708 background

This text has white color on #9F3708 background.