COLOR #9E7874

HEX: #9E7874
RGB: (158,120,116)

Color info

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

RGB color model

#9E7874 color RGB value is (158,120,116).

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

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 116 of 255 = 45%

158
120
116

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

Portions of RGB colors in percentages

R + G + B =
158 + 120 + 116 = 394 (100%)
R 158 of 394 ~ 40.1%
G 120 of 394 ~ 30.46%
B 116 of 394 ~ 29.44%

%40.1
%30.46
%29.44

CMYK color model

#9E7874 color CMYK value is (0,24,27,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(0,24,27,38)
C0M24Y27K38 
(0%,24%,27%,38%)
(0.00/0.24/0.27/0.38)	

CMYK percentages

%0
%24.05
%26.58
%38.04

Codes

Color #9E7874 in popluar color models

9E7874
RGB158120116
HSL17.80%53.73%
HSB/HSV26.58%61.96%
CMYK0.00%24.05%26.58%
38.04%

Color #9E7874 in popluar number systems.

HEX9E7874
Decimal158120116
Binary1001111011110001110100
Octal236170164

Shades and tints

Shades of #9E7874

#9E7874
(158,120,116)
#906E6A
(144,110,106)
#826460
(130,100,96)
#745A56
(116,90,86)
#66504C
(102,80,76)
#584642
(88,70,66)
#4A3C38
(74,60,56)
#3C322E
(60,50,46)
#2E2824
(46,40,36)
#201E1A
(32,30,26)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #9E7874

#9E7874
(158,120,116)
#A68480
(166,132,128)
#AE908C
(174,144,140)
#B69C98
(182,156,152)
#BEA8A4
(190,168,164)
#C6B4B0
(198,180,176)
#CEC0BC
(206,192,188)
#D6CCC8
(214,204,200)
#DED8D4
(222,216,212)
#E6E4E0
(230,228,224)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7874; }

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

This text font color is #9E7874.


Background Color

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

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

This div background color is #9E7874.


Border color

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

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

This div border color is #9E7874.


Opacity

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

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

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

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

This text has shadow with #9E7874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7874 on black background.


Color preview on white background

This text has color #9E7874 on white background.



Black color preview on #9E7874 background

This text has black color on #9E7874 background.


White color preview on #9E7874 background

This text has white color on #9E7874 background.