COLOR #9F3219

HEX: #9F3219
RGB: (159,50,25)

Color info

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

RGB color model

#9F3219 color RGB value is (159,50,25).

  • red value is 159;
  • green value is 50;
  • blue value is 25.
RGB:
(159,50,25)
(62%,20%,10%)

RGB channels and saturation

R 159 of 255 = 62%
G 50 of 255 = 20%
B 25 of 255 = 10%

159
50
25

R + G + B ~ 31%. #9F3219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 50 + 25 = 234 (100%)
R 159 of 234 ~ 67.95%
G 50 of 234 ~ 21.37%
B 25 of 234 ~ 10.68%

%67.95
%21.37
%10.68

CMYK color model

#9F3219 color CMYK value is (0,69,84,38).

  • cyan value is 0.00%
  • magenta value is 68.55%
  • yellow value is 84.28%
  • key color value is 37.65%
CMYK:
(0,69,84,38)
C0M69Y84K38 
(0%,69%,84%,38%)
(0.00/0.69/0.84/0.38)	

CMYK percentages

%0
%68.55
%84.28
%37.65

Codes

Color #9F3219 in popluar color models

9F3219
RGB1595025
HSL11°72.83%36.08%
HSB/HSV11°84.28%62.35%
CMYK0.00%68.55%84.28%
37.65%

Color #9F3219 in popluar number systems.

HEX9F3219
Decimal1595025
Binary1001111111001011001
Octal2376231

Shades and tints

Shades of #9F3219

#9F3219
(159,50,25)
#912E17
(145,46,23)
#832A15
(131,42,21)
#752613
(117,38,19)
#672211
(103,34,17)
#591E0F
(89,30,15)
#4B1A0D
(75,26,13)
#3D160B
(61,22,11)
#2F1209
(47,18,9)
#210E07
(33,14,7)
#130A05
(19,10,5)
#000000
(0,0,0)

Tints of #9F3219

#9F3219
(159,50,25)
#A7442D
(167,68,45)
#AF5641
(175,86,65)
#B76855
(183,104,85)
#BF7A69
(191,122,105)
#C78C7D
(199,140,125)
#CF9E91
(207,158,145)
#D7B0A5
(215,176,165)
#DFC2B9
(223,194,185)
#E7D4CD
(231,212,205)
#EFE6E1
(239,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3219 color. Also use rgb(159,50,25) instead hex code.

Text Font Color

.myTextColor { color: #9F3219; }

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

This text font color is #9F3219.


Background Color

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

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

This div background color is #9F3219.


Border color

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

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

This div border color is #9F3219.


Opacity

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

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

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

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

This text has shadow with #9F3219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3219 on black background.


Color preview on white background

This text has color #9F3219 on white background.



Black color preview on #9F3219 background

This text has black color on #9F3219 background.


White color preview on #9F3219 background

This text has white color on #9F3219 background.