COLOR #9E5967

HEX: #9E5967
RGB: (158,89,103)

Color info

#9E5967 contains mainly red and blue colors. Web safe color of #9E5967 is #996666 (or #966).

RGB color model

#9E5967 color RGB value is (158,89,103).

  • red value is 158;
  • green value is 89;
  • blue value is 103.
RGB:
(158,89,103)
(62%,35%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 89 of 255 = 35%
B 103 of 255 = 40%

158
89
103

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

Portions of RGB colors in percentages

R + G + B =
158 + 89 + 103 = 350 (100%)
R 158 of 350 ~ 45.14%
G 89 of 350 ~ 25.43%
B 103 of 350 ~ 29.43%

%45.14
%25.43
%29.43

CMYK color model

#9E5967 color CMYK value is (0,44,35,38).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 34.81%
  • key color value is 38.04%
CMYK:
(0,44,35,38)
C0M44Y35K38 
(0%,44%,35%,38%)
(0.00/0.44/0.35/0.38)	

CMYK percentages

%0
%43.67
%34.81
%38.04

Codes

Color #9E5967 in popluar color models

9E5967
RGB15889103
HSL348°27.94%48.43%
HSB/HSV348°43.67%61.96%
CMYK0.00%43.67%34.81%
38.04%

Color #9E5967 in popluar number systems.

HEX9E5967
Decimal15889103
Binary1001111010110011100111
Octal236131147

Shades and tints

Shades of #9E5967

#9E5967
(158,89,103)
#90515E
(144,81,94)
#824955
(130,73,85)
#74414C
(116,65,76)
#663943
(102,57,67)
#58313A
(88,49,58)
#4A2931
(74,41,49)
#3C2128
(60,33,40)
#2E191F
(46,25,31)
#201116
(32,17,22)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #9E5967

#9E5967
(158,89,103)
#A66874
(166,104,116)
#AE7781
(174,119,129)
#B6868E
(182,134,142)
#BE959B
(190,149,155)
#C6A4A8
(198,164,168)
#CEB3B5
(206,179,181)
#D6C2C2
(214,194,194)
#DED1CF
(222,209,207)
#E6E0DC
(230,224,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5967 color. Also use rgb(158,89,103) instead hex code.

Text Font Color

.myTextColor { color: #9E5967; }

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

This text font color is #9E5967.


Background Color

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

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

This div background color is #9E5967.


Border color

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

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

This div border color is #9E5967.


Opacity

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

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

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

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

This text has shadow with #9E5967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5967 on black background.


Color preview on white background

This text has color #9E5967 on white background.



Black color preview on #9E5967 background

This text has black color on #9E5967 background.


White color preview on #9E5967 background

This text has white color on #9E5967 background.