COLOR #4E4446

HEX: #4E4446
RGB: (78,68,70)

Color info

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

RGB color model

#4E4446 color RGB value is (78,68,70).

  • red value is 78;
  • green value is 68;
  • blue value is 70.
RGB:
(78,68,70)
(31%,27%,27%)

RGB channels and saturation

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

78
68
70

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

Portions of RGB colors in percentages

R + G + B =
78 + 68 + 70 = 216 (100%)
R 78 of 216 ~ 36.11%
G 68 of 216 ~ 31.48%
B 70 of 216 ~ 32.41%

%36.11
%31.48
%32.41

CMYK color model

#4E4446 color CMYK value is (0,13,10,69).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 10.26%
  • key color value is 69.41%
CMYK:
(0,13,10,69)
C0M13Y10K69 
(0%,13%,10%,69%)
(0.00/0.13/0.10/0.69)	

CMYK percentages

%0
%12.82
%10.26
%69.41

Codes

Color #4E4446 in popluar color models

4E4446
RGB786870
HSL348°6.85%28.63%
HSB/HSV348°12.82%30.59%
CMYK0.00%12.82%10.26%
69.41%

Color #4E4446 in popluar number systems.

HEX4E4446
Decimal786870
Binary100111010001001000110
Octal116104106

Shades and tints

Shades of #4E4446

#4E4446
(78,68,70)
#473E40
(71,62,64)
#40383A
(64,56,58)
#393234
(57,50,52)
#322C2E
(50,44,46)
#2B2628
(43,38,40)
#242022
(36,32,34)
#1D1A1C
(29,26,28)
#161416
(22,20,22)
#0F0E10
(15,14,16)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #4E4446

#4E4446
(78,68,70)
#5E5556
(94,85,86)
#6E6666
(110,102,102)
#7E7776
(126,119,118)
#8E8886
(142,136,134)
#9E9996
(158,153,150)
#AEAAA6
(174,170,166)
#BEBBB6
(190,187,182)
#CECCC6
(206,204,198)
#DEDDD6
(222,221,214)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4446; }

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

This text font color is #4E4446.


Background Color

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

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

This div background color is #4E4446.


Border color

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

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

This div border color is #4E4446.


Opacity

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

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

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

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

This text has shadow with #4E4446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4446 on black background.


Color preview on white background

This text has color #4E4446 on white background.



Black color preview on #4E4446 background

This text has black color on #4E4446 background.


White color preview on #4E4446 background

This text has white color on #4E4446 background.