COLOR #9F7979

HEX: #9F7979
RGB: (159,121,121)

Color info

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

RGB color model

#9F7979 color RGB value is (159,121,121).

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

RGB channels and saturation

R 159 of 255 = 62%
G 121 of 255 = 47%
B 121 of 255 = 47%

159
121
121

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

Portions of RGB colors in percentages

R + G + B =
159 + 121 + 121 = 401 (100%)
R 159 of 401 ~ 39.65%
G 121 of 401 ~ 30.17%
B 121 of 401 ~ 30.17%

%39.65
%30.17
%30.17

CMYK color model

#9F7979 color CMYK value is (0,24,24,38).

  • cyan value is 0.00%
  • magenta value is 23.90%
  • yellow value is 23.90%
  • key color value is 37.65%
CMYK:
(0,24,24,38)
C0M24Y24K38 
(0%,24%,24%,38%)
(0.00/0.24/0.24/0.38)	

CMYK percentages

%0
%23.9
%23.9
%37.65

Codes

Color #9F7979 in popluar color models

9F7979
RGB159121121
HSL16.52%54.90%
HSB/HSV23.90%62.35%
CMYK0.00%23.90%23.90%
37.65%

Color #9F7979 in popluar number systems.

HEX9F7979
Decimal159121121
Binary1001111111110011111001
Octal237171171

Shades and tints

Shades of #9F7979

#9F7979
(159,121,121)
#916E6E
(145,110,110)
#836363
(131,99,99)
#755858
(117,88,88)
#674D4D
(103,77,77)
#594242
(89,66,66)
#4B3737
(75,55,55)
#3D2C2C
(61,44,44)
#2F2121
(47,33,33)
#211616
(33,22,22)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #9F7979

#9F7979
(159,121,121)
#A78585
(167,133,133)
#AF9191
(175,145,145)
#B79D9D
(183,157,157)
#BFA9A9
(191,169,169)
#C7B5B5
(199,181,181)
#CFC1C1
(207,193,193)
#D7CDCD
(215,205,205)
#DFD9D9
(223,217,217)
#E7E5E5
(231,229,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7979; }

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

This text font color is #9F7979.


Background Color

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

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

This div background color is #9F7979.


Border color

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

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

This div border color is #9F7979.


Opacity

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

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

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

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

This text has shadow with #9F7979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7979 on black background.


Color preview on white background

This text has color #9F7979 on white background.



Black color preview on #9F7979 background

This text has black color on #9F7979 background.


White color preview on #9F7979 background

This text has white color on #9F7979 background.