COLOR #4E324F

HEX: #4E324F
RGB: (78,50,79)

Color info

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

RGB color model

#4E324F color RGB value is (78,50,79).

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

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 79 of 255 = 31%

78
50
79

R + G + B ~ 27%. #4E324F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 79 = 207 (100%)
R 78 of 207 ~ 37.68%
G 50 of 207 ~ 24.15%
B 79 of 207 ~ 38.16%

%37.68
%24.15
%38.16

CMYK color model

#4E324F color CMYK value is (1,37,0,69).

  • cyan value is 1.27%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,37,0,69)
C1M37Y0K69 
(1%,37%,0%,69%)
(0.01/0.37/0.00/0.69)	

CMYK percentages

%1.27
%36.71
%0
%69.02

Codes

Color #4E324F in popluar color models

4E324F
RGB785079
HSL298°22.48%25.29%
HSB/HSV298°36.71%30.98%
CMYK1.27%36.71%0.00%
69.02%

Color #4E324F in popluar number systems.

HEX4E324F
Decimal785079
Binary10011101100101001111
Octal11662117

Shades and tints

Shades of #4E324F

#4E324F
(78,50,79)
#472E48
(71,46,72)
#402A41
(64,42,65)
#39263A
(57,38,58)
#322233
(50,34,51)
#2B1E2C
(43,30,44)
#241A25
(36,26,37)
#1D161E
(29,22,30)
#161217
(22,18,23)
#0F0E10
(15,14,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #4E324F

#4E324F
(78,50,79)
#5E445F
(94,68,95)
#6E566F
(110,86,111)
#7E687F
(126,104,127)
#8E7A8F
(142,122,143)
#9E8C9F
(158,140,159)
#AE9EAF
(174,158,175)
#BEB0BF
(190,176,191)
#CEC2CF
(206,194,207)
#DED4DF
(222,212,223)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E324F; }

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

This text font color is #4E324F.


Background Color

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

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

This div background color is #4E324F.


Border color

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

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

This div border color is #4E324F.


Opacity

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

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

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

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

This text has shadow with #4E324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E324F on black background.


Color preview on white background

This text has color #4E324F on white background.



Black color preview on #4E324F background

This text has black color on #4E324F background.


White color preview on #4E324F background

This text has white color on #4E324F background.