COLOR #4E174E

HEX: #4E174E
RGB: (78,23,78)

Color info

#4E174E contains red, green and blue colors in about the same proportion. Web safe color of #4E174E is #660066 (or #606).

RGB color model

#4E174E color RGB value is (78,23,78).

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

RGB channels and saturation

R 78 of 255 = 31%
G 23 of 255 = 9%
B 78 of 255 = 31%

78
23
78

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

Portions of RGB colors in percentages

R + G + B =
78 + 23 + 78 = 179 (100%)
R 78 of 179 ~ 43.58%
G 23 of 179 ~ 12.85%
B 78 of 179 ~ 43.58%

%43.58
%12.85
%43.58

CMYK color model

#4E174E color CMYK value is (0,71,0,69).

  • cyan value is 0.00%
  • magenta value is 70.51%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(0,71,0,69)
C0M71Y0K69 
(0%,71%,0%,69%)
(0.00/0.71/0.00/0.69)	

CMYK percentages

%0
%70.51
%0
%69.41

Codes

Color #4E174E in popluar color models

4E174E
RGB782378
HSL300°54.46%19.80%
HSB/HSV300°70.51%30.59%
CMYK0.00%70.51%0.00%
69.41%

Color #4E174E in popluar number systems.

HEX4E174E
Decimal782378
Binary1001110101111001110
Octal11627116

Shades and tints

Shades of #4E174E

#4E174E
(78,23,78)
#471547
(71,21,71)
#401340
(64,19,64)
#391139
(57,17,57)
#320F32
(50,15,50)
#2B0D2B
(43,13,43)
#240B24
(36,11,36)
#1D091D
(29,9,29)
#160716
(22,7,22)
#0F050F
(15,5,15)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #4E174E

#4E174E
(78,23,78)
#5E2C5E
(94,44,94)
#6E416E
(110,65,110)
#7E567E
(126,86,126)
#8E6B8E
(142,107,142)
#9E809E
(158,128,158)
#AE95AE
(174,149,174)
#BEAABE
(190,170,190)
#CEBFCE
(206,191,206)
#DED4DE
(222,212,222)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E174E; }

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

This text font color is #4E174E.


Background Color

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

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

This div background color is #4E174E.


Border color

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

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

This div border color is #4E174E.


Opacity

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

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

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

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

This text has shadow with #4E174E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E174E on black background.


Color preview on white background

This text has color #4E174E on white background.



Black color preview on #4E174E background

This text has black color on #4E174E background.


White color preview on #4E174E background

This text has white color on #4E174E background.