COLOR #4E4455

HEX: #4E4455 RGB: (78,68,85)

Color info

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

RGB color model

#4E4455 color RGB value is (78,68,85).

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

RGB channels and saturation

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

78
68
85

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

Portions of RGB colors in percentages

R + G + B = 78 + 68 + 85 = 231 (100%)
R 78 of 231 ~ 33.77%
G 68 of 231 ~ 29.44%
B 85 of 231 ~ 36.8'%

%33.77
%29.44
%36.8

CMYK color model

#4E4455 color CMYK value is (8,20,0,67).

  • cyan value is 8.24%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (8,20,0,67)
C8M20Y0K67 (8%, 20%, 0%, 67%)
(0.08 / 0.20 / 0.00 / 0.67)

CMYK percentages

%8.24
%20
%0
%66.67

Codes

Color #4E4455 in popluar color models

4E 44 55
RGB 78 68 85
HSL 275° 11.11% 30.00%
HSB/HSV 275° 20.00% 33.33%
CMYK 8.24% 20.00% 0.00%
66.67%

Color #4E4455 in popluar number systems.

HEX 4E 44 55
Decimal 78 68 85
Binary 1001110 1000100 1010101
Octal 116 104 125

Shades and tints

Shades of #4E4455

#4E4455
(78,68,85)
#473E4E
(71,62,78)
#403847
(64,56,71)
#393240
(57,50,64)
#322C39
(50,44,57)
#2B2632
(43,38,50)
#24202B
(36,32,43)
#1D1A24
(29,26,36)
#16141D
(22,20,29)
#0F0E16
(15,14,22)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #4E4455

#4E4455
(78,68,85)
#5E5564
(94,85,100)
#6E6673
(110,102,115)
#7E7782
(126,119,130)
#8E8891
(142,136,145)
#9E99A0
(158,153,160)
#AEAAAF
(174,170,175)
#BEBBBE
(190,187,190)
#CECCCD
(206,204,205)
#DEDDDC
(222,221,220)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4455; }

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

This text font color is #4E4455.

Background Color

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

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

This div background color is #4E4455.

Border color

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

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

This div border color is #4E4455.

Opacity

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

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

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

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

This text has shadow with #4E4455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4455.

Preview

Color preview on black background

This text has color #4E4455 on black background.


Color preview on white background

This text has color #4E4455 on white background.


Black color preview on #4E4455 background

This text has black color on #4E4455 background.


White color preview on #4E4455 background

This text has white color on #4E4455 background.


Related colors

Complementary color

Complementary color for #hex is #B1BBAA.


I love getcolorcode.com

Triadic colors

1 #554E44 and #44554E with #4E4455 are triadic colors.

2 #55444E and #444E55 with #4E4455 are triadic colors.