COLOR #4E4454

HEX: #4E4454 RGB: (78,68,84)

Color info

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

RGB color model

#4E4454 color RGB value is (78,68,84).

RGB: (78,68,84) (31%, 27%, 33%)

RGB channels and saturation

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

78
68
84

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

Portions of RGB colors in percentages

R + G + B = 78 + 68 + 84 = 230 (100%)
R 78 of 230 ~ 33.91%
G 68 of 230 ~ 29.57%
B 84 of 230 ~ 36.52'%

%33.91
%29.57
%36.52

CMYK color model

#4E4454 color CMYK value is (7,19,0,67).

  • cyan value is 7.14%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (7,19,0,67)
C7M19Y0K67 (7%, 19%, 0%, 67%)
(0.07 / 0.19 / 0.00 / 0.67)

CMYK percentages

%7.14
%19.05
%0
%67.06

Codes

Color #4E4454 in popluar color models

4E 44 54
RGB 78 68 84
HSL 278° 10.53% 29.80%
HSB/HSV 278° 19.05% 32.94%
CMYK 7.14% 19.05% 0.00%
67.06%

Color #4E4454 in popluar number systems.

HEX 4E 44 54
Decimal 78 68 84
Binary 1001110 1000100 1010100
Octal 116 104 124

Shades and tints

Shades of #4E4454

#4E4454
(78,68,84)
#473E4D
(71,62,77)
#403846
(64,56,70)
#39323F
(57,50,63)
#322C38
(50,44,56)
#2B2631
(43,38,49)
#24202A
(36,32,42)
#1D1A23
(29,26,35)
#16141C
(22,20,28)
#0F0E15
(15,14,21)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #4E4454

#4E4454
(78,68,84)
#5E5563
(94,85,99)
#6E6672
(110,102,114)
#7E7781
(126,119,129)
#8E8890
(142,136,144)
#9E999F
(158,153,159)
#AEAAAE
(174,170,174)
#BEBBBD
(190,187,189)
#CECCCC
(206,204,204)
#DEDDDB
(222,221,219)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4454; }

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

This text font color is #4E4454.

Background Color

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

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

This div background color is #4E4454.

Border color

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

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

This div border color is #4E4454.

Opacity

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

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

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

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

This text has shadow with #4E4454 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4454.

Preview

Color preview on black background

This text has color #4E4454 on black background.


Color preview on white background

This text has color #4E4454 on white background.


Black color preview on #4E4454 background

This text has black color on #4E4454 background.


White color preview on #4E4454 background

This text has white color on #4E4454 background.


Related colors

Complementary color

Complementary color for #hex is #B1BBAB.


I love getcolorcode.com

Triadic colors

1 #544E44 and #44544E with #4E4454 are triadic colors.

2 #54444E and #444E54 with #4E4454 are triadic colors.