COLOR #9E7F74

HEX: #9E7F74
RGB: (158,127,116)

Color info

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

RGB color model

#9E7F74 color RGB value is (158,127,116).

  • red value is 158;
  • green value is 127;
  • blue value is 116.
RGB:
(158,127,116)
(62%,50%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 127 of 255 = 50%
B 116 of 255 = 45%

158
127
116

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

Portions of RGB colors in percentages

R + G + B =
158 + 127 + 116 = 401 (100%)
R 158 of 401 ~ 39.4%
G 127 of 401 ~ 31.67%
B 116 of 401 ~ 28.93%

%39.4
%31.67
%28.93

CMYK color model

#9E7F74 color CMYK value is (0,20,27,38).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(0,20,27,38)
C0M20Y27K38 
(0%,20%,27%,38%)
(0.00/0.20/0.27/0.38)	

CMYK percentages

%0
%19.62
%26.58
%38.04

Codes

Color #9E7F74 in popluar color models

9E7F74
RGB158127116
HSL16°17.80%53.73%
HSB/HSV16°26.58%61.96%
CMYK0.00%19.62%26.58%
38.04%

Color #9E7F74 in popluar number systems.

HEX9E7F74
Decimal158127116
Binary1001111011111111110100
Octal236177164

Shades and tints

Shades of #9E7F74

#9E7F74
(158,127,116)
#90746A
(144,116,106)
#826960
(130,105,96)
#745E56
(116,94,86)
#66534C
(102,83,76)
#584842
(88,72,66)
#4A3D38
(74,61,56)
#3C322E
(60,50,46)
#2E2724
(46,39,36)
#201C1A
(32,28,26)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #9E7F74

#9E7F74
(158,127,116)
#A68A80
(166,138,128)
#AE958C
(174,149,140)
#B6A098
(182,160,152)
#BEABA4
(190,171,164)
#C6B6B0
(198,182,176)
#CEC1BC
(206,193,188)
#D6CCC8
(214,204,200)
#DED7D4
(222,215,212)
#E6E2E0
(230,226,224)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7F74 color. Also use rgb(158,127,116) instead hex code.

Text Font Color

.myTextColor { color: #9E7F74; }

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

This text font color is #9E7F74.


Background Color

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

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

This div background color is #9E7F74.


Border color

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

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

This div border color is #9E7F74.


Opacity

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

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

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

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

This text has shadow with #9E7F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7F74 on black background.


Color preview on white background

This text has color #9E7F74 on white background.



Black color preview on #9E7F74 background

This text has black color on #9E7F74 background.


White color preview on #9E7F74 background

This text has white color on #9E7F74 background.