COLOR #4E465E

HEX: #4E465E
RGB: (78,70,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
70
94

R + G + B ~ 32%. #4E465E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 94 = 242 (100%)
R 78 of 242 ~ 32.23%
G 70 of 242 ~ 28.93%
B 94 of 242 ~ 38.84%

%32.23
%28.93
%38.84

CMYK color model

#4E465E color CMYK value is (17,26,0,63).

  • cyan value is 17.02%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,26,0,63)
C17M26Y0K63 
(17%,26%,0%,63%)
(0.17/0.26/0.00/0.63)	

CMYK percentages

%17.02
%25.53
%0
%63.14

Codes

Color #4E465E in popluar color models

4E465E
RGB787094
HSL260°14.63%32.16%
HSB/HSV260°25.53%36.86%
CMYK17.02%25.53%0.00%
63.14%

Color #4E465E in popluar number systems.

HEX4E465E
Decimal787094
Binary100111010001101011110
Octal116106136

Shades and tints

Shades of #4E465E

#4E465E
(78,70,94)
#474056
(71,64,86)
#403A4E
(64,58,78)
#393446
(57,52,70)
#322E3E
(50,46,62)
#2B2836
(43,40,54)
#24222E
(36,34,46)
#1D1C26
(29,28,38)
#16161E
(22,22,30)
#0F1016
(15,16,22)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E465E

#4E465E
(78,70,94)
#5E566C
(94,86,108)
#6E667A
(110,102,122)
#7E7688
(126,118,136)
#8E8696
(142,134,150)
#9E96A4
(158,150,164)
#AEA6B2
(174,166,178)
#BEB6C0
(190,182,192)
#CEC6CE
(206,198,206)
#DED6DC
(222,214,220)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E465E; }

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

This text font color is #4E465E.


Background Color

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

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

This div background color is #4E465E.


Border color

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

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

This div border color is #4E465E.


Opacity

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

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

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

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

This text has shadow with #4E465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E465E on black background.


Color preview on white background

This text has color #4E465E on white background.



Black color preview on #4E465E background

This text has black color on #4E465E background.


White color preview on #4E465E background

This text has white color on #4E465E background.