COLOR #4E445F

HEX: #4E445F RGB: (78,68,95)

Color info

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

RGB color model

#4E445F color RGB value is (78,68,95).

RGB: (78,68,95) (31%, 27%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 95 of 255 = 37%

78
68
95

R + G + B ~ 32%. #4E445F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 68 + 95 = 241 (100%)
R 78 of 241 ~ 32.37%
G 68 of 241 ~ 28.22%
B 95 of 241 ~ 39.42'%

%32.37
%28.22
%39.42

CMYK color model

#4E445F color CMYK value is (18,28,0,63).

  • cyan value is 17.89%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (18,28,0,63)
C18M28Y0K63 (18%, 28%, 0%, 63%)
(0.18 / 0.28 / 0.00 / 0.63)

CMYK percentages

%17.89
%28.42
%0
%62.75

Codes

Color #4E445F in popluar color models

4E 44 5F
RGB 78 68 95
HSL 262° 16.56% 31.96%
HSB/HSV 262° 28.42% 37.25%
CMYK 17.89% 28.42% 0.00%
62.75%

Color #4E445F in popluar number systems.

HEX 4E 44 5F
Decimal 78 68 95
Binary 1001110 1000100 1011111
Octal 116 104 137

Shades and tints

Shades of #4E445F

#4E445F
(78,68,95)
#473E57
(71,62,87)
#40384F
(64,56,79)
#393247
(57,50,71)
#322C3F
(50,44,63)
#2B2637
(43,38,55)
#24202F
(36,32,47)
#1D1A27
(29,26,39)
#16141F
(22,20,31)
#0F0E17
(15,14,23)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #4E445F

#4E445F
(78,68,95)
#5E556D
(94,85,109)
#6E667B
(110,102,123)
#7E7789
(126,119,137)
#8E8897
(142,136,151)
#9E99A5
(158,153,165)
#AEAAB3
(174,170,179)
#BEBBC1
(190,187,193)
#CECCCF
(206,204,207)
#DEDDDD
(222,221,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E445F; }

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

This text font color is #4E445F.

Background Color

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

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

This div background color is #4E445F.

Border color

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

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

This div border color is #4E445F.

Opacity

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

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

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

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

This text has shadow with #4E445F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E445F.

Preview

Color preview on black background

This text has color #4E445F on black background.


Color preview on white background

This text has color #4E445F on white background.


Black color preview on #4E445F background

This text has black color on #4E445F background.


White color preview on #4E445F background

This text has white color on #4E445F background.


Related colors

Complementary color

Complementary color for #hex is #B1BBA0.


I love getcolorcode.com

Triadic colors

1 #5F4E44 and #445F4E with #4E445F are triadic colors.

2 #5F444E and #444E5F with #4E445F are triadic colors.