COLOR #4E2C4F

HEX: #4E2C4F
RGB: (78,44,79)

Color info

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

RGB color model

#4E2C4F color RGB value is (78,44,79).

  • red value is 78;
  • green value is 44;
  • blue value is 79.
RGB:
(78,44,79)
(31%,17%,31%)

RGB channels and saturation

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

78
44
79

R + G + B ~ 26%. #4E2C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 44 + 79 = 201 (100%)
R 78 of 201 ~ 38.81%
G 44 of 201 ~ 21.89%
B 79 of 201 ~ 39.3%

%38.81
%21.89
%39.3

CMYK color model

#4E2C4F color CMYK value is (1,44,0,69).

  • cyan value is 1.27%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,44,0,69)
C1M44Y0K69 
(1%,44%,0%,69%)
(0.01/0.44/0.00/0.69)	

CMYK percentages

%1.27
%44.3
%0
%69.02

Codes

Color #4E2C4F in popluar color models

4E2C4F
RGB784479
HSL298°28.46%24.12%
HSB/HSV298°44.30%30.98%
CMYK1.27%44.30%0.00%
69.02%

Color #4E2C4F in popluar number systems.

HEX4E2C4F
Decimal784479
Binary10011101011001001111
Octal11654117

Shades and tints

Shades of #4E2C4F

#4E2C4F
(78,44,79)
#472848
(71,40,72)
#402441
(64,36,65)
#39203A
(57,32,58)
#321C33
(50,28,51)
#2B182C
(43,24,44)
#241425
(36,20,37)
#1D101E
(29,16,30)
#160C17
(22,12,23)
#0F0810
(15,8,16)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #4E2C4F

#4E2C4F
(78,44,79)
#5E3F5F
(94,63,95)
#6E526F
(110,82,111)
#7E657F
(126,101,127)
#8E788F
(142,120,143)
#9E8B9F
(158,139,159)
#AE9EAF
(174,158,175)
#BEB1BF
(190,177,191)
#CEC4CF
(206,196,207)
#DED7DF
(222,215,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2C4F; }

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

This text font color is #4E2C4F.


Background Color

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

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

This div background color is #4E2C4F.


Border color

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

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

This div border color is #4E2C4F.


Opacity

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

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

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

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

This text has shadow with #4E2C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2C4F on black background.


Color preview on white background

This text has color #4E2C4F on white background.



Black color preview on #4E2C4F background

This text has black color on #4E2C4F background.


White color preview on #4E2C4F background

This text has white color on #4E2C4F background.