COLOR #4E464E

HEX: #4E464E
RGB: (78,70,78)

Color info

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

RGB color model

#4E464E color RGB value is (78,70,78).

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

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 78 of 255 = 31%

78
70
78

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

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 78 = 226 (100%)
R 78 of 226 ~ 34.51%
G 70 of 226 ~ 30.97%
B 78 of 226 ~ 34.51%

%34.51
%30.97
%34.51

CMYK color model

#4E464E color CMYK value is (0,10,0,69).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(0,10,0,69)
C0M10Y0K69 
(0%,10%,0%,69%)
(0.00/0.10/0.00/0.69)	

CMYK percentages

%0
%10.26
%0
%69.41

Codes

Color #4E464E in popluar color models

4E464E
RGB787078
HSL300°5.41%29.02%
HSB/HSV300°10.26%30.59%
CMYK0.00%10.26%0.00%
69.41%

Color #4E464E in popluar number systems.

HEX4E464E
Decimal787078
Binary100111010001101001110
Octal116106116

Shades and tints

Shades of #4E464E

#4E464E
(78,70,78)
#474047
(71,64,71)
#403A40
(64,58,64)
#393439
(57,52,57)
#322E32
(50,46,50)
#2B282B
(43,40,43)
#242224
(36,34,36)
#1D1C1D
(29,28,29)
#161616
(22,22,22)
#0F100F
(15,16,15)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #4E464E

#4E464E
(78,70,78)
#5E565E
(94,86,94)
#6E666E
(110,102,110)
#7E767E
(126,118,126)
#8E868E
(142,134,142)
#9E969E
(158,150,158)
#AEA6AE
(174,166,174)
#BEB6BE
(190,182,190)
#CEC6CE
(206,198,206)
#DED6DE
(222,214,222)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E464E; }

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

This text font color is #4E464E.


Background Color

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

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

This div background color is #4E464E.


Border color

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

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

This div border color is #4E464E.


Opacity

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

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

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

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

This text has shadow with #4E464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E464E on black background.


Color preview on white background

This text has color #4E464E on white background.



Black color preview on #4E464E background

This text has black color on #4E464E background.


White color preview on #4E464E background

This text has white color on #4E464E background.