COLOR #4E5C4E

HEX: #4E5C4E
RGB: (78,92,78)

Color info

#4E5C4E contains red, green and blue colors in about the same proportion. Web safe color of #4E5C4E is #666666 (or #666).

RGB color model

#4E5C4E color RGB value is (78,92,78).

  • red value is 78;
  • green value is 92;
  • blue value is 78.
RGB:
(78,92,78)
(31%,36%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 78 of 255 = 31%

78
92
78

R + G + B ~ 33%. #4E5C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 78 = 248 (100%)
R 78 of 248 ~ 31.45%
G 92 of 248 ~ 37.1%
B 78 of 248 ~ 31.45%

%31.45
%37.1
%31.45

CMYK color model

#4E5C4E color CMYK value is (15,0,15,64).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 63.92%
CMYK:
(15,0,15,64)
C15M0Y15K64 
(15%,0%,15%,64%)
(0.15/0.00/0.15/0.64)	

CMYK percentages

%15.22
%0
%15.22
%63.92

Codes

Color #4E5C4E in popluar color models

4E5C4E
RGB789278
HSL120°8.24%33.33%
HSB/HSV120°15.22%36.08%
CMYK15.22%0.00%15.22%
63.92%

Color #4E5C4E in popluar number systems.

HEX4E5C4E
Decimal789278
Binary100111010111001001110
Octal116134116

Shades and tints

Shades of #4E5C4E

#4E5C4E
(78,92,78)
#475447
(71,84,71)
#404C40
(64,76,64)
#394439
(57,68,57)
#323C32
(50,60,50)
#2B342B
(43,52,43)
#242C24
(36,44,36)
#1D241D
(29,36,29)
#161C16
(22,28,22)
#0F140F
(15,20,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #4E5C4E

#4E5C4E
(78,92,78)
#5E6A5E
(94,106,94)
#6E786E
(110,120,110)
#7E867E
(126,134,126)
#8E948E
(142,148,142)
#9EA29E
(158,162,158)
#AEB0AE
(174,176,174)
#BEBEBE
(190,190,190)
#CECCCE
(206,204,206)
#DEDADE
(222,218,222)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5C4E; }

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

This text font color is #4E5C4E.


Background Color

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

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

This div background color is #4E5C4E.


Border color

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

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

This div border color is #4E5C4E.


Opacity

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

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

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

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

This text has shadow with #4E5C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5C4E on black background.


Color preview on white background

This text has color #4E5C4E on white background.



Black color preview on #4E5C4E background

This text has black color on #4E5C4E background.


White color preview on #4E5C4E background

This text has white color on #4E5C4E background.