COLOR #4E1752

HEX: #4E1752
RGB: (78,23,82)

Color info

#4E1752 contains red, green and blue colors in about the same proportion. Web safe color of #4E1752 is #660066 (or #606).

RGB color model

#4E1752 color RGB value is (78,23,82).

  • red value is 78;
  • green value is 23;
  • blue value is 82.
RGB:
(78,23,82)
(31%,9%,32%)

RGB channels and saturation

R 78 of 255 = 31%
G 23 of 255 = 9%
B 82 of 255 = 32%

78
23
82

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

Portions of RGB colors in percentages

R + G + B =
78 + 23 + 82 = 183 (100%)
R 78 of 183 ~ 42.62%
G 23 of 183 ~ 12.57%
B 82 of 183 ~ 44.81%

%42.62
%12.57
%44.81

CMYK color model

#4E1752 color CMYK value is (5,72,0,68).

  • cyan value is 4.88%
  • magenta value is 71.95%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(5,72,0,68)
C5M72Y0K68 
(5%,72%,0%,68%)
(0.05/0.72/0.00/0.68)	

CMYK percentages

%4.88
%71.95
%0
%67.84

Codes

Color #4E1752 in popluar color models

4E1752
RGB782382
HSL296°56.19%20.59%
HSB/HSV296°71.95%32.16%
CMYK4.88%71.95%0.00%
67.84%

Color #4E1752 in popluar number systems.

HEX4E1752
Decimal782382
Binary1001110101111010010
Octal11627122

Shades and tints

Shades of #4E1752

#4E1752
(78,23,82)
#47154B
(71,21,75)
#401344
(64,19,68)
#39113D
(57,17,61)
#320F36
(50,15,54)
#2B0D2F
(43,13,47)
#240B28
(36,11,40)
#1D0921
(29,9,33)
#16071A
(22,7,26)
#0F0513
(15,5,19)
#08030C
(8,3,12)
#000000
(0,0,0)

Tints of #4E1752

#4E1752
(78,23,82)
#5E2C61
(94,44,97)
#6E4170
(110,65,112)
#7E567F
(126,86,127)
#8E6B8E
(142,107,142)
#9E809D
(158,128,157)
#AE95AC
(174,149,172)
#BEAABB
(190,170,187)
#CEBFCA
(206,191,202)
#DED4D9
(222,212,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1752 color. Also use rgb(78,23,82) instead hex code.

Text Font Color

.myTextColor { color: #4E1752; }

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

This text font color is #4E1752.


Background Color

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

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

This div background color is #4E1752.


Border color

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

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

This div border color is #4E1752.


Opacity

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

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

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

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

This text has shadow with #4E1752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1752 on black background.


Color preview on white background

This text has color #4E1752 on white background.



Black color preview on #4E1752 background

This text has black color on #4E1752 background.


White color preview on #4E1752 background

This text has white color on #4E1752 background.