COLOR #4E285D

HEX: #4E285D
RGB: (78,40,93)

Color info

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

RGB color model

#4E285D color RGB value is (78,40,93).

  • red value is 78;
  • green value is 40;
  • blue value is 93.
RGB:
(78,40,93)
(31%,16%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 40 of 255 = 16%
B 93 of 255 = 36%

78
40
93

R + G + B ~ 28%. #4E285D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 40 + 93 = 211 (100%)
R 78 of 211 ~ 36.97%
G 40 of 211 ~ 18.96%
B 93 of 211 ~ 44.08%

%36.97
%18.96
%44.08

CMYK color model

#4E285D color CMYK value is (16,57,0,64).

  • cyan value is 16.13%
  • magenta value is 56.99%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(16,57,0,64)
C16M57Y0K64 
(16%,57%,0%,64%)
(0.16/0.57/0.00/0.64)	

CMYK percentages

%16.13
%56.99
%0
%63.53

Codes

Color #4E285D in popluar color models

4E285D
RGB784093
HSL283°39.85%26.08%
HSB/HSV283°56.99%36.47%
CMYK16.13%56.99%0.00%
63.53%

Color #4E285D in popluar number systems.

HEX4E285D
Decimal784093
Binary10011101010001011101
Octal11650135

Shades and tints

Shades of #4E285D

#4E285D
(78,40,93)
#472555
(71,37,85)
#40224D
(64,34,77)
#391F45
(57,31,69)
#321C3D
(50,28,61)
#2B1935
(43,25,53)
#24162D
(36,22,45)
#1D1325
(29,19,37)
#16101D
(22,16,29)
#0F0D15
(15,13,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E285D

#4E285D
(78,40,93)
#5E3B6B
(94,59,107)
#6E4E79
(110,78,121)
#7E6187
(126,97,135)
#8E7495
(142,116,149)
#9E87A3
(158,135,163)
#AE9AB1
(174,154,177)
#BEADBF
(190,173,191)
#CEC0CD
(206,192,205)
#DED3DB
(222,211,219)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E285D; }

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

This text font color is #4E285D.


Background Color

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

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

This div background color is #4E285D.


Border color

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

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

This div border color is #4E285D.


Opacity

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

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

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

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

This text has shadow with #4E285D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E285D on black background.


Color preview on white background

This text has color #4E285D on white background.



Black color preview on #4E285D background

This text has black color on #4E285D background.


White color preview on #4E285D background

This text has white color on #4E285D background.