COLOR #4E1F4F

HEX: #4E1F4F
RGB: (78,31,79)

Color info

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

RGB color model

#4E1F4F color RGB value is (78,31,79).

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

RGB channels and saturation

R 78 of 255 = 31%
G 31 of 255 = 12%
B 79 of 255 = 31%

78
31
79

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

Portions of RGB colors in percentages

R + G + B =
78 + 31 + 79 = 188 (100%)
R 78 of 188 ~ 41.49%
G 31 of 188 ~ 16.49%
B 79 of 188 ~ 42.02%

%41.49
%16.49
%42.02

CMYK color model

#4E1F4F color CMYK value is (1,61,0,69).

  • cyan value is 1.27%
  • magenta value is 60.76%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,61,0,69)
C1M61Y0K69 
(1%,61%,0%,69%)
(0.01/0.61/0.00/0.69)	

CMYK percentages

%1.27
%60.76
%0
%69.02

Codes

Color #4E1F4F in popluar color models

4E1F4F
RGB783179
HSL299°43.64%21.57%
HSB/HSV299°60.76%30.98%
CMYK1.27%60.76%0.00%
69.02%

Color #4E1F4F in popluar number systems.

HEX4E1F4F
Decimal783179
Binary1001110111111001111
Octal11637117

Shades and tints

Shades of #4E1F4F

#4E1F4F
(78,31,79)
#471D48
(71,29,72)
#401B41
(64,27,65)
#39193A
(57,25,58)
#321733
(50,23,51)
#2B152C
(43,21,44)
#241325
(36,19,37)
#1D111E
(29,17,30)
#160F17
(22,15,23)
#0F0D10
(15,13,16)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E1F4F

#4E1F4F
(78,31,79)
#5E335F
(94,51,95)
#6E476F
(110,71,111)
#7E5B7F
(126,91,127)
#8E6F8F
(142,111,143)
#9E839F
(158,131,159)
#AE97AF
(174,151,175)
#BEABBF
(190,171,191)
#CEBFCF
(206,191,207)
#DED3DF
(222,211,223)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1F4F; }

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

This text font color is #4E1F4F.


Background Color

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

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

This div background color is #4E1F4F.


Border color

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

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

This div border color is #4E1F4F.


Opacity

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

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

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

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

This text has shadow with #4E1F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1F4F on black background.


Color preview on white background

This text has color #4E1F4F on white background.



Black color preview on #4E1F4F background

This text has black color on #4E1F4F background.


White color preview on #4E1F4F background

This text has white color on #4E1F4F background.