COLOR #4E2151

HEX: #4E2151 RGB: (78,33,81)

Color info

#4E2151 contains red, green and blue colors in about the same proportion. Web safe color of #4E2151 is #663366 (or #636).

RGB color model

#4E2151 color RGB value is (78,33,81).

RGB: (78,33,81) (31%, 13%, 32%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 81 of 255 = 32%

78
33
81

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

Portions of RGB colors in percentages

R + G + B = 78 + 33 + 81 = 192 (100%)
R 78 of 192 ~ 40.63%
G 33 of 192 ~ 17.19%
B 81 of 192 ~ 42.19'%

%40.63
%17.19
%42.19

CMYK color model

#4E2151 color CMYK value is (4,59,0,68).

  • cyan value is 3.70%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (4,59,0,68)
C4M59Y0K68 (4%, 59%, 0%, 68%)
(0.04 / 0.59 / 0.00 / 0.68)

CMYK percentages

%3.7
%59.26
%0
%68.24

Codes

Color #4E2151 in popluar color models

4E 21 51
RGB 78 33 81
HSL 296° 42.11% 22.35%
HSB/HSV 296° 59.26% 31.76%
CMYK 3.70% 59.26% 0.00%
68.24%

Color #4E2151 in popluar number systems.

HEX 4E 21 51
Decimal 78 33 81
Binary 1001110 100001 1010001
Octal 116 41 121

Shades and tints

Shades of #4E2151

#4E2151
(78,33,81)
#471E4A
(71,30,74)
#401B43
(64,27,67)
#39183C
(57,24,60)
#321535
(50,21,53)
#2B122E
(43,18,46)
#240F27
(36,15,39)
#1D0C20
(29,12,32)
#160919
(22,9,25)
#0F0612
(15,6,18)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #4E2151

#4E2151
(78,33,81)
#5E3560
(94,53,96)
#6E496F
(110,73,111)
#7E5D7E
(126,93,126)
#8E718D
(142,113,141)
#9E859C
(158,133,156)
#AE99AB
(174,153,171)
#BEADBA
(190,173,186)
#CEC1C9
(206,193,201)
#DED5D8
(222,213,216)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2151 color. Also use rgb(78,33,81) instead hex code.

Text Font Color

.myTextColor { color: #4E2151; }

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

This text font color is #4E2151.

Background Color

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

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

This div background color is #4E2151.

Border color

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

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

This div border color is #4E2151.

Opacity

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

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

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

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

This text has shadow with #4E2151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2151.

Preview

Color preview on black background

This text has color #4E2151 on black background.


Color preview on white background

This text has color #4E2151 on white background.


Black color preview on #4E2151 background

This text has black color on #4E2151 background.


White color preview on #4E2151 background

This text has white color on #4E2151 background.


Related colors

Complementary color

Complementary color for #hex is #B1DEAE.


I love getcolorcode.com

Triadic colors

1 #514E21 and #21514E with #4E2151 are triadic colors.

2 #51214E and #214E51 with #4E2151 are triadic colors.