COLOR #4E4C40

HEX: #4E4C40
RGB: (78,76,64)

Color info

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

RGB color model

#4E4C40 color RGB value is (78,76,64).

  • red value is 78;
  • green value is 76;
  • blue value is 64.
RGB:
(78,76,64)
(31%,30%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 76 of 255 = 30%
B 64 of 255 = 25%

78
76
64

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

Portions of RGB colors in percentages

R + G + B =
78 + 76 + 64 = 218 (100%)
R 78 of 218 ~ 35.78%
G 76 of 218 ~ 34.86%
B 64 of 218 ~ 29.36%

%35.78
%34.86
%29.36

CMYK color model

#4E4C40 color CMYK value is (0,3,18,69).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 17.95%
  • key color value is 69.41%
CMYK:
(0,3,18,69)
C0M3Y18K69 
(0%,3%,18%,69%)
(0.00/0.03/0.18/0.69)	

CMYK percentages

%0
%2.56
%17.95
%69.41

Codes

Color #4E4C40 in popluar color models

4E4C40
RGB787664
HSL51°9.86%27.84%
HSB/HSV51°17.95%30.59%
CMYK0.00%2.56%17.95%
69.41%

Color #4E4C40 in popluar number systems.

HEX4E4C40
Decimal787664
Binary100111010011001000000
Octal116114100

Shades and tints

Shades of #4E4C40

#4E4C40
(78,76,64)
#47463B
(71,70,59)
#404036
(64,64,54)
#393A31
(57,58,49)
#32342C
(50,52,44)
#2B2E27
(43,46,39)
#242822
(36,40,34)
#1D221D
(29,34,29)
#161C18
(22,28,24)
#0F1613
(15,22,19)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E4C40

#4E4C40
(78,76,64)
#5E5C51
(94,92,81)
#6E6C62
(110,108,98)
#7E7C73
(126,124,115)
#8E8C84
(142,140,132)
#9E9C95
(158,156,149)
#AEACA6
(174,172,166)
#BEBCB7
(190,188,183)
#CECCC8
(206,204,200)
#DEDCD9
(222,220,217)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4C40 color. Also use rgb(78,76,64) instead hex code.

Text Font Color

.myTextColor { color: #4E4C40; }

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

This text font color is #4E4C40.


Background Color

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

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

This div background color is #4E4C40.


Border color

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

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

This div border color is #4E4C40.


Opacity

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

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

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

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

This text has shadow with #4E4C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4C40 on black background.


Color preview on white background

This text has color #4E4C40 on white background.



Black color preview on #4E4C40 background

This text has black color on #4E4C40 background.


White color preview on #4E4C40 background

This text has white color on #4E4C40 background.