COLOR #9F3B4F

HEX: #9F3B4F
RGB: (159,59,79)

Color info

#9F3B4F contains mainly red color. Web safe color of #9F3B4F is #993366 (or #936).

RGB color model

#9F3B4F color RGB value is (159,59,79).

  • red value is 159;
  • green value is 59;
  • blue value is 79.
RGB:
(159,59,79)
(62%,23%,31%)

RGB channels and saturation

R 159 of 255 = 62%
G 59 of 255 = 23%
B 79 of 255 = 31%

159
59
79

R + G + B ~ 39%. #9F3B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 59 + 79 = 297 (100%)
R 159 of 297 ~ 53.54%
G 59 of 297 ~ 19.87%
B 79 of 297 ~ 26.6%

%53.54
%19.87
%26.6

CMYK color model

#9F3B4F color CMYK value is (0,63,50,38).

  • cyan value is 0.00%
  • magenta value is 62.89%
  • yellow value is 50.31%
  • key color value is 37.65%
CMYK:
(0,63,50,38)
C0M63Y50K38 
(0%,63%,50%,38%)
(0.00/0.63/0.50/0.38)	

CMYK percentages

%0
%62.89
%50.31
%37.65

Codes

Color #9F3B4F in popluar color models

9F3B4F
RGB1595979
HSL348°45.87%42.75%
HSB/HSV348°62.89%62.35%
CMYK0.00%62.89%50.31%
37.65%

Color #9F3B4F in popluar number systems.

HEX9F3B4F
Decimal1595979
Binary100111111110111001111
Octal23773117

Shades and tints

Shades of #9F3B4F

#9F3B4F
(159,59,79)
#913648
(145,54,72)
#833141
(131,49,65)
#752C3A
(117,44,58)
#672733
(103,39,51)
#59222C
(89,34,44)
#4B1D25
(75,29,37)
#3D181E
(61,24,30)
#2F1317
(47,19,23)
#210E10
(33,14,16)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #9F3B4F

#9F3B4F
(159,59,79)
#A74C5F
(167,76,95)
#AF5D6F
(175,93,111)
#B76E7F
(183,110,127)
#BF7F8F
(191,127,143)
#C7909F
(199,144,159)
#CFA1AF
(207,161,175)
#D7B2BF
(215,178,191)
#DFC3CF
(223,195,207)
#E7D4DF
(231,212,223)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3B4F color. Also use rgb(159,59,79) instead hex code.

Text Font Color

.myTextColor { color: #9F3B4F; }

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

This text font color is #9F3B4F.


Background Color

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

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

This div background color is #9F3B4F.


Border color

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

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

This div border color is #9F3B4F.


Opacity

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

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

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

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

This text has shadow with #9F3B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3B4F on black background.


Color preview on white background

This text has color #9F3B4F on white background.



Black color preview on #9F3B4F background

This text has black color on #9F3B4F background.


White color preview on #9F3B4F background

This text has white color on #9F3B4F background.