COLOR #4E4952

HEX: #4E4952 RGB: (78,73,82)

Color info

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

RGB color model

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

RGB: (78,73,82) (31%, 29%, 32%)

RGB channels and saturation

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

78
73
82

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

Portions of RGB colors in percentages

R + G + B = 78 + 73 + 82 = 233 (100%)
R 78 of 233 ~ 33.48%
G 73 of 233 ~ 31.33%
B 82 of 233 ~ 35.19'%

%33.48
%31.33
%35.19

CMYK color model

#4E4952 color CMYK value is (5,11,0,68).

  • cyan value is 4.88%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (5,11,0,68)
C5M11Y0K68 (5%, 11%, 0%, 68%)
(0.05 / 0.11 / 0.00 / 0.68)

CMYK percentages

%4.88
%10.98
%0
%67.84

Codes

Color #4E4952 in popluar color models

4E 49 52
RGB 78 73 82
HSL 273° 5.81% 30.39%
HSB/HSV 273° 10.98% 32.16%
CMYK 4.88% 10.98% 0.00%
67.84%

Color #4E4952 in popluar number systems.

HEX 4E 49 52
Decimal 78 73 82
Binary 1001110 1001001 1010010
Octal 116 111 122

Shades and tints

Shades of #4E4952

#4E4952
(78,73,82)
#47434B
(71,67,75)
#403D44
(64,61,68)
#39373D
(57,55,61)
#323136
(50,49,54)
#2B2B2F
(43,43,47)
#242528
(36,37,40)
#1D1F21
(29,31,33)
#16191A
(22,25,26)
#0F1313
(15,19,19)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #4E4952

#4E4952
(78,73,82)
#5E5961
(94,89,97)
#6E6970
(110,105,112)
#7E797F
(126,121,127)
#8E898E
(142,137,142)
#9E999D
(158,153,157)
#AEA9AC
(174,169,172)
#BEB9BB
(190,185,187)
#CEC9CA
(206,201,202)
#DED9D9
(222,217,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4952; }

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

This text font color is #4E4952.

Background Color

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

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

This div background color is #4E4952.

Border color

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

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

This div border color is #4E4952.

Opacity

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

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

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

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

This text has shadow with #4E4952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4952.

Preview

Color preview on black background

This text has color #4E4952 on black background.


Color preview on white background

This text has color #4E4952 on white background.


Black color preview on #4E4952 background

This text has black color on #4E4952 background.


White color preview on #4E4952 background

This text has white color on #4E4952 background.


Related colors

Complementary color

Complementary color for #hex is #B1B6AD.


I love getcolorcode.com

Triadic colors

1 #524E49 and #49524E with #4E4952 are triadic colors.

2 #52494E and #494E52 with #4E4952 are triadic colors.