COLOR #4E516D

HEX: #4E516D
RGB: (78,81,109)

Color info

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

RGB color model

#4E516D color RGB value is (78,81,109).

  • red value is 78;
  • green value is 81;
  • blue value is 109.
RGB:
(78,81,109)
(31%,32%,43%)

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 109 of 255 = 43%

78
81
109

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

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 109 = 268 (100%)
R 78 of 268 ~ 29.1%
G 81 of 268 ~ 30.22%
B 109 of 268 ~ 40.67%

%29.1
%30.22
%40.67

CMYK color model

#4E516D color CMYK value is (28,26,0,57).

  • cyan value is 28.44%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(28,26,0,57)
C28M26Y0K57 
(28%,26%,0%,57%)
(0.28/0.26/0.00/0.57)	

CMYK percentages

%28.44
%25.69
%0
%57.25

Codes

Color #4E516D in popluar color models

4E516D
RGB7881109
HSL234°16.58%36.67%
HSB/HSV234°28.44%42.75%
CMYK28.44%25.69%0.00%
57.25%

Color #4E516D in popluar number systems.

HEX4E516D
Decimal7881109
Binary100111010100011101101
Octal116121155

Shades and tints

Shades of #4E516D

#4E516D
(78,81,109)
#474A64
(71,74,100)
#40435B
(64,67,91)
#393C52
(57,60,82)
#323549
(50,53,73)
#2B2E40
(43,46,64)
#242737
(36,39,55)
#1D202E
(29,32,46)
#161925
(22,25,37)
#0F121C
(15,18,28)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #4E516D

#4E516D
(78,81,109)
#5E607A
(94,96,122)
#6E6F87
(110,111,135)
#7E7E94
(126,126,148)
#8E8DA1
(142,141,161)
#9E9CAE
(158,156,174)
#AEABBB
(174,171,187)
#BEBAC8
(190,186,200)
#CEC9D5
(206,201,213)
#DED8E2
(222,216,226)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E516D color. Also use rgb(78,81,109) instead hex code.

Text Font Color

.myTextColor { color: #4E516D; }

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

This text font color is #4E516D.


Background Color

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

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

This div background color is #4E516D.


Border color

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

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

This div border color is #4E516D.


Opacity

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

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

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

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

This text has shadow with #4E516D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E516D on black background.


Color preview on white background

This text has color #4E516D on white background.



Black color preview on #4E516D background

This text has black color on #4E516D background.


White color preview on #4E516D background

This text has white color on #4E516D background.