COLOR #9E4768

HEX: #9E4768
RGB: (158,71,104)

Color info

#9E4768 contains mainly red and blue colors. Web safe color of #9E4768 is #993366 (or #936).

RGB color model

#9E4768 color RGB value is (158,71,104).

  • red value is 158;
  • green value is 71;
  • blue value is 104.
RGB:
(158,71,104)
(62%,28%,41%)

RGB channels and saturation

R 158 of 255 = 62%
G 71 of 255 = 28%
B 104 of 255 = 41%

158
71
104

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

Portions of RGB colors in percentages

R + G + B =
158 + 71 + 104 = 333 (100%)
R 158 of 333 ~ 47.45%
G 71 of 333 ~ 21.32%
B 104 of 333 ~ 31.23%

%47.45
%21.32
%31.23

CMYK color model

#9E4768 color CMYK value is (0,55,34,38).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 34.18%
  • key color value is 38.04%
CMYK:
(0,55,34,38)
C0M55Y34K38 
(0%,55%,34%,38%)
(0.00/0.55/0.34/0.38)	

CMYK percentages

%0
%55.06
%34.18
%38.04

Codes

Color #9E4768 in popluar color models

9E4768
RGB15871104
HSL337°37.99%44.90%
HSB/HSV337°55.06%61.96%
CMYK0.00%55.06%34.18%
38.04%

Color #9E4768 in popluar number systems.

HEX9E4768
Decimal15871104
Binary1001111010001111101000
Octal236107150

Shades and tints

Shades of #9E4768

#9E4768
(158,71,104)
#90415F
(144,65,95)
#823B56
(130,59,86)
#74354D
(116,53,77)
#662F44
(102,47,68)
#58293B
(88,41,59)
#4A2332
(74,35,50)
#3C1D29
(60,29,41)
#2E1720
(46,23,32)
#201117
(32,17,23)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #9E4768

#9E4768
(158,71,104)
#A65775
(166,87,117)
#AE6782
(174,103,130)
#B6778F
(182,119,143)
#BE879C
(190,135,156)
#C697A9
(198,151,169)
#CEA7B6
(206,167,182)
#D6B7C3
(214,183,195)
#DEC7D0
(222,199,208)
#E6D7DD
(230,215,221)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4768 color. Also use rgb(158,71,104) instead hex code.

Text Font Color

.myTextColor { color: #9E4768; }

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

This text font color is #9E4768.


Background Color

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

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

This div background color is #9E4768.


Border color

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

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

This div border color is #9E4768.


Opacity

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

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

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

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

This text has shadow with #9E4768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4768 on black background.


Color preview on white background

This text has color #9E4768 on white background.



Black color preview on #9E4768 background

This text has black color on #9E4768 background.


White color preview on #9E4768 background

This text has white color on #9E4768 background.