COLOR #4E2C6F

HEX: #4E2C6F RGB: (78,44,111)

Color info

#4E2C6F contains mainly red and blue colors. Web safe color of #4E2C6F is #663366 (or #636).

RGB color model

#4E2C6F color RGB value is (78,44,111).

RGB: (78,44,111) (31%, 17%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 44 of 255 = 17%
B 111 of 255 = 44%

78
44
111

R + G + B ~ 31%. #4E2C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 44 + 111 = 233 (100%)
R 78 of 233 ~ 33.48%
G 44 of 233 ~ 18.88%
B 111 of 233 ~ 47.64'%

%33.48
%18.88
%47.64

CMYK color model

#4E2C6F color CMYK value is (30,60,0,56).

  • cyan value is 29.73%
  • magenta value is 60.36%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (30,60,0,56)
C30M60Y0K56 (30%, 60%, 0%, 56%)
(0.30 / 0.60 / 0.00 / 0.56)

CMYK percentages

%29.73
%60.36
%0
%56.47

Codes

Color #4E2C6F in popluar color models

4E 2C 6F
RGB 78 44 111
HSL 270° 43.23% 30.39%
HSB/HSV 270° 60.36% 43.53%
CMYK 29.73% 60.36% 0.00%
56.47%

Color #4E2C6F in popluar number systems.

HEX 4E 2C 6F
Decimal 78 44 111
Binary 1001110 101100 1101111
Octal 116 54 157

Shades and tints

Shades of #4E2C6F

#4E2C6F
(78,44,111)
#472865
(71,40,101)
#40245B
(64,36,91)
#392051
(57,32,81)
#321C47
(50,28,71)
#2B183D
(43,24,61)
#241433
(36,20,51)
#1D1029
(29,16,41)
#160C1F
(22,12,31)
#0F0815
(15,8,21)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #4E2C6F

#4E2C6F
(78,44,111)
#5E3F7C
(94,63,124)
#6E5289
(110,82,137)
#7E6596
(126,101,150)
#8E78A3
(142,120,163)
#9E8BB0
(158,139,176)
#AE9EBD
(174,158,189)
#BEB1CA
(190,177,202)
#CEC4D7
(206,196,215)
#DED7E4
(222,215,228)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2C6F color. Also use rgb(78,44,111) instead hex code.

Text Font Color

.myTextColor { color: #4E2C6F; }

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

This text font color is #4E2C6F.

Background Color

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

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

This div background color is #4E2C6F.

Border color

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

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

This div border color is #4E2C6F.

Opacity

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

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

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

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

This text has shadow with #4E2C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2C6F.

Preview

Color preview on black background

This text has color #4E2C6F on black background.


Color preview on white background

This text has color #4E2C6F on white background.


Black color preview on #4E2C6F background

This text has black color on #4E2C6F background.


White color preview on #4E2C6F background

This text has white color on #4E2C6F background.


Related colors

Complementary color

Complementary color for #hex is #B1D390.


I love getcolorcode.com

Triadic colors

1 #6F4E2C and #2C6F4E with #4E2C6F are triadic colors.

2 #6F2C4E and #2C4E6F with #4E2C6F are triadic colors.