COLOR #9E7275

HEX: #9E7275
RGB: (158,114,117)

Color info

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

RGB color model

#9E7275 color RGB value is (158,114,117).

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

RGB channels and saturation

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

158
114
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 114 + 117 = 389 (100%)
R 158 of 389 ~ 40.62%
G 114 of 389 ~ 29.31%
B 117 of 389 ~ 30.08%

%40.62
%29.31
%30.08

CMYK color model

#9E7275 color CMYK value is (0,28,26,38).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK:
(0,28,26,38)
C0M28Y26K38 
(0%,28%,26%,38%)
(0.00/0.28/0.26/0.38)	

CMYK percentages

%0
%27.85
%25.95
%38.04

Codes

Color #9E7275 in popluar color models

9E7275
RGB158114117
HSL356°18.49%53.33%
HSB/HSV356°27.85%61.96%
CMYK0.00%27.85%25.95%
38.04%

Color #9E7275 in popluar number systems.

HEX9E7275
Decimal158114117
Binary1001111011100101110101
Octal236162165

Shades and tints

Shades of #9E7275

#9E7275
(158,114,117)
#90686B
(144,104,107)
#825E61
(130,94,97)
#745457
(116,84,87)
#664A4D
(102,74,77)
#584043
(88,64,67)
#4A3639
(74,54,57)
#3C2C2F
(60,44,47)
#2E2225
(46,34,37)
#20181B
(32,24,27)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #9E7275

#9E7275
(158,114,117)
#A67E81
(166,126,129)
#AE8A8D
(174,138,141)
#B69699
(182,150,153)
#BEA2A5
(190,162,165)
#C6AEB1
(198,174,177)
#CEBABD
(206,186,189)
#D6C6C9
(214,198,201)
#DED2D5
(222,210,213)
#E6DEE1
(230,222,225)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7275; }

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

This text font color is #9E7275.


Background Color

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

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

This div background color is #9E7275.


Border color

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

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

This div border color is #9E7275.


Opacity

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

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

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

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

This text has shadow with #9E7275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7275 on black background.


Color preview on white background

This text has color #9E7275 on white background.



Black color preview on #9E7275 background

This text has black color on #9E7275 background.


White color preview on #9E7275 background

This text has white color on #9E7275 background.