COLOR #9F3C39

HEX: #9F3C39
RGB: (159,60,57)

Color info

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

RGB color model

#9F3C39 color RGB value is (159,60,57).

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

RGB channels and saturation

R 159 of 255 = 62%
G 60 of 255 = 24%
B 57 of 255 = 22%

159
60
57

R + G + B ~ 36%. #9F3C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 60 + 57 = 276 (100%)
R 159 of 276 ~ 57.61%
G 60 of 276 ~ 21.74%
B 57 of 276 ~ 20.65%

%57.61
%21.74
%20.65

CMYK color model

#9F3C39 color CMYK value is (0,62,64,38).

  • cyan value is 0.00%
  • magenta value is 62.26%
  • yellow value is 64.15%
  • key color value is 37.65%
CMYK:
(0,62,64,38)
C0M62Y64K38 
(0%,62%,64%,38%)
(0.00/0.62/0.64/0.38)	

CMYK percentages

%0
%62.26
%64.15
%37.65

Codes

Color #9F3C39 in popluar color models

9F3C39
RGB1596057
HSL47.22%42.35%
HSB/HSV64.15%62.35%
CMYK0.00%62.26%64.15%
37.65%

Color #9F3C39 in popluar number systems.

HEX9F3C39
Decimal1596057
Binary10011111111100111001
Octal2377471

Shades and tints

Shades of #9F3C39

#9F3C39
(159,60,57)
#913734
(145,55,52)
#83322F
(131,50,47)
#752D2A
(117,45,42)
#672825
(103,40,37)
#592320
(89,35,32)
#4B1E1B
(75,30,27)
#3D1916
(61,25,22)
#2F1411
(47,20,17)
#210F0C
(33,15,12)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #9F3C39

#9F3C39
(159,60,57)
#A74D4B
(167,77,75)
#AF5E5D
(175,94,93)
#B76F6F
(183,111,111)
#BF8081
(191,128,129)
#C79193
(199,145,147)
#CFA2A5
(207,162,165)
#D7B3B7
(215,179,183)
#DFC4C9
(223,196,201)
#E7D5DB
(231,213,219)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F3C39; }

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

This text font color is #9F3C39.


Background Color

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

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

This div background color is #9F3C39.


Border color

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

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

This div border color is #9F3C39.


Opacity

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

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

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

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

This text has shadow with #9F3C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3C39 on black background.


Color preview on white background

This text has color #9F3C39 on white background.



Black color preview on #9F3C39 background

This text has black color on #9F3C39 background.


White color preview on #9F3C39 background

This text has white color on #9F3C39 background.