COLOR #4E606B

HEX: #4E606B RGB: (78,96,107)

Color info

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

RGB color model

#4E606B color RGB value is (78,96,107).

RGB: (78,96,107) (31%, 38%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 107 of 255 = 42%

78
96
107

R + G + B ~ 37%. #4E606B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 96 + 107 = 281 (100%)
R 78 of 281 ~ 27.76%
G 96 of 281 ~ 34.16%
B 107 of 281 ~ 38.08'%

%27.76
%34.16
%38.08

CMYK color model

#4E606B color CMYK value is (27,10,0,58).

  • cyan value is 27.10%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (27,10,0,58)
C27M10Y0K58 (27%, 10%, 0%, 58%)
(0.27 / 0.10 / 0.00 / 0.58)

CMYK percentages

%27.1
%10.28
%0
%58.04

Codes

Color #4E606B in popluar color models

4E 60 6B
RGB 78 96 107
HSL 203° 15.68% 36.27%
HSB/HSV 203° 27.10% 41.96%
CMYK 27.10% 10.28% 0.00%
58.04%

Color #4E606B in popluar number systems.

HEX 4E 60 6B
Decimal 78 96 107
Binary 1001110 1100000 1101011
Octal 116 140 153

Shades and tints

Shades of #4E606B

#4E606B
(78,96,107)
#475862
(71,88,98)
#405059
(64,80,89)
#394850
(57,72,80)
#324047
(50,64,71)
#2B383E
(43,56,62)
#243035
(36,48,53)
#1D282C
(29,40,44)
#162023
(22,32,35)
#0F181A
(15,24,26)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #4E606B

#4E606B
(78,96,107)
#5E6E78
(94,110,120)
#6E7C85
(110,124,133)
#7E8A92
(126,138,146)
#8E989F
(142,152,159)
#9EA6AC
(158,166,172)
#AEB4B9
(174,180,185)
#BEC2C6
(190,194,198)
#CED0D3
(206,208,211)
#DEDEE0
(222,222,224)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E606B; }

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

This text font color is #4E606B.

Background Color

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

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

This div background color is #4E606B.

Border color

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

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

This div border color is #4E606B.

Opacity

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

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

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

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

This text has shadow with #4E606B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E606B.

Preview

Color preview on black background

This text has color #4E606B on black background.


Color preview on white background

This text has color #4E606B on white background.


Black color preview on #4E606B background

This text has black color on #4E606B background.


White color preview on #4E606B background

This text has white color on #4E606B background.


Related colors

Complementary color

Complementary color for #hex is #B19F94.


I love getcolorcode.com

Triadic colors

1 #6B4E60 and #606B4E with #4E606B are triadic colors.

2 #6B604E and #604E6B with #4E606B are triadic colors.