COLOR #9F796A

HEX: #9F796A
RGB: (159,121,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

159
121
106

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

Portions of RGB colors in percentages

R + G + B =
159 + 121 + 106 = 386 (100%)
R 159 of 386 ~ 41.19%
G 121 of 386 ~ 31.35%
B 106 of 386 ~ 27.46%

%41.19
%31.35
%27.46

CMYK color model

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

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

CMYK percentages

%0
%23.9
%33.33
%37.65

Codes

Color #9F796A in popluar color models

9F796A
RGB159121106
HSL17°21.63%51.96%
HSB/HSV17°33.33%62.35%
CMYK0.00%23.90%33.33%
37.65%

Color #9F796A in popluar number systems.

HEX9F796A
Decimal159121106
Binary1001111111110011101010
Octal237171152

Shades and tints

Shades of #9F796A

#9F796A
(159,121,106)
#916E61
(145,110,97)
#836358
(131,99,88)
#75584F
(117,88,79)
#674D46
(103,77,70)
#59423D
(89,66,61)
#4B3734
(75,55,52)
#3D2C2B
(61,44,43)
#2F2122
(47,33,34)
#211619
(33,22,25)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #9F796A

#9F796A
(159,121,106)
#A78577
(167,133,119)
#AF9184
(175,145,132)
#B79D91
(183,157,145)
#BFA99E
(191,169,158)
#C7B5AB
(199,181,171)
#CFC1B8
(207,193,184)
#D7CDC5
(215,205,197)
#DFD9D2
(223,217,210)
#E7E5DF
(231,229,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F796A; }

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

This text font color is #9F796A.


Background Color

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

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

This div background color is #9F796A.


Border color

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

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

This div border color is #9F796A.


Opacity

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

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

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

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

This text has shadow with #9F796A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F796A on black background.


Color preview on white background

This text has color #9F796A on white background.



Black color preview on #9F796A background

This text has black color on #9F796A background.


White color preview on #9F796A background

This text has white color on #9F796A background.