COLOR #4E4841

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
72
65

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

Portions of RGB colors in percentages

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

%36.28
%33.49
%30.23

CMYK color model

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

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

CMYK percentages

%0
%7.69
%16.67
%69.41

Codes

Color #4E4841 in popluar color models

4E4841
RGB787265
HSL32°9.09%28.04%
HSB/HSV32°16.67%30.59%
CMYK0.00%7.69%16.67%
69.41%

Color #4E4841 in popluar number systems.

HEX4E4841
Decimal787265
Binary100111010010001000001
Octal116110101

Shades and tints

Shades of #4E4841

#4E4841
(78,72,65)
#47423C
(71,66,60)
#403C37
(64,60,55)
#393632
(57,54,50)
#32302D
(50,48,45)
#2B2A28
(43,42,40)
#242423
(36,36,35)
#1D1E1E
(29,30,30)
#161819
(22,24,25)
#0F1214
(15,18,20)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #4E4841

#4E4841
(78,72,65)
#5E5852
(94,88,82)
#6E6863
(110,104,99)
#7E7874
(126,120,116)
#8E8885
(142,136,133)
#9E9896
(158,152,150)
#AEA8A7
(174,168,167)
#BEB8B8
(190,184,184)
#CEC8C9
(206,200,201)
#DED8DA
(222,216,218)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4841; }

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

This text font color is #4E4841.


Background Color

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

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

This div background color is #4E4841.


Border color

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

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

This div border color is #4E4841.


Opacity

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

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

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

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

This text has shadow with #4E4841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4841 on black background.


Color preview on white background

This text has color #4E4841 on white background.



Black color preview on #4E4841 background

This text has black color on #4E4841 background.


White color preview on #4E4841 background

This text has white color on #4E4841 background.