COLOR #4E524E

HEX: #4E524E
RGB: (78,82,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
82
78

R + G + B ~ 31%. #4E524E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 78 = 238 (100%)
R 78 of 238 ~ 32.77%
G 82 of 238 ~ 34.45%
B 78 of 238 ~ 32.77%

%32.77
%34.45
%32.77

CMYK color model

#4E524E color CMYK value is (5,0,5,68).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(5,0,5,68)
C5M0Y5K68 
(5%,0%,5%,68%)
(0.05/0.00/0.05/0.68)	

CMYK percentages

%4.88
%0
%4.88
%67.84

Codes

Color #4E524E in popluar color models

4E524E
RGB788278
HSL120°2.50%31.37%
HSB/HSV120°4.88%32.16%
CMYK4.88%0.00%4.88%
67.84%

Color #4E524E in popluar number systems.

HEX4E524E
Decimal788278
Binary100111010100101001110
Octal116122116

Shades and tints

Shades of #4E524E

#4E524E
(78,82,78)
#474B47
(71,75,71)
#404440
(64,68,64)
#393D39
(57,61,57)
#323632
(50,54,50)
#2B2F2B
(43,47,43)
#242824
(36,40,36)
#1D211D
(29,33,29)
#161A16
(22,26,22)
#0F130F
(15,19,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #4E524E

#4E524E
(78,82,78)
#5E615E
(94,97,94)
#6E706E
(110,112,110)
#7E7F7E
(126,127,126)
#8E8E8E
(142,142,142)
#9E9D9E
(158,157,158)
#AEACAE
(174,172,174)
#BEBBBE
(190,187,190)
#CECACE
(206,202,206)
#DED9DE
(222,217,222)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E524E; }

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

This text font color is #4E524E.


Background Color

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

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

This div background color is #4E524E.


Border color

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

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

This div border color is #4E524E.


Opacity

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

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

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

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

This text has shadow with #4E524E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E524E on black background.


Color preview on white background

This text has color #4E524E on white background.



Black color preview on #4E524E background

This text has black color on #4E524E background.


White color preview on #4E524E background

This text has white color on #4E524E background.