COLOR #4E5F5E

HEX: #4E5F5E
RGB: (78,95,94)

Color info

#4E5F5E contains red, green and blue colors in about the same proportion. Web safe color of #4E5F5E is #666666 (or #666).

RGB color model

#4E5F5E color RGB value is (78,95,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 95 of 255 = 37%
B 94 of 255 = 37%

78
95
94

R + G + B ~ 35%. #4E5F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 95 + 94 = 267 (100%)
R 78 of 267 ~ 29.21%
G 95 of 267 ~ 35.58%
B 94 of 267 ~ 35.21%

%29.21
%35.58
%35.21

CMYK color model

#4E5F5E color CMYK value is (18,0,1,63).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 62.75%
CMYK:
(18,0,1,63)
C18M0Y1K63 
(18%,0%,1%,63%)
(0.18/0.00/0.01/0.63)	

CMYK percentages

%17.89
%0
%1.05
%62.75

Codes

Color #4E5F5E in popluar color models

4E5F5E
RGB789594
HSL176°9.83%33.92%
HSB/HSV176°17.89%37.25%
CMYK17.89%0.00%1.05%
62.75%

Color #4E5F5E in popluar number systems.

HEX4E5F5E
Decimal789594
Binary100111010111111011110
Octal116137136

Shades and tints

Shades of #4E5F5E

#4E5F5E
(78,95,94)
#475756
(71,87,86)
#404F4E
(64,79,78)
#394746
(57,71,70)
#323F3E
(50,63,62)
#2B3736
(43,55,54)
#242F2E
(36,47,46)
#1D2726
(29,39,38)
#161F1E
(22,31,30)
#0F1716
(15,23,22)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #4E5F5E

#4E5F5E
(78,95,94)
#5E6D6C
(94,109,108)
#6E7B7A
(110,123,122)
#7E8988
(126,137,136)
#8E9796
(142,151,150)
#9EA5A4
(158,165,164)
#AEB3B2
(174,179,178)
#BEC1C0
(190,193,192)
#CECFCE
(206,207,206)
#DEDDDC
(222,221,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5F5E; }

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

This text font color is #4E5F5E.


Background Color

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

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

This div background color is #4E5F5E.


Border color

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

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

This div border color is #4E5F5E.


Opacity

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

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

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

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

This text has shadow with #4E5F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5F5E on black background.


Color preview on white background

This text has color #4E5F5E on white background.



Black color preview on #4E5F5E background

This text has black color on #4E5F5E background.


White color preview on #4E5F5E background

This text has white color on #4E5F5E background.