COLOR #9E4B5A

HEX: #9E4B5A
RGB: (158,75,90)

Color info

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

RGB color model

#9E4B5A color RGB value is (158,75,90).

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

RGB channels and saturation

R 158 of 255 = 62%
G 75 of 255 = 29%
B 90 of 255 = 35%

158
75
90

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

Portions of RGB colors in percentages

R + G + B =
158 + 75 + 90 = 323 (100%)
R 158 of 323 ~ 48.92%
G 75 of 323 ~ 23.22%
B 90 of 323 ~ 27.86%

%48.92
%23.22
%27.86

CMYK color model

#9E4B5A color CMYK value is (0,53,43,38).

  • cyan value is 0.00%
  • magenta value is 52.53%
  • yellow value is 43.04%
  • key color value is 38.04%
CMYK:
(0,53,43,38)
C0M53Y43K38 
(0%,53%,43%,38%)
(0.00/0.53/0.43/0.38)	

CMYK percentages

%0
%52.53
%43.04
%38.04

Codes

Color #9E4B5A in popluar color models

9E4B5A
RGB1587590
HSL349°35.62%45.69%
HSB/HSV349°52.53%61.96%
CMYK0.00%52.53%43.04%
38.04%

Color #9E4B5A in popluar number systems.

HEX9E4B5A
Decimal1587590
Binary1001111010010111011010
Octal236113132

Shades and tints

Shades of #9E4B5A

#9E4B5A
(158,75,90)
#904552
(144,69,82)
#823F4A
(130,63,74)
#743942
(116,57,66)
#66333A
(102,51,58)
#582D32
(88,45,50)
#4A272A
(74,39,42)
#3C2122
(60,33,34)
#2E1B1A
(46,27,26)
#201512
(32,21,18)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #9E4B5A

#9E4B5A
(158,75,90)
#A65B69
(166,91,105)
#AE6B78
(174,107,120)
#B67B87
(182,123,135)
#BE8B96
(190,139,150)
#C69BA5
(198,155,165)
#CEABB4
(206,171,180)
#D6BBC3
(214,187,195)
#DECBD2
(222,203,210)
#E6DBE1
(230,219,225)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4B5A; }

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

This text font color is #9E4B5A.


Background Color

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

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

This div background color is #9E4B5A.


Border color

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

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

This div border color is #9E4B5A.


Opacity

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

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

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

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

This text has shadow with #9E4B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4B5A on black background.


Color preview on white background

This text has color #9E4B5A on white background.



Black color preview on #9E4B5A background

This text has black color on #9E4B5A background.


White color preview on #9E4B5A background

This text has white color on #9E4B5A background.