COLOR #4E526F

HEX: #4E526F
RGB: (78,82,111)

Color info

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

RGB color model

#4E526F color RGB value is (78,82,111).

  • red value is 78;
  • green value is 82;
  • blue value is 111.
RGB:
(78,82,111)
(31%,32%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 111 of 255 = 44%

78
82
111

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

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 111 = 271 (100%)
R 78 of 271 ~ 28.78%
G 82 of 271 ~ 30.26%
B 111 of 271 ~ 40.96%

%28.78
%30.26
%40.96

CMYK color model

#4E526F color CMYK value is (30,26,0,56).

  • cyan value is 29.73%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(30,26,0,56)
C30M26Y0K56 
(30%,26%,0%,56%)
(0.30/0.26/0.00/0.56)	

CMYK percentages

%29.73
%26.13
%0
%56.47

Codes

Color #4E526F in popluar color models

4E526F
RGB7882111
HSL233°17.46%37.06%
HSB/HSV233°29.73%43.53%
CMYK29.73%26.13%0.00%
56.47%

Color #4E526F in popluar number systems.

HEX4E526F
Decimal7882111
Binary100111010100101101111
Octal116122157

Shades and tints

Shades of #4E526F

#4E526F
(78,82,111)
#474B65
(71,75,101)
#40445B
(64,68,91)
#393D51
(57,61,81)
#323647
(50,54,71)
#2B2F3D
(43,47,61)
#242833
(36,40,51)
#1D2129
(29,33,41)
#161A1F
(22,26,31)
#0F1315
(15,19,21)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E526F

#4E526F
(78,82,111)
#5E617C
(94,97,124)
#6E7089
(110,112,137)
#7E7F96
(126,127,150)
#8E8EA3
(142,142,163)
#9E9DB0
(158,157,176)
#AEACBD
(174,172,189)
#BEBBCA
(190,187,202)
#CECAD7
(206,202,215)
#DED9E4
(222,217,228)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E526F color. Also use rgb(78,82,111) instead hex code.

Text Font Color

.myTextColor { color: #4E526F; }

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

This text font color is #4E526F.


Background Color

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

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

This div background color is #4E526F.


Border color

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

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

This div border color is #4E526F.


Opacity

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

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

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

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

This text has shadow with #4E526F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E526F on black background.


Color preview on white background

This text has color #4E526F on white background.



Black color preview on #4E526F background

This text has black color on #4E526F background.


White color preview on #4E526F background

This text has white color on #4E526F background.