COLOR #4E5441

HEX: #4E5441 RGB: (78,84,65)

Color info

#4E5441 contains red, green and blue colors in about the same proportion. Web safe color of #4E5441 is #666633 (or #663).

RGB color model

#4E5441 color RGB value is (78,84,65).

RGB: (78,84,65) (31%, 33%, 25%)

RGB channels and saturation

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

78
84
65

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

Portions of RGB colors in percentages

R + G + B = 78 + 84 + 65 = 227 (100%)
R 78 of 227 ~ 34.36%
G 84 of 227 ~ 37%
B 65 of 227 ~ 28.63'%

%34.36
%37
%28.63

CMYK color model

#4E5441 color CMYK value is (7,0,23,67).

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

CMYK: (7,0,23,67)
C7M0Y23K67 (7%, 0%, 23%, 67%)
(0.07 / 0.00 / 0.23 / 0.67)

CMYK percentages

%7.14
%0
%22.62
%67.06

Codes

Color #4E5441 in popluar color models

4E 54 41
RGB 78 84 65
HSL 79° 12.75% 29.22%
HSB/HSV 79° 22.62% 32.94%
CMYK 7.14% 0.00% 22.62%
67.06%

Color #4E5441 in popluar number systems.

HEX 4E 54 41
Decimal 78 84 65
Binary 1001110 1010100 1000001
Octal 116 124 101

Shades and tints

Shades of #4E5441

#4E5441
(78,84,65)
#474D3C
(71,77,60)
#404637
(64,70,55)
#393F32
(57,63,50)
#32382D
(50,56,45)
#2B3128
(43,49,40)
#242A23
(36,42,35)
#1D231E
(29,35,30)
#161C19
(22,28,25)
#0F1514
(15,21,20)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E5441

#4E5441
(78,84,65)
#5E6352
(94,99,82)
#6E7263
(110,114,99)
#7E8174
(126,129,116)
#8E9085
(142,144,133)
#9E9F96
(158,159,150)
#AEAEA7
(174,174,167)
#BEBDB8
(190,189,184)
#CECCC9
(206,204,201)
#DEDBDA
(222,219,218)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5441; }

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

This text font color is #4E5441.

Background Color

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

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

This div background color is #4E5441.

Border color

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

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

This div border color is #4E5441.

Opacity

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

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

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

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

This text has shadow with #4E5441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5441.

Preview

Color preview on black background

This text has color #4E5441 on black background.


Color preview on white background

This text has color #4E5441 on white background.


Black color preview on #4E5441 background

This text has black color on #4E5441 background.


White color preview on #4E5441 background

This text has white color on #4E5441 background.


Related colors

Complementary color

Complementary color for #hex is #B1ABBE.


I love getcolorcode.com

Triadic colors

1 #414E54 and #54414E with #4E5441 are triadic colors.

2 #41544E and #544E41 with #4E5441 are triadic colors.