COLOR #4E5E4D

HEX: #4E5E4D
RGB: (78,94,77)

Color info

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

RGB color model

#4E5E4D color RGB value is (78,94,77).

  • red value is 78;
  • green value is 94;
  • blue value is 77.
RGB:
(78,94,77)
(31%,37%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 94 of 255 = 37%
B 77 of 255 = 30%

78
94
77

R + G + B ~ 33%. #4E5E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 94 + 77 = 249 (100%)
R 78 of 249 ~ 31.33%
G 94 of 249 ~ 37.75%
B 77 of 249 ~ 30.92%

%31.33
%37.75
%30.92

CMYK color model

#4E5E4D color CMYK value is (17,0,18,63).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(17,0,18,63)
C17M0Y18K63 
(17%,0%,18%,63%)
(0.17/0.00/0.18/0.63)	

CMYK percentages

%17.02
%0
%18.09
%63.14

Codes

Color #4E5E4D in popluar color models

4E5E4D
RGB789477
HSL116°9.94%33.53%
HSB/HSV116°18.09%36.86%
CMYK17.02%0.00%18.09%
63.14%

Color #4E5E4D in popluar number systems.

HEX4E5E4D
Decimal789477
Binary100111010111101001101
Octal116136115

Shades and tints

Shades of #4E5E4D

#4E5E4D
(78,94,77)
#475646
(71,86,70)
#404E3F
(64,78,63)
#394638
(57,70,56)
#323E31
(50,62,49)
#2B362A
(43,54,42)
#242E23
(36,46,35)
#1D261C
(29,38,28)
#161E15
(22,30,21)
#0F160E
(15,22,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E5E4D

#4E5E4D
(78,94,77)
#5E6C5D
(94,108,93)
#6E7A6D
(110,122,109)
#7E887D
(126,136,125)
#8E968D
(142,150,141)
#9EA49D
(158,164,157)
#AEB2AD
(174,178,173)
#BEC0BD
(190,192,189)
#CECECD
(206,206,205)
#DEDCDD
(222,220,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5E4D color. Also use rgb(78,94,77) instead hex code.

Text Font Color

.myTextColor { color: #4E5E4D; }

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

This text font color is #4E5E4D.


Background Color

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

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

This div background color is #4E5E4D.


Border color

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

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

This div border color is #4E5E4D.


Opacity

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

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

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

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

This text has shadow with #4E5E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5E4D on black background.


Color preview on white background

This text has color #4E5E4D on white background.



Black color preview on #4E5E4D background

This text has black color on #4E5E4D background.


White color preview on #4E5E4D background

This text has white color on #4E5E4D background.