COLOR #4E5C4C

HEX: #4E5C4C RGB: (78,92,76)

Color info

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

RGB color model

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

RGB: (78,92,76) (31%, 36%, 30%)

RGB channels and saturation

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

78
92
76

R + G + B ~ 32%. #4E5C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 92 + 76 = 246 (100%)
R 78 of 246 ~ 31.71%
G 92 of 246 ~ 37.4%
B 76 of 246 ~ 30.89'%

%31.71
%37.4
%30.89

CMYK color model

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

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 63.92%

CMYK: (15,0,17,64)
C15M0Y17K64 (15%, 0%, 17%, 64%)
(0.15 / 0.00 / 0.17 / 0.64)

CMYK percentages

%15.22
%0
%17.39
%63.92

Codes

Color #4E5C4C in popluar color models

4E 5C 4C
RGB 78 92 76
HSL 113° 9.52% 32.94%
HSB/HSV 113° 17.39% 36.08%
CMYK 15.22% 0.00% 17.39%
63.92%

Color #4E5C4C in popluar number systems.

HEX 4E 5C 4C
Decimal 78 92 76
Binary 1001110 1011100 1001100
Octal 116 134 114

Shades and tints

Shades of #4E5C4C

#4E5C4C
(78,92,76)
#475446
(71,84,70)
#404C40
(64,76,64)
#39443A
(57,68,58)
#323C34
(50,60,52)
#2B342E
(43,52,46)
#242C28
(36,44,40)
#1D2422
(29,36,34)
#161C1C
(22,28,28)
#0F1416
(15,20,22)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E5C4C

#4E5C4C
(78,92,76)
#5E6A5C
(94,106,92)
#6E786C
(110,120,108)
#7E867C
(126,134,124)
#8E948C
(142,148,140)
#9EA29C
(158,162,156)
#AEB0AC
(174,176,172)
#BEBEBC
(190,190,188)
#CECCCC
(206,204,204)
#DEDADC
(222,218,220)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5C4C; }

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

This text font color is #4E5C4C.

Background Color

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

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

This div background color is #4E5C4C.

Border color

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

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

This div border color is #4E5C4C.

Opacity

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

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

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

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

This text has shadow with #4E5C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5C4C.

Preview

Color preview on black background

This text has color #4E5C4C on black background.


Color preview on white background

This text has color #4E5C4C on white background.


Black color preview on #4E5C4C background

This text has black color on #4E5C4C background.


White color preview on #4E5C4C background

This text has white color on #4E5C4C background.


Related colors

Complementary color

Complementary color for #hex is #B1A3B3.


I love getcolorcode.com

Triadic colors

1 #4C4E5C and #5C4C4E with #4E5C4C are triadic colors.

2 #4C5C4E and #5C4E4C with #4E5C4C are triadic colors.