COLOR #9F4140

HEX: #9F4140
RGB: (159,65,64)

Color info

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

RGB color model

#9F4140 color RGB value is (159,65,64).

  • red value is 159;
  • green value is 65;
  • blue value is 64.
RGB:
(159,65,64)
(62%,25%,25%)

RGB channels and saturation

R 159 of 255 = 62%
G 65 of 255 = 25%
B 64 of 255 = 25%

159
65
64

R + G + B ~ 37%. #9F4140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 65 + 64 = 288 (100%)
R 159 of 288 ~ 55.21%
G 65 of 288 ~ 22.57%
B 64 of 288 ~ 22.22%

%55.21
%22.57
%22.22

CMYK color model

#9F4140 color CMYK value is (0,59,60,38).

  • cyan value is 0.00%
  • magenta value is 59.12%
  • yellow value is 59.75%
  • key color value is 37.65%
CMYK:
(0,59,60,38)
C0M59Y60K38 
(0%,59%,60%,38%)
(0.00/0.59/0.60/0.38)	

CMYK percentages

%0
%59.12
%59.75
%37.65

Codes

Color #9F4140 in popluar color models

9F4140
RGB1596564
HSL42.60%43.73%
HSB/HSV59.75%62.35%
CMYK0.00%59.12%59.75%
37.65%

Color #9F4140 in popluar number systems.

HEX9F4140
Decimal1596564
Binary1001111110000011000000
Octal237101100

Shades and tints

Shades of #9F4140

#9F4140
(159,65,64)
#913C3B
(145,60,59)
#833736
(131,55,54)
#753231
(117,50,49)
#672D2C
(103,45,44)
#592827
(89,40,39)
#4B2322
(75,35,34)
#3D1E1D
(61,30,29)
#2F1918
(47,25,24)
#211413
(33,20,19)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #9F4140

#9F4140
(159,65,64)
#A75251
(167,82,81)
#AF6362
(175,99,98)
#B77473
(183,116,115)
#BF8584
(191,133,132)
#C79695
(199,150,149)
#CFA7A6
(207,167,166)
#D7B8B7
(215,184,183)
#DFC9C8
(223,201,200)
#E7DAD9
(231,218,217)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4140 color. Also use rgb(159,65,64) instead hex code.

Text Font Color

.myTextColor { color: #9F4140; }

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

This text font color is #9F4140.


Background Color

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

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

This div background color is #9F4140.


Border color

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

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

This div border color is #9F4140.


Opacity

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

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

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

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

This text has shadow with #9F4140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4140 on black background.


Color preview on white background

This text has color #9F4140 on white background.



Black color preview on #9F4140 background

This text has black color on #9F4140 background.


White color preview on #9F4140 background

This text has white color on #9F4140 background.