COLOR #4E5565

HEX: #4E5565 RGB: (78,85,101)

Color info

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

RGB color model

#4E5565 color RGB value is (78,85,101).

RGB: (78,85,101) (31%, 33%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 101 of 255 = 40%

78
85
101

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

Portions of RGB colors in percentages

R + G + B = 78 + 85 + 101 = 264 (100%)
R 78 of 264 ~ 29.55%
G 85 of 264 ~ 32.2%
B 101 of 264 ~ 38.26'%

%29.55
%32.2
%38.26

CMYK color model

#4E5565 color CMYK value is (23,16,0,60).

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

CMYK: (23,16,0,60)
C23M16Y0K60 (23%, 16%, 0%, 60%)
(0.23 / 0.16 / 0.00 / 0.60)

CMYK percentages

%22.77
%15.84
%0
%60.39

Codes

Color #4E5565 in popluar color models

4E 55 65
RGB 78 85 101
HSL 222° 12.85% 35.10%
HSB/HSV 222° 22.77% 39.61%
CMYK 22.77% 15.84% 0.00%
60.39%

Color #4E5565 in popluar number systems.

HEX 4E 55 65
Decimal 78 85 101
Binary 1001110 1010101 1100101
Octal 116 125 145

Shades and tints

Shades of #4E5565

#4E5565
(78,85,101)
#474E5C
(71,78,92)
#404753
(64,71,83)
#39404A
(57,64,74)
#323941
(50,57,65)
#2B3238
(43,50,56)
#242B2F
(36,43,47)
#1D2426
(29,36,38)
#161D1D
(22,29,29)
#0F1614
(15,22,20)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E5565

#4E5565
(78,85,101)
#5E6473
(94,100,115)
#6E7381
(110,115,129)
#7E828F
(126,130,143)
#8E919D
(142,145,157)
#9EA0AB
(158,160,171)
#AEAFB9
(174,175,185)
#BEBEC7
(190,190,199)
#CECDD5
(206,205,213)
#DEDCE3
(222,220,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5565; }

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

This text font color is #4E5565.

Background Color

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

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

This div background color is #4E5565.

Border color

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

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

This div border color is #4E5565.

Opacity

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

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

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

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

This text has shadow with #4E5565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5565.

Preview

Color preview on black background

This text has color #4E5565 on black background.


Color preview on white background

This text has color #4E5565 on white background.


Black color preview on #4E5565 background

This text has black color on #4E5565 background.


White color preview on #4E5565 background

This text has white color on #4E5565 background.


Related colors

Complementary color

Complementary color for #hex is #B1AA9A.


I love getcolorcode.com

Triadic colors

1 #654E55 and #55654E with #4E5565 are triadic colors.

2 #65554E and #554E65 with #4E5565 are triadic colors.