COLOR #9F4756

HEX: #9F4756
RGB: (159,71,86)

Color info

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

RGB color model

#9F4756 color RGB value is (159,71,86).

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

RGB channels and saturation

R 159 of 255 = 62%
G 71 of 255 = 28%
B 86 of 255 = 34%

159
71
86

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

Portions of RGB colors in percentages

R + G + B =
159 + 71 + 86 = 316 (100%)
R 159 of 316 ~ 50.32%
G 71 of 316 ~ 22.47%
B 86 of 316 ~ 27.22%

%50.32
%22.47
%27.22

CMYK color model

#9F4756 color CMYK value is (0,55,46,38).

  • cyan value is 0.00%
  • magenta value is 55.35%
  • yellow value is 45.91%
  • key color value is 37.65%
CMYK:
(0,55,46,38)
C0M55Y46K38 
(0%,55%,46%,38%)
(0.00/0.55/0.46/0.38)	

CMYK percentages

%0
%55.35
%45.91
%37.65

Codes

Color #9F4756 in popluar color models

9F4756
RGB1597186
HSL350°38.26%45.10%
HSB/HSV350°55.35%62.35%
CMYK0.00%55.35%45.91%
37.65%

Color #9F4756 in popluar number systems.

HEX9F4756
Decimal1597186
Binary1001111110001111010110
Octal237107126

Shades and tints

Shades of #9F4756

#9F4756
(159,71,86)
#91414F
(145,65,79)
#833B48
(131,59,72)
#753541
(117,53,65)
#672F3A
(103,47,58)
#592933
(89,41,51)
#4B232C
(75,35,44)
#3D1D25
(61,29,37)
#2F171E
(47,23,30)
#211117
(33,17,23)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #9F4756

#9F4756
(159,71,86)
#A75765
(167,87,101)
#AF6774
(175,103,116)
#B77783
(183,119,131)
#BF8792
(191,135,146)
#C797A1
(199,151,161)
#CFA7B0
(207,167,176)
#D7B7BF
(215,183,191)
#DFC7CE
(223,199,206)
#E7D7DD
(231,215,221)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4756; }

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

This text font color is #9F4756.


Background Color

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

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

This div background color is #9F4756.


Border color

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

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

This div border color is #9F4756.


Opacity

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

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

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

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

This text has shadow with #9F4756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4756 on black background.


Color preview on white background

This text has color #9F4756 on white background.



Black color preview on #9F4756 background

This text has black color on #9F4756 background.


White color preview on #9F4756 background

This text has white color on #9F4756 background.