COLOR #9F738C

HEX: #9F738C
RGB: (159,115,140)

Color info

#9F738C contains red, green and blue colors in about the same proportion. Web safe color of #9F738C is #996699 (or #969).

RGB color model

#9F738C color RGB value is (159,115,140).

  • red value is 159;
  • green value is 115;
  • blue value is 140.
RGB:
(159,115,140)
(62%,45%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 115 of 255 = 45%
B 140 of 255 = 55%

159
115
140

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

Portions of RGB colors in percentages

R + G + B =
159 + 115 + 140 = 414 (100%)
R 159 of 414 ~ 38.41%
G 115 of 414 ~ 27.78%
B 140 of 414 ~ 33.82%

%38.41
%27.78
%33.82

CMYK color model

#9F738C color CMYK value is (0,28,12,38).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 11.95%
  • key color value is 37.65%
CMYK:
(0,28,12,38)
C0M28Y12K38 
(0%,28%,12%,38%)
(0.00/0.28/0.12/0.38)	

CMYK percentages

%0
%27.67
%11.95
%37.65

Codes

Color #9F738C in popluar color models

9F738C
RGB159115140
HSL326°18.64%53.73%
HSB/HSV326°27.67%62.35%
CMYK0.00%27.67%11.95%
37.65%

Color #9F738C in popluar number systems.

HEX9F738C
Decimal159115140
Binary10011111111001110001100
Octal237163214

Shades and tints

Shades of #9F738C

#9F738C
(159,115,140)
#916980
(145,105,128)
#835F74
(131,95,116)
#755568
(117,85,104)
#674B5C
(103,75,92)
#594150
(89,65,80)
#4B3744
(75,55,68)
#3D2D38
(61,45,56)
#2F232C
(47,35,44)
#211920
(33,25,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #9F738C

#9F738C
(159,115,140)
#A77F96
(167,127,150)
#AF8BA0
(175,139,160)
#B797AA
(183,151,170)
#BFA3B4
(191,163,180)
#C7AFBE
(199,175,190)
#CFBBC8
(207,187,200)
#D7C7D2
(215,199,210)
#DFD3DC
(223,211,220)
#E7DFE6
(231,223,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F738C color. Also use rgb(159,115,140) instead hex code.

Text Font Color

.myTextColor { color: #9F738C; }

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

This text font color is #9F738C.


Background Color

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

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

This div background color is #9F738C.


Border color

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

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

This div border color is #9F738C.


Opacity

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

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

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

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

This text has shadow with #9F738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F738C on black background.


Color preview on white background

This text has color #9F738C on white background.



Black color preview on #9F738C background

This text has black color on #9F738C background.


White color preview on #9F738C background

This text has white color on #9F738C background.