COLOR #4E4546

HEX: #4E4546 RGB: (78,69,70)

Color info

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

RGB color model

#4E4546 color RGB value is (78,69,70).

RGB: (78,69,70) (31%, 27%, 27%)

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 70 of 255 = 27%

78
69
70

R + G + B ~ 28%. #4E4546 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 69 + 70 = 217 (100%)
R 78 of 217 ~ 35.94%
G 69 of 217 ~ 31.8%
B 70 of 217 ~ 32.26'%

%35.94
%31.8
%32.26

CMYK color model

#4E4546 color CMYK value is (0,12,10,69).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 10.26%
  • key color value is 69.41%

CMYK: (0,12,10,69)
C0M12Y10K69 (0%, 12%, 10%, 69%)
(0.00 / 0.12 / 0.10 / 0.69)

CMYK percentages

%0
%11.54
%10.26
%69.41

Codes

Color #4E4546 in popluar color models

4E 45 46
RGB 78 69 70
HSL 353° 6.12% 28.82%
HSB/HSV 353° 11.54% 30.59%
CMYK 0.00% 11.54% 10.26%
69.41%

Color #4E4546 in popluar number systems.

HEX 4E 45 46
Decimal 78 69 70
Binary 1001110 1000101 1000110
Octal 116 105 106

Shades and tints

Shades of #4E4546

#4E4546
(78,69,70)
#473F40
(71,63,64)
#40393A
(64,57,58)
#393334
(57,51,52)
#322D2E
(50,45,46)
#2B2728
(43,39,40)
#242122
(36,33,34)
#1D1B1C
(29,27,28)
#161516
(22,21,22)
#0F0F10
(15,15,16)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #4E4546

#4E4546
(78,69,70)
#5E5556
(94,85,86)
#6E6566
(110,101,102)
#7E7576
(126,117,118)
#8E8586
(142,133,134)
#9E9596
(158,149,150)
#AEA5A6
(174,165,166)
#BEB5B6
(190,181,182)
#CEC5C6
(206,197,198)
#DED5D6
(222,213,214)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4546; }

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

This text font color is #4E4546.

Background Color

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

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

This div background color is #4E4546.

Border color

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

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

This div border color is #4E4546.

Opacity

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

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

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

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

This text has shadow with #4E4546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4546.

Preview

Color preview on black background

This text has color #4E4546 on black background.


Color preview on white background

This text has color #4E4546 on white background.


Black color preview on #4E4546 background

This text has black color on #4E4546 background.


White color preview on #4E4546 background

This text has white color on #4E4546 background.


Related colors

Complementary color

Complementary color for #hex is #B1BAB9.


I love getcolorcode.com

Triadic colors

1 #464E45 and #45464E with #4E4546 are triadic colors.

2 #46454E and #454E46 with #4E4546 are triadic colors.