COLOR #4E2048

HEX: #4E2048 RGB: (78,32,72)

Color info

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

RGB color model

#4E2048 color RGB value is (78,32,72).

RGB: (78,32,72) (31%, 13%, 28%)

RGB channels and saturation

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

78
32
72

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

Portions of RGB colors in percentages

R + G + B = 78 + 32 + 72 = 182 (100%)
R 78 of 182 ~ 42.86%
G 32 of 182 ~ 17.58%
B 72 of 182 ~ 39.56'%

%42.86
%17.58
%39.56

CMYK color model

#4E2048 color CMYK value is (0,59,8,69).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 7.69%
  • key color value is 69.41%

CMYK: (0,59,8,69)
C0M59Y8K69 (0%, 59%, 8%, 69%)
(0.00 / 0.59 / 0.08 / 0.69)

CMYK percentages

%0
%58.97
%7.69
%69.41

Codes

Color #4E2048 in popluar color models

4E 20 48
RGB 78 32 72
HSL 308° 41.82% 21.57%
HSB/HSV 308° 58.97% 30.59%
CMYK 0.00% 58.97% 7.69%
69.41%

Color #4E2048 in popluar number systems.

HEX 4E 20 48
Decimal 78 32 72
Binary 1001110 100000 1001000
Octal 116 40 110

Shades and tints

Shades of #4E2048

#4E2048
(78,32,72)
#471E42
(71,30,66)
#401C3C
(64,28,60)
#391A36
(57,26,54)
#321830
(50,24,48)
#2B162A
(43,22,42)
#241424
(36,20,36)
#1D121E
(29,18,30)
#161018
(22,16,24)
#0F0E12
(15,14,18)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #4E2048

#4E2048
(78,32,72)
#5E3458
(94,52,88)
#6E4868
(110,72,104)
#7E5C78
(126,92,120)
#8E7088
(142,112,136)
#9E8498
(158,132,152)
#AE98A8
(174,152,168)
#BEACB8
(190,172,184)
#CEC0C8
(206,192,200)
#DED4D8
(222,212,216)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2048; }

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

This text font color is #4E2048.

Background Color

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

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

This div background color is #4E2048.

Border color

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

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

This div border color is #4E2048.

Opacity

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

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

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

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

This text has shadow with #4E2048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2048.

Preview

Color preview on black background

This text has color #4E2048 on black background.


Color preview on white background

This text has color #4E2048 on white background.


Black color preview on #4E2048 background

This text has black color on #4E2048 background.


White color preview on #4E2048 background

This text has white color on #4E2048 background.


Related colors

Complementary color

Complementary color for #hex is #B1DFB7.


I love getcolorcode.com

Triadic colors

1 #484E20 and #20484E with #4E2048 are triadic colors.

2 #48204E and #204E48 with #4E2048 are triadic colors.