COLOR #4E4C52

HEX: #4E4C52
RGB: (78,76,82)

Color info

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

RGB color model

#4E4C52 color RGB value is (78,76,82).

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

RGB channels and saturation

R 78 of 255 = 31%
G 76 of 255 = 30%
B 82 of 255 = 32%

78
76
82

R + G + B ~ 31%. #4E4C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 76 + 82 = 236 (100%)
R 78 of 236 ~ 33.05%
G 76 of 236 ~ 32.2%
B 82 of 236 ~ 34.75%

%33.05
%32.2
%34.75

CMYK color model

#4E4C52 color CMYK value is (5,7,0,68).

  • cyan value is 4.88%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(5,7,0,68)
C5M7Y0K68 
(5%,7%,0%,68%)
(0.05/0.07/0.00/0.68)	

CMYK percentages

%4.88
%7.32
%0
%67.84

Codes

Color #4E4C52 in popluar color models

4E4C52
RGB787682
HSL260°3.80%30.98%
HSB/HSV260°7.32%32.16%
CMYK4.88%7.32%0.00%
67.84%

Color #4E4C52 in popluar number systems.

HEX4E4C52
Decimal787682
Binary100111010011001010010
Octal116114122

Shades and tints

Shades of #4E4C52

#4E4C52
(78,76,82)
#47464B
(71,70,75)
#404044
(64,64,68)
#393A3D
(57,58,61)
#323436
(50,52,54)
#2B2E2F
(43,46,47)
#242828
(36,40,40)
#1D2221
(29,34,33)
#161C1A
(22,28,26)
#0F1613
(15,22,19)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #4E4C52

#4E4C52
(78,76,82)
#5E5C61
(94,92,97)
#6E6C70
(110,108,112)
#7E7C7F
(126,124,127)
#8E8C8E
(142,140,142)
#9E9C9D
(158,156,157)
#AEACAC
(174,172,172)
#BEBCBB
(190,188,187)
#CECCCA
(206,204,202)
#DEDCD9
(222,220,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4C52; }

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

This text font color is #4E4C52.


Background Color

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

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

This div background color is #4E4C52.


Border color

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

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

This div border color is #4E4C52.


Opacity

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

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

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

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

This text has shadow with #4E4C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4C52 on black background.


Color preview on white background

This text has color #4E4C52 on white background.



Black color preview on #4E4C52 background

This text has black color on #4E4C52 background.


White color preview on #4E4C52 background

This text has white color on #4E4C52 background.