COLOR #9E766F

HEX: #9E766F
RGB: (158,118,111)

Color info

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

RGB color model

#9E766F color RGB value is (158,118,111).

  • red value is 158;
  • green value is 118;
  • blue value is 111.
RGB:
(158,118,111)
(62%,46%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 111 of 255 = 44%

158
118
111

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 111 = 387 (100%)
R 158 of 387 ~ 40.83%
G 118 of 387 ~ 30.49%
B 111 of 387 ~ 28.68%

%40.83
%30.49
%28.68

CMYK color model

#9E766F color CMYK value is (0,25,30,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 29.75%
  • key color value is 38.04%
CMYK:
(0,25,30,38)
C0M25Y30K38 
(0%,25%,30%,38%)
(0.00/0.25/0.30/0.38)	

CMYK percentages

%0
%25.32
%29.75
%38.04

Codes

Color #9E766F in popluar color models

9E766F
RGB158118111
HSL19.50%52.75%
HSB/HSV29.75%61.96%
CMYK0.00%25.32%29.75%
38.04%

Color #9E766F in popluar number systems.

HEX9E766F
Decimal158118111
Binary1001111011101101101111
Octal236166157

Shades and tints

Shades of #9E766F

#9E766F
(158,118,111)
#906C65
(144,108,101)
#82625B
(130,98,91)
#745851
(116,88,81)
#664E47
(102,78,71)
#58443D
(88,68,61)
#4A3A33
(74,58,51)
#3C3029
(60,48,41)
#2E261F
(46,38,31)
#201C15
(32,28,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #9E766F

#9E766F
(158,118,111)
#A6827C
(166,130,124)
#AE8E89
(174,142,137)
#B69A96
(182,154,150)
#BEA6A3
(190,166,163)
#C6B2B0
(198,178,176)
#CEBEBD
(206,190,189)
#D6CACA
(214,202,202)
#DED6D7
(222,214,215)
#E6E2E4
(230,226,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E766F color. Also use rgb(158,118,111) instead hex code.

Text Font Color

.myTextColor { color: #9E766F; }

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

This text font color is #9E766F.


Background Color

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

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

This div background color is #9E766F.


Border color

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

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

This div border color is #9E766F.


Opacity

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

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

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

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

This text has shadow with #9E766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E766F on black background.


Color preview on white background

This text has color #9E766F on white background.



Black color preview on #9E766F background

This text has black color on #9E766F background.


White color preview on #9E766F background

This text has white color on #9E766F background.