COLOR #9E7376

HEX: #9E7376
RGB: (158,115,118)

Color info

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

RGB color model

#9E7376 color RGB value is (158,115,118).

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

RGB channels and saturation

R 158 of 255 = 62%
G 115 of 255 = 45%
B 118 of 255 = 46%

158
115
118

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

Portions of RGB colors in percentages

R + G + B =
158 + 115 + 118 = 391 (100%)
R 158 of 391 ~ 40.41%
G 115 of 391 ~ 29.41%
B 118 of 391 ~ 30.18%

%40.41
%29.41
%30.18

CMYK color model

#9E7376 color CMYK value is (0,27,25,38).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 25.32%
  • key color value is 38.04%
CMYK:
(0,27,25,38)
C0M27Y25K38 
(0%,27%,25%,38%)
(0.00/0.27/0.25/0.38)	

CMYK percentages

%0
%27.22
%25.32
%38.04

Codes

Color #9E7376 in popluar color models

9E7376
RGB158115118
HSL356°18.14%53.53%
HSB/HSV356°27.22%61.96%
CMYK0.00%27.22%25.32%
38.04%

Color #9E7376 in popluar number systems.

HEX9E7376
Decimal158115118
Binary1001111011100111110110
Octal236163166

Shades and tints

Shades of #9E7376

#9E7376
(158,115,118)
#90696C
(144,105,108)
#825F62
(130,95,98)
#745558
(116,85,88)
#664B4E
(102,75,78)
#584144
(88,65,68)
#4A373A
(74,55,58)
#3C2D30
(60,45,48)
#2E2326
(46,35,38)
#20191C
(32,25,28)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #9E7376

#9E7376
(158,115,118)
#A67F82
(166,127,130)
#AE8B8E
(174,139,142)
#B6979A
(182,151,154)
#BEA3A6
(190,163,166)
#C6AFB2
(198,175,178)
#CEBBBE
(206,187,190)
#D6C7CA
(214,199,202)
#DED3D6
(222,211,214)
#E6DFE2
(230,223,226)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7376; }

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

This text font color is #9E7376.


Background Color

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

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

This div background color is #9E7376.


Border color

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

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

This div border color is #9E7376.


Opacity

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

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

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

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

This text has shadow with #9E7376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7376 on black background.


Color preview on white background

This text has color #9E7376 on white background.



Black color preview on #9E7376 background

This text has black color on #9E7376 background.


White color preview on #9E7376 background

This text has white color on #9E7376 background.