COLOR #4E4548

HEX: #4E4548 RGB: (78,69,72)

Color info

#4E4548 contains red, green and blue colors in about the same proportion. Web safe color of #4E4548 is #663333 (or #633).

RGB color model

#4E4548 color RGB value is (78,69,72).

RGB: (78,69,72) (31%, 27%, 28%)

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 72 of 255 = 28%

78
69
72

R + G + B ~ 29%. #4E4548 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 69 + 72 = 219 (100%)
R 78 of 219 ~ 35.62%
G 69 of 219 ~ 31.51%
B 72 of 219 ~ 32.88'%

%35.62
%31.51
%32.88

CMYK color model

#4E4548 color CMYK value is (0,12,8,69).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 7.69%
  • key color value is 69.41%

CMYK: (0,12,8,69)
C0M12Y8K69 (0%, 12%, 8%, 69%)
(0.00 / 0.12 / 0.08 / 0.69)

CMYK percentages

%0
%11.54
%7.69
%69.41

Codes

Color #4E4548 in popluar color models

4E 45 48
RGB 78 69 72
HSL 340° 6.12% 28.82%
HSB/HSV 340° 11.54% 30.59%
CMYK 0.00% 11.54% 7.69%
69.41%

Color #4E4548 in popluar number systems.

HEX 4E 45 48
Decimal 78 69 72
Binary 1001110 1000101 1001000
Octal 116 105 110

Shades and tints

Shades of #4E4548

#4E4548
(78,69,72)
#473F42
(71,63,66)
#40393C
(64,57,60)
#393336
(57,51,54)
#322D30
(50,45,48)
#2B272A
(43,39,42)
#242124
(36,33,36)
#1D1B1E
(29,27,30)
#161518
(22,21,24)
#0F0F12
(15,15,18)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #4E4548

#4E4548
(78,69,72)
#5E5558
(94,85,88)
#6E6568
(110,101,104)
#7E7578
(126,117,120)
#8E8588
(142,133,136)
#9E9598
(158,149,152)
#AEA5A8
(174,165,168)
#BEB5B8
(190,181,184)
#CEC5C8
(206,197,200)
#DED5D8
(222,213,216)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4548 color. Also use rgb(78,69,72) instead hex code.

Text Font Color

.myTextColor { color: #4E4548; }

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

This text font color is #4E4548.

Background Color

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

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

This div background color is #4E4548.

Border color

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

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

This div border color is #4E4548.

Opacity

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

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

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

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

This text has shadow with #4E4548 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4548.

Preview

Color preview on black background

This text has color #4E4548 on black background.


Color preview on white background

This text has color #4E4548 on white background.


Black color preview on #4E4548 background

This text has black color on #4E4548 background.


White color preview on #4E4548 background

This text has white color on #4E4548 background.


Related colors

Complementary color

Complementary color for #hex is #B1BAB7.


I love getcolorcode.com

Triadic colors

1 #484E45 and #45484E with #4E4548 are triadic colors.

2 #48454E and #454E48 with #4E4548 are triadic colors.