COLOR #4E4552

HEX: #4E4552
RGB: (78,69,82)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
69
82

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

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 82 = 229 (100%)
R 78 of 229 ~ 34.06%
G 69 of 229 ~ 30.13%
B 82 of 229 ~ 35.81%

%34.06
%30.13
%35.81

CMYK color model

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

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

CMYK percentages

%4.88
%15.85
%0
%67.84

Codes

Color #4E4552 in popluar color models

4E4552
RGB786982
HSL282°8.61%29.61%
HSB/HSV282°15.85%32.16%
CMYK4.88%15.85%0.00%
67.84%

Color #4E4552 in popluar number systems.

HEX4E4552
Decimal786982
Binary100111010001011010010
Octal116105122

Shades and tints

Shades of #4E4552

#4E4552
(78,69,82)
#473F4B
(71,63,75)
#403944
(64,57,68)
#39333D
(57,51,61)
#322D36
(50,45,54)
#2B272F
(43,39,47)
#242128
(36,33,40)
#1D1B21
(29,27,33)
#16151A
(22,21,26)
#0F0F13
(15,15,19)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #4E4552

#4E4552
(78,69,82)
#5E5561
(94,85,97)
#6E6570
(110,101,112)
#7E757F
(126,117,127)
#8E858E
(142,133,142)
#9E959D
(158,149,157)
#AEA5AC
(174,165,172)
#BEB5BB
(190,181,187)
#CEC5CA
(206,197,202)
#DED5D9
(222,213,217)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4552; }

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

This text font color is #4E4552.


Background Color

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

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

This div background color is #4E4552.


Border color

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

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

This div border color is #4E4552.


Opacity

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

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

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

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

This text has shadow with #4E4552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4552 on black background.


Color preview on white background

This text has color #4E4552 on white background.



Black color preview on #4E4552 background

This text has black color on #4E4552 background.


White color preview on #4E4552 background

This text has white color on #4E4552 background.