COLOR #4E5448

HEX: #4E5448
RGB: (78,84,72)

Color info

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

RGB color model

#4E5448 color RGB value is (78,84,72).

  • red value is 78;
  • green value is 84;
  • blue value is 72.
RGB:
(78,84,72)
(31%,33%,28%)

RGB channels and saturation

R 78 of 255 = 31%
G 84 of 255 = 33%
B 72 of 255 = 28%

78
84
72

R + G + B ~ 31%. #4E5448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 84 + 72 = 234 (100%)
R 78 of 234 ~ 33.33%
G 84 of 234 ~ 35.9%
B 72 of 234 ~ 30.77%

%33.33
%35.9
%30.77

CMYK color model

#4E5448 color CMYK value is (7,0,14,67).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 67.06%
CMYK:
(7,0,14,67)
C7M0Y14K67 
(7%,0%,14%,67%)
(0.07/0.00/0.14/0.67)	

CMYK percentages

%7.14
%0
%14.29
%67.06

Codes

Color #4E5448 in popluar color models

4E5448
RGB788472
HSL90°7.69%30.59%
HSB/HSV90°14.29%32.94%
CMYK7.14%0.00%14.29%
67.06%

Color #4E5448 in popluar number systems.

HEX4E5448
Decimal788472
Binary100111010101001001000
Octal116124110

Shades and tints

Shades of #4E5448

#4E5448
(78,84,72)
#474D42
(71,77,66)
#40463C
(64,70,60)
#393F36
(57,63,54)
#323830
(50,56,48)
#2B312A
(43,49,42)
#242A24
(36,42,36)
#1D231E
(29,35,30)
#161C18
(22,28,24)
#0F1512
(15,21,18)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E5448

#4E5448
(78,84,72)
#5E6358
(94,99,88)
#6E7268
(110,114,104)
#7E8178
(126,129,120)
#8E9088
(142,144,136)
#9E9F98
(158,159,152)
#AEAEA8
(174,174,168)
#BEBDB8
(190,189,184)
#CECCC8
(206,204,200)
#DEDBD8
(222,219,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5448; }

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

This text font color is #4E5448.


Background Color

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

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

This div background color is #4E5448.


Border color

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

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

This div border color is #4E5448.


Opacity

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

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

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

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

This text has shadow with #4E5448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5448 on black background.


Color preview on white background

This text has color #4E5448 on white background.



Black color preview on #4E5448 background

This text has black color on #4E5448 background.


White color preview on #4E5448 background

This text has white color on #4E5448 background.