COLOR #9F4248

HEX: #9F4248
RGB: (159,66,72)

Color info

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

RGB color model

#9F4248 color RGB value is (159,66,72).

  • red value is 159;
  • green value is 66;
  • blue value is 72.
RGB:
(159,66,72)
(62%,26%,28%)

RGB channels and saturation

R 159 of 255 = 62%
G 66 of 255 = 26%
B 72 of 255 = 28%

159
66
72

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

Portions of RGB colors in percentages

R + G + B =
159 + 66 + 72 = 297 (100%)
R 159 of 297 ~ 53.54%
G 66 of 297 ~ 22.22%
B 72 of 297 ~ 24.24%

%53.54
%22.22
%24.24

CMYK color model

#9F4248 color CMYK value is (0,58,55,38).

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 54.72%
  • key color value is 37.65%
CMYK:
(0,58,55,38)
C0M58Y55K38 
(0%,58%,55%,38%)
(0.00/0.58/0.55/0.38)	

CMYK percentages

%0
%58.49
%54.72
%37.65

Codes

Color #9F4248 in popluar color models

9F4248
RGB1596672
HSL356°41.33%44.12%
HSB/HSV356°58.49%62.35%
CMYK0.00%58.49%54.72%
37.65%

Color #9F4248 in popluar number systems.

HEX9F4248
Decimal1596672
Binary1001111110000101001000
Octal237102110

Shades and tints

Shades of #9F4248

#9F4248
(159,66,72)
#913C42
(145,60,66)
#83363C
(131,54,60)
#753036
(117,48,54)
#672A30
(103,42,48)
#59242A
(89,36,42)
#4B1E24
(75,30,36)
#3D181E
(61,24,30)
#2F1218
(47,18,24)
#210C12
(33,12,18)
#13060C
(19,6,12)
#000000
(0,0,0)

Tints of #9F4248

#9F4248
(159,66,72)
#A75358
(167,83,88)
#AF6468
(175,100,104)
#B77578
(183,117,120)
#BF8688
(191,134,136)
#C79798
(199,151,152)
#CFA8A8
(207,168,168)
#D7B9B8
(215,185,184)
#DFCAC8
(223,202,200)
#E7DBD8
(231,219,216)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4248 color. Also use rgb(159,66,72) instead hex code.

Text Font Color

.myTextColor { color: #9F4248; }

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

This text font color is #9F4248.


Background Color

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

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

This div background color is #9F4248.


Border color

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

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

This div border color is #9F4248.


Opacity

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

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

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

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

This text has shadow with #9F4248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4248 on black background.


Color preview on white background

This text has color #9F4248 on white background.



Black color preview on #9F4248 background

This text has black color on #9F4248 background.


White color preview on #9F4248 background

This text has white color on #9F4248 background.