COLOR #4E484E

HEX: #4E484E
RGB: (78,72,78)

Color info

#4E484E contains red, green and blue colors in about the same proportion. Web safe color of #4E484E is #663366 (or #636).

RGB color model

#4E484E color RGB value is (78,72,78).

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

RGB channels and saturation

R 78 of 255 = 31%
G 72 of 255 = 28%
B 78 of 255 = 31%

78
72
78

R + G + B ~ 30%. #4E484E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 72 + 78 = 228 (100%)
R 78 of 228 ~ 34.21%
G 72 of 228 ~ 31.58%
B 78 of 228 ~ 34.21%

%34.21
%31.58
%34.21

CMYK color model

#4E484E color CMYK value is (0,8,0,69).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(0,8,0,69)
C0M8Y0K69 
(0%,8%,0%,69%)
(0.00/0.08/0.00/0.69)	

CMYK percentages

%0
%7.69
%0
%69.41

Codes

Color #4E484E in popluar color models

4E484E
RGB787278
HSL300°4.00%29.41%
HSB/HSV300°7.69%30.59%
CMYK0.00%7.69%0.00%
69.41%

Color #4E484E in popluar number systems.

HEX4E484E
Decimal787278
Binary100111010010001001110
Octal116110116

Shades and tints

Shades of #4E484E

#4E484E
(78,72,78)
#474247
(71,66,71)
#403C40
(64,60,64)
#393639
(57,54,57)
#323032
(50,48,50)
#2B2A2B
(43,42,43)
#242424
(36,36,36)
#1D1E1D
(29,30,29)
#161816
(22,24,22)
#0F120F
(15,18,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #4E484E

#4E484E
(78,72,78)
#5E585E
(94,88,94)
#6E686E
(110,104,110)
#7E787E
(126,120,126)
#8E888E
(142,136,142)
#9E989E
(158,152,158)
#AEA8AE
(174,168,174)
#BEB8BE
(190,184,190)
#CEC8CE
(206,200,206)
#DED8DE
(222,216,222)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E484E; }

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

This text font color is #4E484E.


Background Color

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

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

This div background color is #4E484E.


Border color

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

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

This div border color is #4E484E.


Opacity

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

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

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

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

This text has shadow with #4E484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E484E on black background.


Color preview on white background

This text has color #4E484E on white background.



Black color preview on #4E484E background

This text has black color on #4E484E background.


White color preview on #4E484E background

This text has white color on #4E484E background.