COLOR #9E4E5A

HEX: #9E4E5A RGB: (158,78,90)

Color info

#9E4E5A contains mainly red color. Web safe color of #9E4E5A is #996666 (or #966).

RGB color model

#9E4E5A color RGB value is (158,78,90).

RGB: (158,78,90) (62%, 31%, 35%)

RGB channels and saturation

R 158 of 255 = 62%
G 78 of 255 = 31%
B 90 of 255 = 35%

158
78
90

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

Portions of RGB colors in percentages

R + G + B = 158 + 78 + 90 = 326 (100%)
R 158 of 326 ~ 48.47%
G 78 of 326 ~ 23.93%
B 90 of 326 ~ 27.61'%

%48.47
%23.93
%27.61

CMYK color model

#9E4E5A color CMYK value is (0,51,43,38).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 43.04%
  • key color value is 38.04%

CMYK: (0,51,43,38)
C0M51Y43K38 (0%, 51%, 43%, 38%)
(0.00 / 0.51 / 0.43 / 0.38)

CMYK percentages

%0
%50.63
%43.04
%38.04

Codes

Color #9E4E5A in popluar color models

9E 4E 5A
RGB 158 78 90
HSL 351° 33.90% 46.27%
HSB/HSV 351° 50.63% 61.96%
CMYK 0.00% 50.63% 43.04%
38.04%

Color #9E4E5A in popluar number systems.

HEX 9E 4E 5A
Decimal 158 78 90
Binary 10011110 1001110 1011010
Octal 236 116 132

Shades and tints

Shades of #9E4E5A

#9E4E5A
(158,78,90)
#904752
(144,71,82)
#82404A
(130,64,74)
#743942
(116,57,66)
#66323A
(102,50,58)
#582B32
(88,43,50)
#4A242A
(74,36,42)
#3C1D22
(60,29,34)
#2E161A
(46,22,26)
#200F12
(32,15,18)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #9E4E5A

#9E4E5A
(158,78,90)
#A65E69
(166,94,105)
#AE6E78
(174,110,120)
#B67E87
(182,126,135)
#BE8E96
(190,142,150)
#C69EA5
(198,158,165)
#CEAEB4
(206,174,180)
#D6BEC3
(214,190,195)
#DECED2
(222,206,210)
#E6DEE1
(230,222,225)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4E5A; }

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

This text font color is #9E4E5A.

Background Color

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

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

This div background color is #9E4E5A.

Border color

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

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

This div border color is #9E4E5A.

Opacity

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

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

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

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

This text has shadow with #9E4E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E4E5A.

Preview

Color preview on black background

This text has color #9E4E5A on black background.


Color preview on white background

This text has color #9E4E5A on white background.


Black color preview on #9E4E5A background

This text has black color on #9E4E5A background.


White color preview on #9E4E5A background

This text has white color on #9E4E5A background.


Related colors

Complementary color

Complementary color for #hex is #61B1A5.


I love getcolorcode.com

Triadic colors

1 #5A9E4E and #4E5A9E with #9E4E5A are triadic colors.

2 #5A4E9E and #4E9E5A with #9E4E5A are triadic colors.