COLOR #4E546E

HEX: #4E546E
RGB: (78,84,110)

Color info

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

RGB color model

#4E546E color RGB value is (78,84,110).

  • red value is 78;
  • green value is 84;
  • blue value is 110.
RGB:
(78,84,110)
(31%,33%,43%)

RGB channels and saturation

R 78 of 255 = 31%
G 84 of 255 = 33%
B 110 of 255 = 43%

78
84
110

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

Portions of RGB colors in percentages

R + G + B =
78 + 84 + 110 = 272 (100%)
R 78 of 272 ~ 28.68%
G 84 of 272 ~ 30.88%
B 110 of 272 ~ 40.44%

%28.68
%30.88
%40.44

CMYK color model

#4E546E color CMYK value is (29,24,0,57).

  • cyan value is 29.09%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(29,24,0,57)
C29M24Y0K57 
(29%,24%,0%,57%)
(0.29/0.24/0.00/0.57)	

CMYK percentages

%29.09
%23.64
%0
%56.86

Codes

Color #4E546E in popluar color models

4E546E
RGB7884110
HSL229°17.02%36.86%
HSB/HSV229°29.09%43.14%
CMYK29.09%23.64%0.00%
56.86%

Color #4E546E in popluar number systems.

HEX4E546E
Decimal7884110
Binary100111010101001101110
Octal116124156

Shades and tints

Shades of #4E546E

#4E546E
(78,84,110)
#474D64
(71,77,100)
#40465A
(64,70,90)
#393F50
(57,63,80)
#323846
(50,56,70)
#2B313C
(43,49,60)
#242A32
(36,42,50)
#1D2328
(29,35,40)
#161C1E
(22,28,30)
#0F1514
(15,21,20)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #4E546E

#4E546E
(78,84,110)
#5E637B
(94,99,123)
#6E7288
(110,114,136)
#7E8195
(126,129,149)
#8E90A2
(142,144,162)
#9E9FAF
(158,159,175)
#AEAEBC
(174,174,188)
#BEBDC9
(190,189,201)
#CECCD6
(206,204,214)
#DEDBE3
(222,219,227)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E546E color. Also use rgb(78,84,110) instead hex code.

Text Font Color

.myTextColor { color: #4E546E; }

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

This text font color is #4E546E.


Background Color

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

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

This div background color is #4E546E.


Border color

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

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

This div border color is #4E546E.


Opacity

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

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

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

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

This text has shadow with #4E546E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E546E on black background.


Color preview on white background

This text has color #4E546E on white background.



Black color preview on #4E546E background

This text has black color on #4E546E background.


White color preview on #4E546E background

This text has white color on #4E546E background.