COLOR #4E5152

HEX: #4E5152
RGB: (78,81,82)

Color info

#4E5152 contains red, green and blue colors in about the same proportion. Web safe color of #4E5152 is #666666 (or #666).

RGB color model

#4E5152 color RGB value is (78,81,82).

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

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 82 of 255 = 32%

78
81
82

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

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 82 = 241 (100%)
R 78 of 241 ~ 32.37%
G 81 of 241 ~ 33.61%
B 82 of 241 ~ 34.02%

%32.37
%33.61
%34.02

CMYK color model

#4E5152 color CMYK value is (5,1,0,68).

  • cyan value is 4.88%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(5,1,0,68)
C5M1Y0K68 
(5%,1%,0%,68%)
(0.05/0.01/0.00/0.68)	

CMYK percentages

%4.88
%1.22
%0
%67.84

Codes

Color #4E5152 in popluar color models

4E5152
RGB788182
HSL195°2.50%31.37%
HSB/HSV195°4.88%32.16%
CMYK4.88%1.22%0.00%
67.84%

Color #4E5152 in popluar number systems.

HEX4E5152
Decimal788182
Binary100111010100011010010
Octal116121122

Shades and tints

Shades of #4E5152

#4E5152
(78,81,82)
#474A4B
(71,74,75)
#404344
(64,67,68)
#393C3D
(57,60,61)
#323536
(50,53,54)
#2B2E2F
(43,46,47)
#242728
(36,39,40)
#1D2021
(29,32,33)
#16191A
(22,25,26)
#0F1213
(15,18,19)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E5152

#4E5152
(78,81,82)
#5E6061
(94,96,97)
#6E6F70
(110,111,112)
#7E7E7F
(126,126,127)
#8E8D8E
(142,141,142)
#9E9C9D
(158,156,157)
#AEABAC
(174,171,172)
#BEBABB
(190,186,187)
#CEC9CA
(206,201,202)
#DED8D9
(222,216,217)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5152; }

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

This text font color is #4E5152.


Background Color

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

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

This div background color is #4E5152.


Border color

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

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

This div border color is #4E5152.


Opacity

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

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

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

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

This text has shadow with #4E5152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5152 on black background.


Color preview on white background

This text has color #4E5152 on white background.



Black color preview on #4E5152 background

This text has black color on #4E5152 background.


White color preview on #4E5152 background

This text has white color on #4E5152 background.