COLOR #4E4949

HEX: #4E4949
RGB: (78,73,73)

Color info

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

RGB color model

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

  • red value is 78;
  • green value is 73;
  • blue value is 73.
RGB:
(78,73,73)
(31%,29%,29%)

RGB channels and saturation

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

78
73
73

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

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 73 = 224 (100%)
R 78 of 224 ~ 34.82%
G 73 of 224 ~ 32.59%
B 73 of 224 ~ 32.59%

%34.82
%32.59
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 6.41%
  • key color value is 69.41%
CMYK:
(0,6,6,69)
C0M6Y6K69 
(0%,6%,6%,69%)
(0.00/0.06/0.06/0.69)	

CMYK percentages

%0
%6.41
%6.41
%69.41

Codes

Color #4E4949 in popluar color models

4E4949
RGB787373
HSL3.31%29.61%
HSB/HSV6.41%30.59%
CMYK0.00%6.41%6.41%
69.41%

Color #4E4949 in popluar number systems.

HEX4E4949
Decimal787373
Binary100111010010011001001
Octal116111111

Shades and tints

Shades of #4E4949

#4E4949
(78,73,73)
#474343
(71,67,67)
#403D3D
(64,61,61)
#393737
(57,55,55)
#323131
(50,49,49)
#2B2B2B
(43,43,43)
#242525
(36,37,37)
#1D1F1F
(29,31,31)
#161919
(22,25,25)
#0F1313
(15,19,19)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E4949

#4E4949
(78,73,73)
#5E5959
(94,89,89)
#6E6969
(110,105,105)
#7E7979
(126,121,121)
#8E8989
(142,137,137)
#9E9999
(158,153,153)
#AEA9A9
(174,169,169)
#BEB9B9
(190,185,185)
#CEC9C9
(206,201,201)
#DED9D9
(222,217,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4949; }

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

This text font color is #4E4949.


Background Color

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

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

This div background color is #4E4949.


Border color

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

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

This div border color is #4E4949.


Opacity

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

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

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

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

This text has shadow with #4E4949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4949 on black background.


Color preview on white background

This text has color #4E4949 on white background.



Black color preview on #4E4949 background

This text has black color on #4E4949 background.


White color preview on #4E4949 background

This text has white color on #4E4949 background.