COLOR #4E526B

HEX: #4E526B
RGB: (78,82,107)

Color info

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

RGB color model

#4E526B color RGB value is (78,82,107).

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

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 107 of 255 = 42%

78
82
107

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

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 107 = 267 (100%)
R 78 of 267 ~ 29.21%
G 82 of 267 ~ 30.71%
B 107 of 267 ~ 40.07%

%29.21
%30.71
%40.07

CMYK color model

#4E526B color CMYK value is (27,23,0,58).

  • cyan value is 27.10%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(27,23,0,58)
C27M23Y0K58 
(27%,23%,0%,58%)
(0.27/0.23/0.00/0.58)	

CMYK percentages

%27.1
%23.36
%0
%58.04

Codes

Color #4E526B in popluar color models

4E526B
RGB7882107
HSL232°15.68%36.27%
HSB/HSV232°27.10%41.96%
CMYK27.10%23.36%0.00%
58.04%

Color #4E526B in popluar number systems.

HEX4E526B
Decimal7882107
Binary100111010100101101011
Octal116122153

Shades and tints

Shades of #4E526B

#4E526B
(78,82,107)
#474B62
(71,75,98)
#404459
(64,68,89)
#393D50
(57,61,80)
#323647
(50,54,71)
#2B2F3E
(43,47,62)
#242835
(36,40,53)
#1D212C
(29,33,44)
#161A23
(22,26,35)
#0F131A
(15,19,26)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #4E526B

#4E526B
(78,82,107)
#5E6178
(94,97,120)
#6E7085
(110,112,133)
#7E7F92
(126,127,146)
#8E8E9F
(142,142,159)
#9E9DAC
(158,157,172)
#AEACB9
(174,172,185)
#BEBBC6
(190,187,198)
#CECAD3
(206,202,211)
#DED9E0
(222,217,224)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E526B; }

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

This text font color is #4E526B.


Background Color

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

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

This div background color is #4E526B.


Border color

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

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

This div border color is #4E526B.


Opacity

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

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

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

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

This text has shadow with #4E526B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E526B on black background.


Color preview on white background

This text has color #4E526B on white background.



Black color preview on #4E526B background

This text has black color on #4E526B background.


White color preview on #4E526B background

This text has white color on #4E526B background.