COLOR #4E4843

HEX: #4E4843
RGB: (78,72,67)

Color info

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

RGB color model

#4E4843 color RGB value is (78,72,67).

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

RGB channels and saturation

R 78 of 255 = 31%
G 72 of 255 = 28%
B 67 of 255 = 26%

78
72
67

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

Portions of RGB colors in percentages

R + G + B =
78 + 72 + 67 = 217 (100%)
R 78 of 217 ~ 35.94%
G 72 of 217 ~ 33.18%
B 67 of 217 ~ 30.88%

%35.94
%33.18
%30.88

CMYK color model

#4E4843 color CMYK value is (0,8,14,69).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 14.10%
  • key color value is 69.41%
CMYK:
(0,8,14,69)
C0M8Y14K69 
(0%,8%,14%,69%)
(0.00/0.08/0.14/0.69)	

CMYK percentages

%0
%7.69
%14.1
%69.41

Codes

Color #4E4843 in popluar color models

4E4843
RGB787267
HSL27°7.59%28.43%
HSB/HSV27°14.10%30.59%
CMYK0.00%7.69%14.10%
69.41%

Color #4E4843 in popluar number systems.

HEX4E4843
Decimal787267
Binary100111010010001000011
Octal116110103

Shades and tints

Shades of #4E4843

#4E4843
(78,72,67)
#47423D
(71,66,61)
#403C37
(64,60,55)
#393631
(57,54,49)
#32302B
(50,48,43)
#2B2A25
(43,42,37)
#24241F
(36,36,31)
#1D1E19
(29,30,25)
#161813
(22,24,19)
#0F120D
(15,18,13)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #4E4843

#4E4843
(78,72,67)
#5E5854
(94,88,84)
#6E6865
(110,104,101)
#7E7876
(126,120,118)
#8E8887
(142,136,135)
#9E9898
(158,152,152)
#AEA8A9
(174,168,169)
#BEB8BA
(190,184,186)
#CEC8CB
(206,200,203)
#DED8DC
(222,216,220)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4843; }

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

This text font color is #4E4843.


Background Color

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

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

This div background color is #4E4843.


Border color

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

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

This div border color is #4E4843.


Opacity

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

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

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

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

This text has shadow with #4E4843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4843 on black background.


Color preview on white background

This text has color #4E4843 on white background.



Black color preview on #4E4843 background

This text has black color on #4E4843 background.


White color preview on #4E4843 background

This text has white color on #4E4843 background.