COLOR #4E2047

HEX: #4E2047
RGB: (78,32,71)

Color info

#4E2047 contains red, green and blue colors in about the same proportion. Web safe color of #4E2047 is #663333 (or #633).

RGB color model

#4E2047 color RGB value is (78,32,71).

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

RGB channels and saturation

R 78 of 255 = 31%
G 32 of 255 = 13%
B 71 of 255 = 28%

78
32
71

R + G + B ~ 24%. #4E2047 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 32 + 71 = 181 (100%)
R 78 of 181 ~ 43.09%
G 32 of 181 ~ 17.68%
B 71 of 181 ~ 39.23%

%43.09
%17.68
%39.23

CMYK color model

#4E2047 color CMYK value is (0,59,9,69).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 8.97%
  • key color value is 69.41%
CMYK:
(0,59,9,69)
C0M59Y9K69 
(0%,59%,9%,69%)
(0.00/0.59/0.09/0.69)	

CMYK percentages

%0
%58.97
%8.97
%69.41

Codes

Color #4E2047 in popluar color models

4E2047
RGB783271
HSL309°41.82%21.57%
HSB/HSV309°58.97%30.59%
CMYK0.00%58.97%8.97%
69.41%

Color #4E2047 in popluar number systems.

HEX4E2047
Decimal783271
Binary10011101000001000111
Octal11640107

Shades and tints

Shades of #4E2047

#4E2047
(78,32,71)
#471E41
(71,30,65)
#401C3B
(64,28,59)
#391A35
(57,26,53)
#32182F
(50,24,47)
#2B1629
(43,22,41)
#241423
(36,20,35)
#1D121D
(29,18,29)
#161017
(22,16,23)
#0F0E11
(15,14,17)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E2047

#4E2047
(78,32,71)
#5E3457
(94,52,87)
#6E4867
(110,72,103)
#7E5C77
(126,92,119)
#8E7087
(142,112,135)
#9E8497
(158,132,151)
#AE98A7
(174,152,167)
#BEACB7
(190,172,183)
#CEC0C7
(206,192,199)
#DED4D7
(222,212,215)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2047; }

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

This text font color is #4E2047.


Background Color

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

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

This div background color is #4E2047.


Border color

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

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

This div border color is #4E2047.


Opacity

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

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

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

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

This text has shadow with #4E2047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2047 on black background.


Color preview on white background

This text has color #4E2047 on white background.



Black color preview on #4E2047 background

This text has black color on #4E2047 background.


White color preview on #4E2047 background

This text has white color on #4E2047 background.