COLOR #4E655C

HEX: #4E655C RGB: (78,101,92)

Color info

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

RGB color model

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

RGB: (78,101,92) (31%, 40%, 36%)

RGB channels and saturation

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

78
101
92

R + G + B ~ 36%. #4E655C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 101 + 92 = 271 (100%)
R 78 of 271 ~ 28.78%
G 101 of 271 ~ 37.27%
B 92 of 271 ~ 33.95'%

%28.78
%37.27
%33.95

CMYK color model

#4E655C color CMYK value is (23,0,9,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 60.39%

CMYK: (23,0,9,60)
C23M0Y9K60 (23%, 0%, 9%, 60%)
(0.23 / 0.00 / 0.09 / 0.60)

CMYK percentages

%22.77
%0
%8.91
%60.39

Codes

Color #4E655C in popluar color models

4E 65 5C
RGB 78 101 92
HSL 157° 12.85% 35.10%
HSB/HSV 157° 22.77% 39.61%
CMYK 22.77% 0.00% 8.91%
60.39%

Color #4E655C in popluar number systems.

HEX 4E 65 5C
Decimal 78 101 92
Binary 1001110 1100101 1011100
Octal 116 145 134

Shades and tints

Shades of #4E655C

#4E655C
(78,101,92)
#475C54
(71,92,84)
#40534C
(64,83,76)
#394A44
(57,74,68)
#32413C
(50,65,60)
#2B3834
(43,56,52)
#242F2C
(36,47,44)
#1D2624
(29,38,36)
#161D1C
(22,29,28)
#0F1414
(15,20,20)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E655C

#4E655C
(78,101,92)
#5E736A
(94,115,106)
#6E8178
(110,129,120)
#7E8F86
(126,143,134)
#8E9D94
(142,157,148)
#9EABA2
(158,171,162)
#AEB9B0
(174,185,176)
#BEC7BE
(190,199,190)
#CED5CC
(206,213,204)
#DEE3DA
(222,227,218)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E655C; }

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

This text font color is #4E655C.

Background Color

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

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

This div background color is #4E655C.

Border color

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

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

This div border color is #4E655C.

Opacity

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

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

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

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

This text has shadow with #4E655C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E655C.

Preview

Color preview on black background

This text has color #4E655C on black background.


Color preview on white background

This text has color #4E655C on white background.


Black color preview on #4E655C background

This text has black color on #4E655C background.


White color preview on #4E655C background

This text has white color on #4E655C background.


Related colors

Complementary color

Complementary color for #hex is #B19AA3.


I love getcolorcode.com

Triadic colors

1 #5C4E65 and #655C4E with #4E655C are triadic colors.

2 #5C654E and #654E5C with #4E655C are triadic colors.