COLOR #4E4148

HEX: #4E4148
RGB: (78,65,72)

Color info

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

RGB color model

#4E4148 color RGB value is (78,65,72).

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

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 72 of 255 = 28%

78
65
72

R + G + B ~ 28%. #4E4148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 65 + 72 = 215 (100%)
R 78 of 215 ~ 36.28%
G 65 of 215 ~ 30.23%
B 72 of 215 ~ 33.49%

%36.28
%30.23
%33.49

CMYK color model

#4E4148 color CMYK value is (0,17,8,69).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.69%
  • key color value is 69.41%
CMYK:
(0,17,8,69)
C0M17Y8K69 
(0%,17%,8%,69%)
(0.00/0.17/0.08/0.69)	

CMYK percentages

%0
%16.67
%7.69
%69.41

Codes

Color #4E4148 in popluar color models

4E4148
RGB786572
HSL328°9.09%28.04%
HSB/HSV328°16.67%30.59%
CMYK0.00%16.67%7.69%
69.41%

Color #4E4148 in popluar number systems.

HEX4E4148
Decimal786572
Binary100111010000011001000
Octal116101110

Shades and tints

Shades of #4E4148

#4E4148
(78,65,72)
#473C42
(71,60,66)
#40373C
(64,55,60)
#393236
(57,50,54)
#322D30
(50,45,48)
#2B282A
(43,40,42)
#242324
(36,35,36)
#1D1E1E
(29,30,30)
#161918
(22,25,24)
#0F1412
(15,20,18)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #4E4148

#4E4148
(78,65,72)
#5E5258
(94,82,88)
#6E6368
(110,99,104)
#7E7478
(126,116,120)
#8E8588
(142,133,136)
#9E9698
(158,150,152)
#AEA7A8
(174,167,168)
#BEB8B8
(190,184,184)
#CEC9C8
(206,201,200)
#DEDAD8
(222,218,216)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4148; }

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

This text font color is #4E4148.


Background Color

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

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

This div background color is #4E4148.


Border color

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

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

This div border color is #4E4148.


Opacity

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

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

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

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

This text has shadow with #4E4148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4148 on black background.


Color preview on white background

This text has color #4E4148 on white background.



Black color preview on #4E4148 background

This text has black color on #4E4148 background.


White color preview on #4E4148 background

This text has white color on #4E4148 background.