COLOR #4E115D

HEX: #4E115D
RGB: (78,17,93)

Color info

#4E115D contains mainly red and blue colors. Web safe color of #4E115D is #660066 (or #606).

RGB color model

#4E115D color RGB value is (78,17,93).

  • red value is 78;
  • green value is 17;
  • blue value is 93.
RGB:
(78,17,93)
(31%,7%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 17 of 255 = 7%
B 93 of 255 = 36%

78
17
93

R + G + B ~ 25%. #4E115D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 17 + 93 = 188 (100%)
R 78 of 188 ~ 41.49%
G 17 of 188 ~ 9.04%
B 93 of 188 ~ 49.47%

%41.49
%49.47

CMYK color model

#4E115D color CMYK value is (16,82,0,64).

  • cyan value is 16.13%
  • magenta value is 81.72%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(16,82,0,64)
C16M82Y0K64 
(16%,82%,0%,64%)
(0.16/0.82/0.00/0.64)	

CMYK percentages

%16.13
%81.72
%0
%63.53

Codes

Color #4E115D in popluar color models

4E115D
RGB781793
HSL288°69.09%21.57%
HSB/HSV288°81.72%36.47%
CMYK16.13%81.72%0.00%
63.53%

Color #4E115D in popluar number systems.

HEX4E115D
Decimal781793
Binary1001110100011011101
Octal11621135

Shades and tints

Shades of #4E115D

#4E115D
(78,17,93)
#471055
(71,16,85)
#400F4D
(64,15,77)
#390E45
(57,14,69)
#320D3D
(50,13,61)
#2B0C35
(43,12,53)
#240B2D
(36,11,45)
#1D0A25
(29,10,37)
#16091D
(22,9,29)
#0F0815
(15,8,21)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #4E115D

#4E115D
(78,17,93)
#5E266B
(94,38,107)
#6E3B79
(110,59,121)
#7E5087
(126,80,135)
#8E6595
(142,101,149)
#9E7AA3
(158,122,163)
#AE8FB1
(174,143,177)
#BEA4BF
(190,164,191)
#CEB9CD
(206,185,205)
#DECEDB
(222,206,219)
#EEE3E9
(238,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E115D color. Also use rgb(78,17,93) instead hex code.

Text Font Color

.myTextColor { color: #4E115D; }

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

This text font color is #4E115D.


Background Color

.myBgColor { background-color: #4E115D; }

<div style="background-color:#4E115D">Inner text</div>

This div background color is #4E115D.


Border color

.myBorderColor { border: 1px solid #4E115D; }

<div style="border:3px solid #4E115D">Div</div>

This div border color is #4E115D.


Opacity

.myOpacity80 { color: #4E115D; opacity: 0.8; }

<p style="color:#4E115D;opacity:0.8;">80%</p>

Text with #4E115D 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 #4E115D;}

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

This text has shadow with #4E115D color.

.textShadow {text-shadow: 3px 3px 1px #4E115D, 3px 3px 1px red;}

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

This text has shadow with #4E115D primary color and red secondary color.


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

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

This text has shadow with #4E115D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E115D on black background.


Color preview on white background

This text has color #4E115D on white background.



Black color preview on #4E115D background

This text has black color on #4E115D background.


White color preview on #4E115D background

This text has white color on #4E115D background.