COLOR #9E475F

HEX: #9E475F
RGB: (158,71,95)

Color info

#9E475F contains mainly red color. Web safe color of #9E475F is #993366 (or #936).

RGB color model

#9E475F color RGB value is (158,71,95).

  • red value is 158;
  • green value is 71;
  • blue value is 95.
RGB:
(158,71,95)
(62%,28%,37%)

RGB channels and saturation

R 158 of 255 = 62%
G 71 of 255 = 28%
B 95 of 255 = 37%

158
71
95

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

Portions of RGB colors in percentages

R + G + B =
158 + 71 + 95 = 324 (100%)
R 158 of 324 ~ 48.77%
G 71 of 324 ~ 21.91%
B 95 of 324 ~ 29.32%

%48.77
%21.91
%29.32

CMYK color model

#9E475F color CMYK value is (0,55,40,38).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 39.87%
  • key color value is 38.04%
CMYK:
(0,55,40,38)
C0M55Y40K38 
(0%,55%,40%,38%)
(0.00/0.55/0.40/0.38)	

CMYK percentages

%0
%55.06
%39.87
%38.04

Codes

Color #9E475F in popluar color models

9E475F
RGB1587195
HSL343°37.99%44.90%
HSB/HSV343°55.06%61.96%
CMYK0.00%55.06%39.87%
38.04%

Color #9E475F in popluar number systems.

HEX9E475F
Decimal1587195
Binary1001111010001111011111
Octal236107137

Shades and tints

Shades of #9E475F

#9E475F
(158,71,95)
#904157
(144,65,87)
#823B4F
(130,59,79)
#743547
(116,53,71)
#662F3F
(102,47,63)
#582937
(88,41,55)
#4A232F
(74,35,47)
#3C1D27
(60,29,39)
#2E171F
(46,23,31)
#201117
(32,17,23)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #9E475F

#9E475F
(158,71,95)
#A6576D
(166,87,109)
#AE677B
(174,103,123)
#B67789
(182,119,137)
#BE8797
(190,135,151)
#C697A5
(198,151,165)
#CEA7B3
(206,167,179)
#D6B7C1
(214,183,193)
#DEC7CF
(222,199,207)
#E6D7DD
(230,215,221)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E475F color. Also use rgb(158,71,95) instead hex code.

Text Font Color

.myTextColor { color: #9E475F; }

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

This text font color is #9E475F.


Background Color

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

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

This div background color is #9E475F.


Border color

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

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

This div border color is #9E475F.


Opacity

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

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

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

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

This text has shadow with #9E475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E475F on black background.


Color preview on white background

This text has color #9E475F on white background.



Black color preview on #9E475F background

This text has black color on #9E475F background.


White color preview on #9E475F background

This text has white color on #9E475F background.