COLOR #4E565E

HEX: #4E565E
RGB: (78,86,94)

Color info

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

RGB color model

#4E565E color RGB value is (78,86,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 94 of 255 = 37%

78
86
94

R + G + B ~ 34%. #4E565E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 86 + 94 = 258 (100%)
R 78 of 258 ~ 30.23%
G 86 of 258 ~ 33.33%
B 94 of 258 ~ 36.43%

%30.23
%33.33
%36.43

CMYK color model

#4E565E color CMYK value is (17,9,0,63).

  • cyan value is 17.02%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,9,0,63)
C17M9Y0K63 
(17%,9%,0%,63%)
(0.17/0.09/0.00/0.63)	

CMYK percentages

%17.02
%8.51
%0
%63.14

Codes

Color #4E565E in popluar color models

4E565E
RGB788694
HSL210°9.30%33.73%
HSB/HSV210°17.02%36.86%
CMYK17.02%8.51%0.00%
63.14%

Color #4E565E in popluar number systems.

HEX4E565E
Decimal788694
Binary100111010101101011110
Octal116126136

Shades and tints

Shades of #4E565E

#4E565E
(78,86,94)
#474F56
(71,79,86)
#40484E
(64,72,78)
#394146
(57,65,70)
#323A3E
(50,58,62)
#2B3336
(43,51,54)
#242C2E
(36,44,46)
#1D2526
(29,37,38)
#161E1E
(22,30,30)
#0F1716
(15,23,22)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E565E

#4E565E
(78,86,94)
#5E656C
(94,101,108)
#6E747A
(110,116,122)
#7E8388
(126,131,136)
#8E9296
(142,146,150)
#9EA1A4
(158,161,164)
#AEB0B2
(174,176,178)
#BEBFC0
(190,191,192)
#CECECE
(206,206,206)
#DEDDDC
(222,221,220)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E565E; }

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

This text font color is #4E565E.


Background Color

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

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

This div background color is #4E565E.


Border color

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

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

This div border color is #4E565E.


Opacity

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

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

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

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

This text has shadow with #4E565E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E565E on black background.


Color preview on white background

This text has color #4E565E on white background.



Black color preview on #4E565E background

This text has black color on #4E565E background.


White color preview on #4E565E background

This text has white color on #4E565E background.