COLOR #9F4753

HEX: #9F4753
RGB: (159,71,83)

Color info

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

RGB color model

#9F4753 color RGB value is (159,71,83).

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

RGB channels and saturation

R 159 of 255 = 62%
G 71 of 255 = 28%
B 83 of 255 = 33%

159
71
83

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

Portions of RGB colors in percentages

R + G + B =
159 + 71 + 83 = 313 (100%)
R 159 of 313 ~ 50.8%
G 71 of 313 ~ 22.68%
B 83 of 313 ~ 26.52%

%50.8
%22.68
%26.52

CMYK color model

#9F4753 color CMYK value is (0,55,48,38).

  • cyan value is 0.00%
  • magenta value is 55.35%
  • yellow value is 47.80%
  • key color value is 37.65%
CMYK:
(0,55,48,38)
C0M55Y48K38 
(0%,55%,48%,38%)
(0.00/0.55/0.48/0.38)	

CMYK percentages

%0
%55.35
%47.8
%37.65

Codes

Color #9F4753 in popluar color models

9F4753
RGB1597183
HSL352°38.26%45.10%
HSB/HSV352°55.35%62.35%
CMYK0.00%55.35%47.80%
37.65%

Color #9F4753 in popluar number systems.

HEX9F4753
Decimal1597183
Binary1001111110001111010011
Octal237107123

Shades and tints

Shades of #9F4753

#9F4753
(159,71,83)
#91414C
(145,65,76)
#833B45
(131,59,69)
#75353E
(117,53,62)
#672F37
(103,47,55)
#592930
(89,41,48)
#4B2329
(75,35,41)
#3D1D22
(61,29,34)
#2F171B
(47,23,27)
#211114
(33,17,20)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #9F4753

#9F4753
(159,71,83)
#A75762
(167,87,98)
#AF6771
(175,103,113)
#B77780
(183,119,128)
#BF878F
(191,135,143)
#C7979E
(199,151,158)
#CFA7AD
(207,167,173)
#D7B7BC
(215,183,188)
#DFC7CB
(223,199,203)
#E7D7DA
(231,215,218)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4753; }

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

This text font color is #9F4753.


Background Color

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

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

This div background color is #9F4753.


Border color

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

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

This div border color is #9F4753.


Opacity

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

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

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

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

This text has shadow with #9F4753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4753 on black background.


Color preview on white background

This text has color #9F4753 on white background.



Black color preview on #9F4753 background

This text has black color on #9F4753 background.


White color preview on #9F4753 background

This text has white color on #9F4753 background.