COLOR #4E444C

HEX: #4E444C
RGB: (78,68,76)

Color info

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

RGB color model

#4E444C color RGB value is (78,68,76).

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

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 76 of 255 = 30%

78
68
76

R + G + B ~ 29%. #4E444C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 68 + 76 = 222 (100%)
R 78 of 222 ~ 35.14%
G 68 of 222 ~ 30.63%
B 76 of 222 ~ 34.23%

%35.14
%30.63
%34.23

CMYK color model

#4E444C color CMYK value is (0,13,3,69).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 2.56%
  • key color value is 69.41%
CMYK:
(0,13,3,69)
C0M13Y3K69 
(0%,13%,3%,69%)
(0.00/0.13/0.03/0.69)	

CMYK percentages

%0
%12.82
%2.56
%69.41

Codes

Color #4E444C in popluar color models

4E444C
RGB786876
HSL312°6.85%28.63%
HSB/HSV312°12.82%30.59%
CMYK0.00%12.82%2.56%
69.41%

Color #4E444C in popluar number systems.

HEX4E444C
Decimal786876
Binary100111010001001001100
Octal116104114

Shades and tints

Shades of #4E444C

#4E444C
(78,68,76)
#473E46
(71,62,70)
#403840
(64,56,64)
#39323A
(57,50,58)
#322C34
(50,44,52)
#2B262E
(43,38,46)
#242028
(36,32,40)
#1D1A22
(29,26,34)
#16141C
(22,20,28)
#0F0E16
(15,14,22)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #4E444C

#4E444C
(78,68,76)
#5E555C
(94,85,92)
#6E666C
(110,102,108)
#7E777C
(126,119,124)
#8E888C
(142,136,140)
#9E999C
(158,153,156)
#AEAAAC
(174,170,172)
#BEBBBC
(190,187,188)
#CECCCC
(206,204,204)
#DEDDDC
(222,221,220)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E444C; }

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

This text font color is #4E444C.


Background Color

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

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

This div background color is #4E444C.


Border color

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

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

This div border color is #4E444C.


Opacity

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

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

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

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

This text has shadow with #4E444C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E444C on black background.


Color preview on white background

This text has color #4E444C on white background.



Black color preview on #4E444C background

This text has black color on #4E444C background.


White color preview on #4E444C background

This text has white color on #4E444C background.