COLOR #4E305D

HEX: #4E305D
RGB: (78,48,93)

Color info

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

RGB color model

#4E305D color RGB value is (78,48,93).

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

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 93 of 255 = 36%

78
48
93

R + G + B ~ 29%. #4E305D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 93 = 219 (100%)
R 78 of 219 ~ 35.62%
G 48 of 219 ~ 21.92%
B 93 of 219 ~ 42.47%

%35.62
%21.92
%42.47

CMYK color model

#4E305D color CMYK value is (16,48,0,64).

  • cyan value is 16.13%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(16,48,0,64)
C16M48Y0K64 
(16%,48%,0%,64%)
(0.16/0.48/0.00/0.64)	

CMYK percentages

%16.13
%48.39
%0
%63.53

Codes

Color #4E305D in popluar color models

4E305D
RGB784893
HSL280°31.91%27.65%
HSB/HSV280°48.39%36.47%
CMYK16.13%48.39%0.00%
63.53%

Color #4E305D in popluar number systems.

HEX4E305D
Decimal784893
Binary10011101100001011101
Octal11660135

Shades and tints

Shades of #4E305D

#4E305D
(78,48,93)
#472C55
(71,44,85)
#40284D
(64,40,77)
#392445
(57,36,69)
#32203D
(50,32,61)
#2B1C35
(43,28,53)
#24182D
(36,24,45)
#1D1425
(29,20,37)
#16101D
(22,16,29)
#0F0C15
(15,12,21)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #4E305D

#4E305D
(78,48,93)
#5E426B
(94,66,107)
#6E5479
(110,84,121)
#7E6687
(126,102,135)
#8E7895
(142,120,149)
#9E8AA3
(158,138,163)
#AE9CB1
(174,156,177)
#BEAEBF
(190,174,191)
#CEC0CD
(206,192,205)
#DED2DB
(222,210,219)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E305D; }

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

This text font color is #4E305D.


Background Color

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

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

This div background color is #4E305D.


Border color

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

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

This div border color is #4E305D.


Opacity

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

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

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

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

This text has shadow with #4E305D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E305D on black background.


Color preview on white background

This text has color #4E305D on white background.



Black color preview on #4E305D background

This text has black color on #4E305D background.


White color preview on #4E305D background

This text has white color on #4E305D background.