COLOR #4E525E

HEX: #4E525E
RGB: (78,82,94)

Color info

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

RGB color model

#4E525E color RGB value is (78,82,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 94 of 255 = 37%

78
82
94

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

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 94 = 254 (100%)
R 78 of 254 ~ 30.71%
G 82 of 254 ~ 32.28%
B 94 of 254 ~ 37.01%

%30.71
%32.28
%37.01

CMYK color model

#4E525E color CMYK value is (17,13,0,63).

  • cyan value is 17.02%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,13,0,63)
C17M13Y0K63 
(17%,13%,0%,63%)
(0.17/0.13/0.00/0.63)	

CMYK percentages

%17.02
%12.77
%0
%63.14

Codes

Color #4E525E in popluar color models

4E525E
RGB788294
HSL225°9.30%33.73%
HSB/HSV225°17.02%36.86%
CMYK17.02%12.77%0.00%
63.14%

Color #4E525E in popluar number systems.

HEX4E525E
Decimal788294
Binary100111010100101011110
Octal116122136

Shades and tints

Shades of #4E525E

#4E525E
(78,82,94)
#474B56
(71,75,86)
#40444E
(64,68,78)
#393D46
(57,61,70)
#32363E
(50,54,62)
#2B2F36
(43,47,54)
#24282E
(36,40,46)
#1D2126
(29,33,38)
#161A1E
(22,26,30)
#0F1316
(15,19,22)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #4E525E

#4E525E
(78,82,94)
#5E616C
(94,97,108)
#6E707A
(110,112,122)
#7E7F88
(126,127,136)
#8E8E96
(142,142,150)
#9E9DA4
(158,157,164)
#AEACB2
(174,172,178)
#BEBBC0
(190,187,192)
#CECACE
(206,202,206)
#DED9DC
(222,217,220)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E525E; }

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

This text font color is #4E525E.


Background Color

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

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

This div background color is #4E525E.


Border color

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

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

This div border color is #4E525E.


Opacity

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

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

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

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

This text has shadow with #4E525E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E525E on black background.


Color preview on white background

This text has color #4E525E on white background.



Black color preview on #4E525E background

This text has black color on #4E525E background.


White color preview on #4E525E background

This text has white color on #4E525E background.