COLOR #9F7575

HEX: #9F7575
RGB: (159,117,117)

Color info

#9F7575 contains red, green and blue colors in about the same proportion. Web safe color of #9F7575 is #996666 (or #966).

RGB color model

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

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

RGB channels and saturation

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

159
117
117

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

Portions of RGB colors in percentages

R + G + B =
159 + 117 + 117 = 393 (100%)
R 159 of 393 ~ 40.46%
G 117 of 393 ~ 29.77%
B 117 of 393 ~ 29.77%

%40.46
%29.77
%29.77

CMYK color model

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

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

CMYK percentages

%0
%26.42
%26.42
%37.65

Codes

Color #9F7575 in popluar color models

9F7575
RGB159117117
HSL17.95%54.12%
HSB/HSV26.42%62.35%
CMYK0.00%26.42%26.42%
37.65%

Color #9F7575 in popluar number systems.

HEX9F7575
Decimal159117117
Binary1001111111101011110101
Octal237165165

Shades and tints

Shades of #9F7575

#9F7575
(159,117,117)
#916B6B
(145,107,107)
#836161
(131,97,97)
#755757
(117,87,87)
#674D4D
(103,77,77)
#594343
(89,67,67)
#4B3939
(75,57,57)
#3D2F2F
(61,47,47)
#2F2525
(47,37,37)
#211B1B
(33,27,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #9F7575

#9F7575
(159,117,117)
#A78181
(167,129,129)
#AF8D8D
(175,141,141)
#B79999
(183,153,153)
#BFA5A5
(191,165,165)
#C7B1B1
(199,177,177)
#CFBDBD
(207,189,189)
#D7C9C9
(215,201,201)
#DFD5D5
(223,213,213)
#E7E1E1
(231,225,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7575; }

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

This text font color is #9F7575.


Background Color

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

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

This div background color is #9F7575.


Border color

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

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

This div border color is #9F7575.


Opacity

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

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

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

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

This text has shadow with #9F7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7575 on black background.


Color preview on white background

This text has color #9F7575 on white background.



Black color preview on #9F7575 background

This text has black color on #9F7575 background.


White color preview on #9F7575 background

This text has white color on #9F7575 background.