COLOR #4E615C

HEX: #4E615C RGB: (78,97,92)

Color info

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

RGB color model

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

RGB: (78,97,92) (31%, 38%, 36%)

RGB channels and saturation

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

78
97
92

R + G + B ~ 35%. #4E615C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 97 + 92 = 267 (100%)
R 78 of 267 ~ 29.21%
G 97 of 267 ~ 36.33%
B 92 of 267 ~ 34.46'%

%29.21
%36.33
%34.46

CMYK color model

#4E615C color CMYK value is (20,0,5,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 61.96%

CMYK: (20,0,5,62)
C20M0Y5K62 (20%, 0%, 5%, 62%)
(0.20 / 0.00 / 0.05 / 0.62)

CMYK percentages

%19.59
%0
%5.15
%61.96

Codes

Color #4E615C in popluar color models

4E 61 5C
RGB 78 97 92
HSL 164° 10.86% 34.31%
HSB/HSV 164° 19.59% 38.04%
CMYK 19.59% 0.00% 5.15%
61.96%

Color #4E615C in popluar number systems.

HEX 4E 61 5C
Decimal 78 97 92
Binary 1001110 1100001 1011100
Octal 116 141 134

Shades and tints

Shades of #4E615C

#4E615C
(78,97,92)
#475954
(71,89,84)
#40514C
(64,81,76)
#394944
(57,73,68)
#32413C
(50,65,60)
#2B3934
(43,57,52)
#24312C
(36,49,44)
#1D2924
(29,41,36)
#16211C
(22,33,28)
#0F1914
(15,25,20)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #4E615C

#4E615C
(78,97,92)
#5E6F6A
(94,111,106)
#6E7D78
(110,125,120)
#7E8B86
(126,139,134)
#8E9994
(142,153,148)
#9EA7A2
(158,167,162)
#AEB5B0
(174,181,176)
#BEC3BE
(190,195,190)
#CED1CC
(206,209,204)
#DEDFDA
(222,223,218)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E615C; }

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

This text font color is #4E615C.

Background Color

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

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

This div background color is #4E615C.

Border color

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

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

This div border color is #4E615C.

Opacity

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

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

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

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

This text has shadow with #4E615C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E615C.

Preview

Color preview on black background

This text has color #4E615C on black background.


Color preview on white background

This text has color #4E615C on white background.


Black color preview on #4E615C background

This text has black color on #4E615C background.


White color preview on #4E615C background

This text has white color on #4E615C background.


Related colors

Complementary color

Complementary color for #hex is #B19EA3.


I love getcolorcode.com

Triadic colors

1 #5C4E61 and #615C4E with #4E615C are triadic colors.

2 #5C614E and #614E5C with #4E615C are triadic colors.