COLOR #4E5F4D

HEX: #4E5F4D
RGB: (78,95,77)

Color info

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

RGB color model

#4E5F4D color RGB value is (78,95,77).

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

RGB channels and saturation

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

78
95
77

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

Portions of RGB colors in percentages

R + G + B =
78 + 95 + 77 = 250 (100%)
R 78 of 250 ~ 31.2%
G 95 of 250 ~ 38%
B 77 of 250 ~ 30.8%

%31.2
%38
%30.8

CMYK color model

#4E5F4D color CMYK value is (18,0,19,63).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 62.75%
CMYK:
(18,0,19,63)
C18M0Y19K63 
(18%,0%,19%,63%)
(0.18/0.00/0.19/0.63)	

CMYK percentages

%17.89
%0
%18.95
%62.75

Codes

Color #4E5F4D in popluar color models

4E5F4D
RGB789577
HSL117°10.47%33.73%
HSB/HSV117°18.95%37.25%
CMYK17.89%0.00%18.95%
62.75%

Color #4E5F4D in popluar number systems.

HEX4E5F4D
Decimal789577
Binary100111010111111001101
Octal116137115

Shades and tints

Shades of #4E5F4D

#4E5F4D
(78,95,77)
#475746
(71,87,70)
#404F3F
(64,79,63)
#394738
(57,71,56)
#323F31
(50,63,49)
#2B372A
(43,55,42)
#242F23
(36,47,35)
#1D271C
(29,39,28)
#161F15
(22,31,21)
#0F170E
(15,23,14)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #4E5F4D

#4E5F4D
(78,95,77)
#5E6D5D
(94,109,93)
#6E7B6D
(110,123,109)
#7E897D
(126,137,125)
#8E978D
(142,151,141)
#9EA59D
(158,165,157)
#AEB3AD
(174,179,173)
#BEC1BD
(190,193,189)
#CECFCD
(206,207,205)
#DEDDDD
(222,221,221)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5F4D; }

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

This text font color is #4E5F4D.


Background Color

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

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

This div background color is #4E5F4D.


Border color

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

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

This div border color is #4E5F4D.


Opacity

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

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

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

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

This text has shadow with #4E5F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5F4D on black background.


Color preview on white background

This text has color #4E5F4D on white background.



Black color preview on #4E5F4D background

This text has black color on #4E5F4D background.


White color preview on #4E5F4D background

This text has white color on #4E5F4D background.