COLOR #4E586B

HEX: #4E586B
RGB: (78,88,107)

Color info

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

RGB color model

#4E586B color RGB value is (78,88,107).

  • red value is 78;
  • green value is 88;
  • blue value is 107.
RGB:
(78,88,107)
(31%,35%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 88 of 255 = 35%
B 107 of 255 = 42%

78
88
107

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

Portions of RGB colors in percentages

R + G + B =
78 + 88 + 107 = 273 (100%)
R 78 of 273 ~ 28.57%
G 88 of 273 ~ 32.23%
B 107 of 273 ~ 39.19%

%28.57
%32.23
%39.19

CMYK color model

#4E586B color CMYK value is (27,18,0,58).

  • cyan value is 27.10%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(27,18,0,58)
C27M18Y0K58 
(27%,18%,0%,58%)
(0.27/0.18/0.00/0.58)	

CMYK percentages

%27.1
%17.76
%0
%58.04

Codes

Color #4E586B in popluar color models

4E586B
RGB7888107
HSL219°15.68%36.27%
HSB/HSV219°27.10%41.96%
CMYK27.10%17.76%0.00%
58.04%

Color #4E586B in popluar number systems.

HEX4E586B
Decimal7888107
Binary100111010110001101011
Octal116130153

Shades and tints

Shades of #4E586B

#4E586B
(78,88,107)
#475062
(71,80,98)
#404859
(64,72,89)
#394050
(57,64,80)
#323847
(50,56,71)
#2B303E
(43,48,62)
#242835
(36,40,53)
#1D202C
(29,32,44)
#161823
(22,24,35)
#0F101A
(15,16,26)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #4E586B

#4E586B
(78,88,107)
#5E6778
(94,103,120)
#6E7685
(110,118,133)
#7E8592
(126,133,146)
#8E949F
(142,148,159)
#9EA3AC
(158,163,172)
#AEB2B9
(174,178,185)
#BEC1C6
(190,193,198)
#CED0D3
(206,208,211)
#DEDFE0
(222,223,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E586B; }

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

This text font color is #4E586B.


Background Color

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

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

This div background color is #4E586B.


Border color

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

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

This div border color is #4E586B.


Opacity

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

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

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

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

This text has shadow with #4E586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E586B on black background.


Color preview on white background

This text has color #4E586B on white background.



Black color preview on #4E586B background

This text has black color on #4E586B background.


White color preview on #4E586B background

This text has white color on #4E586B background.