COLOR #4E3F54

HEX: #4E3F54
RGB: (78,63,84)

Color info

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

RGB color model

#4E3F54 color RGB value is (78,63,84).

  • red value is 78;
  • green value is 63;
  • blue value is 84.
RGB:
(78,63,84)
(31%,25%,33%)

RGB channels and saturation

R 78 of 255 = 31%
G 63 of 255 = 25%
B 84 of 255 = 33%

78
63
84

R + G + B ~ 30%. #4E3F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 63 + 84 = 225 (100%)
R 78 of 225 ~ 34.67%
G 63 of 225 ~ 28%
B 84 of 225 ~ 37.33%

%34.67
%28
%37.33

CMYK color model

#4E3F54 color CMYK value is (7,25,0,67).

  • cyan value is 7.14%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(7,25,0,67)
C7M25Y0K67 
(7%,25%,0%,67%)
(0.07/0.25/0.00/0.67)	

CMYK percentages

%7.14
%25
%0
%67.06

Codes

Color #4E3F54 in popluar color models

4E3F54
RGB786384
HSL283°14.29%28.82%
HSB/HSV283°25.00%32.94%
CMYK7.14%25.00%0.00%
67.06%

Color #4E3F54 in popluar number systems.

HEX4E3F54
Decimal786384
Binary10011101111111010100
Octal11677124

Shades and tints

Shades of #4E3F54

#4E3F54
(78,63,84)
#473A4D
(71,58,77)
#403546
(64,53,70)
#39303F
(57,48,63)
#322B38
(50,43,56)
#2B2631
(43,38,49)
#24212A
(36,33,42)
#1D1C23
(29,28,35)
#16171C
(22,23,28)
#0F1215
(15,18,21)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #4E3F54

#4E3F54
(78,63,84)
#5E5063
(94,80,99)
#6E6172
(110,97,114)
#7E7281
(126,114,129)
#8E8390
(142,131,144)
#9E949F
(158,148,159)
#AEA5AE
(174,165,174)
#BEB6BD
(190,182,189)
#CEC7CC
(206,199,204)
#DED8DB
(222,216,219)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3F54; }

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

This text font color is #4E3F54.


Background Color

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

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

This div background color is #4E3F54.


Border color

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

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

This div border color is #4E3F54.


Opacity

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

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

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

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

This text has shadow with #4E3F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3F54 on black background.


Color preview on white background

This text has color #4E3F54 on white background.



Black color preview on #4E3F54 background

This text has black color on #4E3F54 background.


White color preview on #4E3F54 background

This text has white color on #4E3F54 background.