COLOR #4E434F

HEX: #4E434F
RGB: (78,67,79)

Color info

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

RGB color model

#4E434F color RGB value is (78,67,79).

  • red value is 78;
  • green value is 67;
  • blue value is 79.
RGB:
(78,67,79)
(31%,26%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 79 of 255 = 31%

78
67
79

R + G + B ~ 29%. #4E434F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 67 + 79 = 224 (100%)
R 78 of 224 ~ 34.82%
G 67 of 224 ~ 29.91%
B 79 of 224 ~ 35.27%

%34.82
%29.91
%35.27

CMYK color model

#4E434F color CMYK value is (1,15,0,69).

  • cyan value is 1.27%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,15,0,69)
C1M15Y0K69 
(1%,15%,0%,69%)
(0.01/0.15/0.00/0.69)	

CMYK percentages

%1.27
%15.19
%0
%69.02

Codes

Color #4E434F in popluar color models

4E434F
RGB786779
HSL295°8.22%28.63%
HSB/HSV295°15.19%30.98%
CMYK1.27%15.19%0.00%
69.02%

Color #4E434F in popluar number systems.

HEX4E434F
Decimal786779
Binary100111010000111001111
Octal116103117

Shades and tints

Shades of #4E434F

#4E434F
(78,67,79)
#473D48
(71,61,72)
#403741
(64,55,65)
#39313A
(57,49,58)
#322B33
(50,43,51)
#2B252C
(43,37,44)
#241F25
(36,31,37)
#1D191E
(29,25,30)
#161317
(22,19,23)
#0F0D10
(15,13,16)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #4E434F

#4E434F
(78,67,79)
#5E545F
(94,84,95)
#6E656F
(110,101,111)
#7E767F
(126,118,127)
#8E878F
(142,135,143)
#9E989F
(158,152,159)
#AEA9AF
(174,169,175)
#BEBABF
(190,186,191)
#CECBCF
(206,203,207)
#DEDCDF
(222,220,223)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E434F color. Also use rgb(78,67,79) instead hex code.

Text Font Color

.myTextColor { color: #4E434F; }

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

This text font color is #4E434F.


Background Color

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

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

This div background color is #4E434F.


Border color

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

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

This div border color is #4E434F.


Opacity

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

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

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

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

This text has shadow with #4E434F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E434F on black background.


Color preview on white background

This text has color #4E434F on white background.



Black color preview on #4E434F background

This text has black color on #4E434F background.


White color preview on #4E434F background

This text has white color on #4E434F background.