COLOR #4E304F

HEX: #4E304F
RGB: (78,48,79)

Color info

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

RGB color model

#4E304F color RGB value is (78,48,79).

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

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 79 of 255 = 31%

78
48
79

R + G + B ~ 27%. #4E304F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 79 = 205 (100%)
R 78 of 205 ~ 38.05%
G 48 of 205 ~ 23.41%
B 79 of 205 ~ 38.54%

%38.05
%23.41
%38.54

CMYK color model

#4E304F color CMYK value is (1,39,0,69).

  • cyan value is 1.27%
  • magenta value is 39.24%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,39,0,69)
C1M39Y0K69 
(1%,39%,0%,69%)
(0.01/0.39/0.00/0.69)	

CMYK percentages

%1.27
%39.24
%0
%69.02

Codes

Color #4E304F in popluar color models

4E304F
RGB784879
HSL298°24.41%24.90%
HSB/HSV298°39.24%30.98%
CMYK1.27%39.24%0.00%
69.02%

Color #4E304F in popluar number systems.

HEX4E304F
Decimal784879
Binary10011101100001001111
Octal11660117

Shades and tints

Shades of #4E304F

#4E304F
(78,48,79)
#472C48
(71,44,72)
#402841
(64,40,65)
#39243A
(57,36,58)
#322033
(50,32,51)
#2B1C2C
(43,28,44)
#241825
(36,24,37)
#1D141E
(29,20,30)
#161017
(22,16,23)
#0F0C10
(15,12,16)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #4E304F

#4E304F
(78,48,79)
#5E425F
(94,66,95)
#6E546F
(110,84,111)
#7E667F
(126,102,127)
#8E788F
(142,120,143)
#9E8A9F
(158,138,159)
#AE9CAF
(174,156,175)
#BEAEBF
(190,174,191)
#CEC0CF
(206,192,207)
#DED2DF
(222,210,223)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E304F; }

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

This text font color is #4E304F.


Background Color

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

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

This div background color is #4E304F.


Border color

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

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

This div border color is #4E304F.


Opacity

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

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

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

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

This text has shadow with #4E304F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E304F on black background.


Color preview on white background

This text has color #4E304F on white background.



Black color preview on #4E304F background

This text has black color on #4E304F background.


White color preview on #4E304F background

This text has white color on #4E304F background.