COLOR #4E5059

HEX: #4E5059
RGB: (78,80,89)

Color info

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

RGB color model

#4E5059 color RGB value is (78,80,89).

  • red value is 78;
  • green value is 80;
  • blue value is 89.
RGB:
(78,80,89)
(31%,31%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 89 of 255 = 35%

78
80
89

R + G + B ~ 32%. #4E5059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 89 = 247 (100%)
R 78 of 247 ~ 31.58%
G 80 of 247 ~ 32.39%
B 89 of 247 ~ 36.03%

%31.58
%32.39
%36.03

CMYK color model

#4E5059 color CMYK value is (12,10,0,65).

  • cyan value is 12.36%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(12,10,0,65)
C12M10Y0K65 
(12%,10%,0%,65%)
(0.12/0.10/0.00/0.65)	

CMYK percentages

%12.36
%10.11
%0
%65.1

Codes

Color #4E5059 in popluar color models

4E5059
RGB788089
HSL229°6.59%32.75%
HSB/HSV229°12.36%34.90%
CMYK12.36%10.11%0.00%
65.10%

Color #4E5059 in popluar number systems.

HEX4E5059
Decimal788089
Binary100111010100001011001
Octal116120131

Shades and tints

Shades of #4E5059

#4E5059
(78,80,89)
#474951
(71,73,81)
#404249
(64,66,73)
#393B41
(57,59,65)
#323439
(50,52,57)
#2B2D31
(43,45,49)
#242629
(36,38,41)
#1D1F21
(29,31,33)
#161819
(22,24,25)
#0F1111
(15,17,17)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #4E5059

#4E5059
(78,80,89)
#5E5F68
(94,95,104)
#6E6E77
(110,110,119)
#7E7D86
(126,125,134)
#8E8C95
(142,140,149)
#9E9BA4
(158,155,164)
#AEAAB3
(174,170,179)
#BEB9C2
(190,185,194)
#CEC8D1
(206,200,209)
#DED7E0
(222,215,224)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5059 color. Also use rgb(78,80,89) instead hex code.

Text Font Color

.myTextColor { color: #4E5059; }

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

This text font color is #4E5059.


Background Color

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

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

This div background color is #4E5059.


Border color

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

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

This div border color is #4E5059.


Opacity

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

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

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

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

This text has shadow with #4E5059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5059 on black background.


Color preview on white background

This text has color #4E5059 on white background.



Black color preview on #4E5059 background

This text has black color on #4E5059 background.


White color preview on #4E5059 background

This text has white color on #4E5059 background.