COLOR #9E5965

HEX: #9E5965
RGB: (158,89,101)

Color info

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

RGB color model

#9E5965 color RGB value is (158,89,101).

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

RGB channels and saturation

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

158
89
101

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

Portions of RGB colors in percentages

R + G + B =
158 + 89 + 101 = 348 (100%)
R 158 of 348 ~ 45.4%
G 89 of 348 ~ 25.57%
B 101 of 348 ~ 29.02%

%45.4
%25.57
%29.02

CMYK color model

#9E5965 color CMYK value is (0,44,36,38).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(0,44,36,38)
C0M44Y36K38 
(0%,44%,36%,38%)
(0.00/0.44/0.36/0.38)	

CMYK percentages

%0
%43.67
%36.08
%38.04

Codes

Color #9E5965 in popluar color models

9E5965
RGB15889101
HSL350°27.94%48.43%
HSB/HSV350°43.67%61.96%
CMYK0.00%43.67%36.08%
38.04%

Color #9E5965 in popluar number systems.

HEX9E5965
Decimal15889101
Binary1001111010110011100101
Octal236131145

Shades and tints

Shades of #9E5965

#9E5965
(158,89,101)
#90515C
(144,81,92)
#824953
(130,73,83)
#74414A
(116,65,74)
#663941
(102,57,65)
#583138
(88,49,56)
#4A292F
(74,41,47)
#3C2126
(60,33,38)
#2E191D
(46,25,29)
#201114
(32,17,20)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #9E5965

#9E5965
(158,89,101)
#A66873
(166,104,115)
#AE7781
(174,119,129)
#B6868F
(182,134,143)
#BE959D
(190,149,157)
#C6A4AB
(198,164,171)
#CEB3B9
(206,179,185)
#D6C2C7
(214,194,199)
#DED1D5
(222,209,213)
#E6E0E3
(230,224,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5965; }

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

This text font color is #9E5965.


Background Color

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

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

This div background color is #9E5965.


Border color

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

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

This div border color is #9E5965.


Opacity

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

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

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

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

This text has shadow with #9E5965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5965 on black background.


Color preview on white background

This text has color #9E5965 on white background.



Black color preview on #9E5965 background

This text has black color on #9E5965 background.


White color preview on #9E5965 background

This text has white color on #9E5965 background.