COLOR #9F392A

HEX: #9F392A
RGB: (159,57,42)

Color info

#9F392A contains mainly red color. Web safe color of #9F392A is #993333 (or #933).

RGB color model

#9F392A color RGB value is (159,57,42).

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

RGB channels and saturation

R 159 of 255 = 62%
G 57 of 255 = 22%
B 42 of 255 = 16%

159
57
42

R + G + B ~ 33%. #9F392A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 57 + 42 = 258 (100%)
R 159 of 258 ~ 61.63%
G 57 of 258 ~ 22.09%
B 42 of 258 ~ 16.28%

%61.63
%22.09
%16.28

CMYK color model

#9F392A color CMYK value is (0,64,74,38).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 73.58%
  • key color value is 37.65%
CMYK:
(0,64,74,38)
C0M64Y74K38 
(0%,64%,74%,38%)
(0.00/0.64/0.74/0.38)	

CMYK percentages

%0
%64.15
%73.58
%37.65

Codes

Color #9F392A in popluar color models

9F392A
RGB1595742
HSL58.21%39.41%
HSB/HSV73.58%62.35%
CMYK0.00%64.15%73.58%
37.65%

Color #9F392A in popluar number systems.

HEX9F392A
Decimal1595742
Binary10011111111001101010
Octal2377152

Shades and tints

Shades of #9F392A

#9F392A
(159,57,42)
#913427
(145,52,39)
#832F24
(131,47,36)
#752A21
(117,42,33)
#67251E
(103,37,30)
#59201B
(89,32,27)
#4B1B18
(75,27,24)
#3D1615
(61,22,21)
#2F1112
(47,17,18)
#210C0F
(33,12,15)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #9F392A

#9F392A
(159,57,42)
#A74B3D
(167,75,61)
#AF5D50
(175,93,80)
#B76F63
(183,111,99)
#BF8176
(191,129,118)
#C79389
(199,147,137)
#CFA59C
(207,165,156)
#D7B7AF
(215,183,175)
#DFC9C2
(223,201,194)
#E7DBD5
(231,219,213)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F392A; }

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

This text font color is #9F392A.


Background Color

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

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

This div background color is #9F392A.


Border color

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

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

This div border color is #9F392A.


Opacity

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

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

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

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

This text has shadow with #9F392A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F392A on black background.


Color preview on white background

This text has color #9F392A on white background.



Black color preview on #9F392A background

This text has black color on #9F392A background.


White color preview on #9F392A background

This text has white color on #9F392A background.