COLOR #4E4450

HEX: #4E4450
RGB: (78,68,80)

Color info

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

RGB color model

#4E4450 color RGB value is (78,68,80).

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

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 80 of 255 = 31%

78
68
80

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

Portions of RGB colors in percentages

R + G + B =
78 + 68 + 80 = 226 (100%)
R 78 of 226 ~ 34.51%
G 68 of 226 ~ 30.09%
B 80 of 226 ~ 35.4%

%34.51
%30.09
%35.4

CMYK color model

#4E4450 color CMYK value is (2,15,0,69).

  • cyan value is 2.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(2,15,0,69)
C2M15Y0K69 
(2%,15%,0%,69%)
(0.02/0.15/0.00/0.69)	

CMYK percentages

%2.5
%15
%0
%68.63

Codes

Color #4E4450 in popluar color models

4E4450
RGB786880
HSL290°8.11%29.02%
HSB/HSV290°15.00%31.37%
CMYK2.50%15.00%0.00%
68.63%

Color #4E4450 in popluar number systems.

HEX4E4450
Decimal786880
Binary100111010001001010000
Octal116104120

Shades and tints

Shades of #4E4450

#4E4450
(78,68,80)
#473E49
(71,62,73)
#403842
(64,56,66)
#39323B
(57,50,59)
#322C34
(50,44,52)
#2B262D
(43,38,45)
#242026
(36,32,38)
#1D1A1F
(29,26,31)
#161418
(22,20,24)
#0F0E11
(15,14,17)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #4E4450

#4E4450
(78,68,80)
#5E555F
(94,85,95)
#6E666E
(110,102,110)
#7E777D
(126,119,125)
#8E888C
(142,136,140)
#9E999B
(158,153,155)
#AEAAAA
(174,170,170)
#BEBBB9
(190,187,185)
#CECCC8
(206,204,200)
#DEDDD7
(222,221,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4450; }

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

This text font color is #4E4450.


Background Color

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

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

This div background color is #4E4450.


Border color

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

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

This div border color is #4E4450.


Opacity

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

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

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

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

This text has shadow with #4E4450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4450 on black background.


Color preview on white background

This text has color #4E4450 on white background.



Black color preview on #4E4450 background

This text has black color on #4E4450 background.


White color preview on #4E4450 background

This text has white color on #4E4450 background.