COLOR #9F4F53

HEX: #9F4F53
RGB: (159,79,83)

Color info

#9F4F53 contains mainly red color. Web safe color of #9F4F53 is #996666 (or #966).

RGB color model

#9F4F53 color RGB value is (159,79,83).

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

RGB channels and saturation

R 159 of 255 = 62%
G 79 of 255 = 31%
B 83 of 255 = 33%

159
79
83

R + G + B ~ 42%. #9F4F53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 79 + 83 = 321 (100%)
R 159 of 321 ~ 49.53%
G 79 of 321 ~ 24.61%
B 83 of 321 ~ 25.86%

%49.53
%24.61
%25.86

CMYK color model

#9F4F53 color CMYK value is (0,50,48,38).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 47.80%
  • key color value is 37.65%
CMYK:
(0,50,48,38)
C0M50Y48K38 
(0%,50%,48%,38%)
(0.00/0.50/0.48/0.38)	

CMYK percentages

%0
%50.31
%47.8
%37.65

Codes

Color #9F4F53 in popluar color models

9F4F53
RGB1597983
HSL357°33.61%46.67%
HSB/HSV357°50.31%62.35%
CMYK0.00%50.31%47.80%
37.65%

Color #9F4F53 in popluar number systems.

HEX9F4F53
Decimal1597983
Binary1001111110011111010011
Octal237117123

Shades and tints

Shades of #9F4F53

#9F4F53
(159,79,83)
#91484C
(145,72,76)
#834145
(131,65,69)
#753A3E
(117,58,62)
#673337
(103,51,55)
#592C30
(89,44,48)
#4B2529
(75,37,41)
#3D1E22
(61,30,34)
#2F171B
(47,23,27)
#211014
(33,16,20)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #9F4F53

#9F4F53
(159,79,83)
#A75F62
(167,95,98)
#AF6F71
(175,111,113)
#B77F80
(183,127,128)
#BF8F8F
(191,143,143)
#C79F9E
(199,159,158)
#CFAFAD
(207,175,173)
#D7BFBC
(215,191,188)
#DFCFCB
(223,207,203)
#E7DFDA
(231,223,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4F53; }

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

This text font color is #9F4F53.


Background Color

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

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

This div background color is #9F4F53.


Border color

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

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

This div border color is #9F4F53.


Opacity

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

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

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

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

This text has shadow with #9F4F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4F53 on black background.


Color preview on white background

This text has color #9F4F53 on white background.



Black color preview on #9F4F53 background

This text has black color on #9F4F53 background.


White color preview on #9F4F53 background

This text has white color on #9F4F53 background.