COLOR #4E494B

HEX: #4E494B RGB: (78,73,75)

Color info

#4E494B contains red, green and blue colors in about the same proportion. Web safe color of #4E494B is #663333 (or #633).

RGB color model

#4E494B color RGB value is (78,73,75).

RGB: (78,73,75) (31%, 29%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 75 of 255 = 29%

78
73
75

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

Portions of RGB colors in percentages

R + G + B = 78 + 73 + 75 = 226 (100%)
R 78 of 226 ~ 34.51%
G 73 of 226 ~ 32.3%
B 75 of 226 ~ 33.19'%

%34.51
%32.3
%33.19

CMYK color model

#4E494B color CMYK value is (0,6,4,69).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 3.85%
  • key color value is 69.41%

CMYK: (0,6,4,69)
C0M6Y4K69 (0%, 6%, 4%, 69%)
(0.00 / 0.06 / 0.04 / 0.69)

CMYK percentages

%0
%6.41
%3.85
%69.41

Codes

Color #4E494B in popluar color models

4E 49 4B
RGB 78 73 75
HSL 336° 3.31% 29.61%
HSB/HSV 336° 6.41% 30.59%
CMYK 0.00% 6.41% 3.85%
69.41%

Color #4E494B in popluar number systems.

HEX 4E 49 4B
Decimal 78 73 75
Binary 1001110 1001001 1001011
Octal 116 111 113

Shades and tints

Shades of #4E494B

#4E494B
(78,73,75)
#474345
(71,67,69)
#403D3F
(64,61,63)
#393739
(57,55,57)
#323133
(50,49,51)
#2B2B2D
(43,43,45)
#242527
(36,37,39)
#1D1F21
(29,31,33)
#16191B
(22,25,27)
#0F1315
(15,19,21)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #4E494B

#4E494B
(78,73,75)
#5E595B
(94,89,91)
#6E696B
(110,105,107)
#7E797B
(126,121,123)
#8E898B
(142,137,139)
#9E999B
(158,153,155)
#AEA9AB
(174,169,171)
#BEB9BB
(190,185,187)
#CEC9CB
(206,201,203)
#DED9DB
(222,217,219)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E494B color. Also use rgb(78,73,75) instead hex code.

Text Font Color

.myTextColor { color: #4E494B; }

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

This text font color is #4E494B.

Background Color

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

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

This div background color is #4E494B.

Border color

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

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

This div border color is #4E494B.

Opacity

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

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

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

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

This text has shadow with #4E494B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E494B.

Preview

Color preview on black background

This text has color #4E494B on black background.


Color preview on white background

This text has color #4E494B on white background.


Black color preview on #4E494B background

This text has black color on #4E494B background.


White color preview on #4E494B background

This text has white color on #4E494B background.


Related colors

Complementary color

Complementary color for #hex is #B1B6B4.


I love getcolorcode.com

Triadic colors

1 #4B4E49 and #494B4E with #4E494B are triadic colors.

2 #4B494E and #494E4B with #4E494B are triadic colors.