COLOR #9F4675

HEX: #9F4675
RGB: (159,70,117)

Color info

#9F4675 contains mainly red and blue colors. Web safe color of #9F4675 is #993366 (or #936).

RGB color model

#9F4675 color RGB value is (159,70,117).

  • red value is 159;
  • green value is 70;
  • blue value is 117.
RGB:
(159,70,117)
(62%,27%,46%)

RGB channels and saturation

R 159 of 255 = 62%
G 70 of 255 = 27%
B 117 of 255 = 46%

159
70
117

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

Portions of RGB colors in percentages

R + G + B =
159 + 70 + 117 = 346 (100%)
R 159 of 346 ~ 45.95%
G 70 of 346 ~ 20.23%
B 117 of 346 ~ 33.82%

%45.95
%20.23
%33.82

CMYK color model

#9F4675 color CMYK value is (0,56,26,38).

  • cyan value is 0.00%
  • magenta value is 55.97%
  • yellow value is 26.42%
  • key color value is 37.65%
CMYK:
(0,56,26,38)
C0M56Y26K38 
(0%,56%,26%,38%)
(0.00/0.56/0.26/0.38)	

CMYK percentages

%0
%55.97
%26.42
%37.65

Codes

Color #9F4675 in popluar color models

9F4675
RGB15970117
HSL328°38.86%44.90%
HSB/HSV328°55.97%62.35%
CMYK0.00%55.97%26.42%
37.65%

Color #9F4675 in popluar number systems.

HEX9F4675
Decimal15970117
Binary1001111110001101110101
Octal237106165

Shades and tints

Shades of #9F4675

#9F4675
(159,70,117)
#91406B
(145,64,107)
#833A61
(131,58,97)
#753457
(117,52,87)
#672E4D
(103,46,77)
#592843
(89,40,67)
#4B2239
(75,34,57)
#3D1C2F
(61,28,47)
#2F1625
(47,22,37)
#21101B
(33,16,27)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #9F4675

#9F4675
(159,70,117)
#A75681
(167,86,129)
#AF668D
(175,102,141)
#B77699
(183,118,153)
#BF86A5
(191,134,165)
#C796B1
(199,150,177)
#CFA6BD
(207,166,189)
#D7B6C9
(215,182,201)
#DFC6D5
(223,198,213)
#E7D6E1
(231,214,225)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4675 color. Also use rgb(159,70,117) instead hex code.

Text Font Color

.myTextColor { color: #9F4675; }

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

This text font color is #9F4675.


Background Color

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

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

This div background color is #9F4675.


Border color

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

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

This div border color is #9F4675.


Opacity

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

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

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

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

This text has shadow with #9F4675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4675 on black background.


Color preview on white background

This text has color #9F4675 on white background.



Black color preview on #9F4675 background

This text has black color on #9F4675 background.


White color preview on #9F4675 background

This text has white color on #9F4675 background.