COLOR #9E4B60

HEX: #9E4B60
RGB: (158,75,96)

Color info

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

RGB color model

#9E4B60 color RGB value is (158,75,96).

  • red value is 158;
  • green value is 75;
  • blue value is 96.
RGB:
(158,75,96)
(62%,29%,38%)

RGB channels and saturation

R 158 of 255 = 62%
G 75 of 255 = 29%
B 96 of 255 = 38%

158
75
96

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

Portions of RGB colors in percentages

R + G + B =
158 + 75 + 96 = 329 (100%)
R 158 of 329 ~ 48.02%
G 75 of 329 ~ 22.8%
B 96 of 329 ~ 29.18%

%48.02
%22.8
%29.18

CMYK color model

#9E4B60 color CMYK value is (0,53,39,38).

  • cyan value is 0.00%
  • magenta value is 52.53%
  • yellow value is 39.24%
  • key color value is 38.04%
CMYK:
(0,53,39,38)
C0M53Y39K38 
(0%,53%,39%,38%)
(0.00/0.53/0.39/0.38)	

CMYK percentages

%0
%52.53
%39.24
%38.04

Codes

Color #9E4B60 in popluar color models

9E4B60
RGB1587596
HSL345°35.62%45.69%
HSB/HSV345°52.53%61.96%
CMYK0.00%52.53%39.24%
38.04%

Color #9E4B60 in popluar number systems.

HEX9E4B60
Decimal1587596
Binary1001111010010111100000
Octal236113140

Shades and tints

Shades of #9E4B60

#9E4B60
(158,75,96)
#904558
(144,69,88)
#823F50
(130,63,80)
#743948
(116,57,72)
#663340
(102,51,64)
#582D38
(88,45,56)
#4A2730
(74,39,48)
#3C2128
(60,33,40)
#2E1B20
(46,27,32)
#201518
(32,21,24)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #9E4B60

#9E4B60
(158,75,96)
#A65B6E
(166,91,110)
#AE6B7C
(174,107,124)
#B67B8A
(182,123,138)
#BE8B98
(190,139,152)
#C69BA6
(198,155,166)
#CEABB4
(206,171,180)
#D6BBC2
(214,187,194)
#DECBD0
(222,203,208)
#E6DBDE
(230,219,222)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4B60 color. Also use rgb(158,75,96) instead hex code.

Text Font Color

.myTextColor { color: #9E4B60; }

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

This text font color is #9E4B60.


Background Color

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

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

This div background color is #9E4B60.


Border color

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

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

This div border color is #9E4B60.


Opacity

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

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

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

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

This text has shadow with #9E4B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4B60 on black background.


Color preview on white background

This text has color #9E4B60 on white background.



Black color preview on #9E4B60 background

This text has black color on #9E4B60 background.


White color preview on #9E4B60 background

This text has white color on #9E4B60 background.