COLOR #4E4654

HEX: #4E4654
RGB: (78,70,84)

Color info

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

RGB color model

#4E4654 color RGB value is (78,70,84).

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

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 84 of 255 = 33%

78
70
84

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

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 84 = 232 (100%)
R 78 of 232 ~ 33.62%
G 70 of 232 ~ 30.17%
B 84 of 232 ~ 36.21%

%33.62
%30.17
%36.21

CMYK color model

#4E4654 color CMYK value is (7,17,0,67).

  • cyan value is 7.14%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(7,17,0,67)
C7M17Y0K67 
(7%,17%,0%,67%)
(0.07/0.17/0.00/0.67)	

CMYK percentages

%7.14
%16.67
%0
%67.06

Codes

Color #4E4654 in popluar color models

4E4654
RGB787084
HSL274°9.09%30.20%
HSB/HSV274°16.67%32.94%
CMYK7.14%16.67%0.00%
67.06%

Color #4E4654 in popluar number systems.

HEX4E4654
Decimal787084
Binary100111010001101010100
Octal116106124

Shades and tints

Shades of #4E4654

#4E4654
(78,70,84)
#47404D
(71,64,77)
#403A46
(64,58,70)
#39343F
(57,52,63)
#322E38
(50,46,56)
#2B2831
(43,40,49)
#24222A
(36,34,42)
#1D1C23
(29,28,35)
#16161C
(22,22,28)
#0F1015
(15,16,21)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E4654

#4E4654
(78,70,84)
#5E5663
(94,86,99)
#6E6672
(110,102,114)
#7E7681
(126,118,129)
#8E8690
(142,134,144)
#9E969F
(158,150,159)
#AEA6AE
(174,166,174)
#BEB6BD
(190,182,189)
#CEC6CC
(206,198,204)
#DED6DB
(222,214,219)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4654; }

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

This text font color is #4E4654.


Background Color

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

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

This div background color is #4E4654.


Border color

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

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

This div border color is #4E4654.


Opacity

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

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

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

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

This text has shadow with #4E4654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4654 on black background.


Color preview on white background

This text has color #4E4654 on white background.



Black color preview on #4E4654 background

This text has black color on #4E4654 background.


White color preview on #4E4654 background

This text has white color on #4E4654 background.