COLOR #4E4F4C

HEX: #4E4F4C
RGB: (78,79,76)

Color info

#4E4F4C contains red, green and blue colors in about the same proportion. Web safe color of #4E4F4C is #666633 (or #663).

RGB color model

#4E4F4C color RGB value is (78,79,76).

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

RGB channels and saturation

R 78 of 255 = 31%
G 79 of 255 = 31%
B 76 of 255 = 30%

78
79
76

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

Portions of RGB colors in percentages

R + G + B =
78 + 79 + 76 = 233 (100%)
R 78 of 233 ~ 33.48%
G 79 of 233 ~ 33.91%
B 76 of 233 ~ 32.62%

%33.48
%33.91
%32.62

CMYK color model

#4E4F4C color CMYK value is (1,0,4,69).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 69.02%
CMYK:
(1,0,4,69)
C1M0Y4K69 
(1%,0%,4%,69%)
(0.01/0.00/0.04/0.69)	

CMYK percentages

%1.27
%0
%3.8
%69.02

Codes

Color #4E4F4C in popluar color models

4E4F4C
RGB787976
HSL80°1.94%30.39%
HSB/HSV80°3.80%30.98%
CMYK1.27%0.00%3.80%
69.02%

Color #4E4F4C in popluar number systems.

HEX4E4F4C
Decimal787976
Binary100111010011111001100
Octal116117114

Shades and tints

Shades of #4E4F4C

#4E4F4C
(78,79,76)
#474846
(71,72,70)
#404140
(64,65,64)
#393A3A
(57,58,58)
#323334
(50,51,52)
#2B2C2E
(43,44,46)
#242528
(36,37,40)
#1D1E22
(29,30,34)
#16171C
(22,23,28)
#0F1016
(15,16,22)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #4E4F4C

#4E4F4C
(78,79,76)
#5E5F5C
(94,95,92)
#6E6F6C
(110,111,108)
#7E7F7C
(126,127,124)
#8E8F8C
(142,143,140)
#9E9F9C
(158,159,156)
#AEAFAC
(174,175,172)
#BEBFBC
(190,191,188)
#CECFCC
(206,207,204)
#DEDFDC
(222,223,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4F4C; }

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

This text font color is #4E4F4C.


Background Color

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

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

This div background color is #4E4F4C.


Border color

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

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

This div border color is #4E4F4C.


Opacity

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

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

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

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

This text has shadow with #4E4F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4F4C on black background.


Color preview on white background

This text has color #4E4F4C on white background.



Black color preview on #4E4F4C background

This text has black color on #4E4F4C background.


White color preview on #4E4F4C background

This text has white color on #4E4F4C background.