COLOR #4E0E47

HEX: #4E0E47
RGB: (78,14,71)

Color info

#4E0E47 contains mainly red and blue colors. Web safe color of #4E0E47 is #660033 (or #603).

RGB color model

#4E0E47 color RGB value is (78,14,71).

  • red value is 78;
  • green value is 14;
  • blue value is 71.
RGB:
(78,14,71)
(31%,5%,28%)

RGB channels and saturation

R 78 of 255 = 31%
G 14 of 255 = 5%
B 71 of 255 = 28%

78
14
71

R + G + B ~ 21%. #4E0E47 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 14 + 71 = 163 (100%)
R 78 of 163 ~ 47.85%
G 14 of 163 ~ 8.59%
B 71 of 163 ~ 43.56%

%47.85
%43.56

CMYK color model

#4E0E47 color CMYK value is (0,82,9,69).

  • cyan value is 0.00%
  • magenta value is 82.05%
  • yellow value is 8.97%
  • key color value is 69.41%
CMYK:
(0,82,9,69)
C0M82Y9K69 
(0%,82%,9%,69%)
(0.00/0.82/0.09/0.69)	

CMYK percentages

%0
%82.05
%8.97
%69.41

Codes

Color #4E0E47 in popluar color models

4E0E47
RGB781471
HSL307°69.57%18.04%
HSB/HSV307°82.05%30.59%
CMYK0.00%82.05%8.97%
69.41%

Color #4E0E47 in popluar number systems.

HEX4E0E47
Decimal781471
Binary100111011101000111
Octal11616107

Shades and tints

Shades of #4E0E47

#4E0E47
(78,14,71)
#470D41
(71,13,65)
#400C3B
(64,12,59)
#390B35
(57,11,53)
#320A2F
(50,10,47)
#2B0929
(43,9,41)
#240823
(36,8,35)
#1D071D
(29,7,29)
#160617
(22,6,23)
#0F0511
(15,5,17)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #4E0E47

#4E0E47
(78,14,71)
#5E2357
(94,35,87)
#6E3867
(110,56,103)
#7E4D77
(126,77,119)
#8E6287
(142,98,135)
#9E7797
(158,119,151)
#AE8CA7
(174,140,167)
#BEA1B7
(190,161,183)
#CEB6C7
(206,182,199)
#DECBD7
(222,203,215)
#EEE0E7
(238,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0E47 color. Also use rgb(78,14,71) instead hex code.

Text Font Color

.myTextColor { color: #4E0E47; }

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

This text font color is #4E0E47.


Background Color

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

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

This div background color is #4E0E47.


Border color

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

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

This div border color is #4E0E47.


Opacity

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

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

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

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

This text has shadow with #4E0E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0E47 on black background.


Color preview on white background

This text has color #4E0E47 on white background.



Black color preview on #4E0E47 background

This text has black color on #4E0E47 background.


White color preview on #4E0E47 background

This text has white color on #4E0E47 background.