COLOR #4E175E

HEX: #4E175E
RGB: (78,23,94)

Color info

#4E175E contains mainly red and blue colors. Web safe color of #4E175E is #660066 (or #606).

RGB color model

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

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

RGB channels and saturation

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

78
23
94

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

Portions of RGB colors in percentages

R + G + B =
78 + 23 + 94 = 195 (100%)
R 78 of 195 ~ 40%
G 23 of 195 ~ 11.79%
B 94 of 195 ~ 48.21%

%40
%11.79
%48.21

CMYK color model

#4E175E color CMYK value is (17,76,0,63).

  • cyan value is 17.02%
  • magenta value is 75.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,76,0,63)
C17M76Y0K63 
(17%,76%,0%,63%)
(0.17/0.76/0.00/0.63)	

CMYK percentages

%17.02
%75.53
%0
%63.14

Codes

Color #4E175E in popluar color models

4E175E
RGB782394
HSL286°60.68%22.94%
HSB/HSV286°75.53%36.86%
CMYK17.02%75.53%0.00%
63.14%

Color #4E175E in popluar number systems.

HEX4E175E
Decimal782394
Binary1001110101111011110
Octal11627136

Shades and tints

Shades of #4E175E

#4E175E
(78,23,94)
#471556
(71,21,86)
#40134E
(64,19,78)
#391146
(57,17,70)
#320F3E
(50,15,62)
#2B0D36
(43,13,54)
#240B2E
(36,11,46)
#1D0926
(29,9,38)
#16071E
(22,7,30)
#0F0516
(15,5,22)
#08030E
(8,3,14)
#000000
(0,0,0)

Tints of #4E175E

#4E175E
(78,23,94)
#5E2C6C
(94,44,108)
#6E417A
(110,65,122)
#7E5688
(126,86,136)
#8E6B96
(142,107,150)
#9E80A4
(158,128,164)
#AE95B2
(174,149,178)
#BEAAC0
(190,170,192)
#CEBFCE
(206,191,206)
#DED4DC
(222,212,220)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E175E; }

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

This text font color is #4E175E.


Background Color

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

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

This div background color is #4E175E.


Border color

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

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

This div border color is #4E175E.


Opacity

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

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

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

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

This text has shadow with #4E175E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E175E on black background.


Color preview on white background

This text has color #4E175E on white background.



Black color preview on #4E175E background

This text has black color on #4E175E background.


White color preview on #4E175E background

This text has white color on #4E175E background.