COLOR #9E796B

HEX: #9E796B
RGB: (158,121,107)

Color info

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

RGB color model

#9E796B color RGB value is (158,121,107).

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

RGB channels and saturation

R 158 of 255 = 62%
G 121 of 255 = 47%
B 107 of 255 = 42%

158
121
107

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

Portions of RGB colors in percentages

R + G + B =
158 + 121 + 107 = 386 (100%)
R 158 of 386 ~ 40.93%
G 121 of 386 ~ 31.35%
B 107 of 386 ~ 27.72%

%40.93
%31.35
%27.72

CMYK color model

#9E796B color CMYK value is (0,23,32,38).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 32.28%
  • key color value is 38.04%
CMYK:
(0,23,32,38)
C0M23Y32K38 
(0%,23%,32%,38%)
(0.00/0.23/0.32/0.38)	

CMYK percentages

%0
%23.42
%32.28
%38.04

Codes

Color #9E796B in popluar color models

9E796B
RGB158121107
HSL16°20.82%51.96%
HSB/HSV16°32.28%61.96%
CMYK0.00%23.42%32.28%
38.04%

Color #9E796B in popluar number systems.

HEX9E796B
Decimal158121107
Binary1001111011110011101011
Octal236171153

Shades and tints

Shades of #9E796B

#9E796B
(158,121,107)
#906E62
(144,110,98)
#826359
(130,99,89)
#745850
(116,88,80)
#664D47
(102,77,71)
#58423E
(88,66,62)
#4A3735
(74,55,53)
#3C2C2C
(60,44,44)
#2E2123
(46,33,35)
#20161A
(32,22,26)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #9E796B

#9E796B
(158,121,107)
#A68578
(166,133,120)
#AE9185
(174,145,133)
#B69D92
(182,157,146)
#BEA99F
(190,169,159)
#C6B5AC
(198,181,172)
#CEC1B9
(206,193,185)
#D6CDC6
(214,205,198)
#DED9D3
(222,217,211)
#E6E5E0
(230,229,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E796B; }

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

This text font color is #9E796B.


Background Color

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

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

This div background color is #9E796B.


Border color

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

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

This div border color is #9E796B.


Opacity

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

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

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

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

This text has shadow with #9E796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E796B on black background.


Color preview on white background

This text has color #9E796B on white background.



Black color preview on #9E796B background

This text has black color on #9E796B background.


White color preview on #9E796B background

This text has white color on #9E796B background.