COLOR #9E7475

HEX: #9E7475
RGB: (158,116,117)

Color info

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

RGB color model

#9E7475 color RGB value is (158,116,117).

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

RGB channels and saturation

R 158 of 255 = 62%
G 116 of 255 = 45%
B 117 of 255 = 46%

158
116
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 116 + 117 = 391 (100%)
R 158 of 391 ~ 40.41%
G 116 of 391 ~ 29.67%
B 117 of 391 ~ 29.92%

%40.41
%29.67
%29.92

CMYK color model

#9E7475 color CMYK value is (0,27,26,38).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK:
(0,27,26,38)
C0M27Y26K38 
(0%,27%,26%,38%)
(0.00/0.27/0.26/0.38)	

CMYK percentages

%0
%26.58
%25.95
%38.04

Codes

Color #9E7475 in popluar color models

9E7475
RGB158116117
HSL359°17.80%53.73%
HSB/HSV359°26.58%61.96%
CMYK0.00%26.58%25.95%
38.04%

Color #9E7475 in popluar number systems.

HEX9E7475
Decimal158116117
Binary1001111011101001110101
Octal236164165

Shades and tints

Shades of #9E7475

#9E7475
(158,116,117)
#906A6B
(144,106,107)
#826061
(130,96,97)
#745657
(116,86,87)
#664C4D
(102,76,77)
#584243
(88,66,67)
#4A3839
(74,56,57)
#3C2E2F
(60,46,47)
#2E2425
(46,36,37)
#201A1B
(32,26,27)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #9E7475

#9E7475
(158,116,117)
#A68081
(166,128,129)
#AE8C8D
(174,140,141)
#B69899
(182,152,153)
#BEA4A5
(190,164,165)
#C6B0B1
(198,176,177)
#CEBCBD
(206,188,189)
#D6C8C9
(214,200,201)
#DED4D5
(222,212,213)
#E6E0E1
(230,224,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7475; }

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

This text font color is #9E7475.


Background Color

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

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

This div background color is #9E7475.


Border color

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

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

This div border color is #9E7475.


Opacity

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

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

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

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

This text has shadow with #9E7475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7475 on black background.


Color preview on white background

This text has color #9E7475 on white background.



Black color preview on #9E7475 background

This text has black color on #9E7475 background.


White color preview on #9E7475 background

This text has white color on #9E7475 background.