COLOR #4E525A

HEX: #4E525A
RGB: (78,82,90)

Color info

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

RGB color model

#4E525A color RGB value is (78,82,90).

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

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 90 of 255 = 35%

78
82
90

R + G + B ~ 33%. #4E525A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 90 = 250 (100%)
R 78 of 250 ~ 31.2%
G 82 of 250 ~ 32.8%
B 90 of 250 ~ 36%

%31.2
%32.8
%36

CMYK color model

#4E525A color CMYK value is (13,9,0,65).

  • cyan value is 13.33%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(13,9,0,65)
C13M9Y0K65 
(13%,9%,0%,65%)
(0.13/0.09/0.00/0.65)	

CMYK percentages

%13.33
%8.89
%0
%64.71

Codes

Color #4E525A in popluar color models

4E525A
RGB788290
HSL220°7.14%32.94%
HSB/HSV220°13.33%35.29%
CMYK13.33%8.89%0.00%
64.71%

Color #4E525A in popluar number systems.

HEX4E525A
Decimal788290
Binary100111010100101011010
Octal116122132

Shades and tints

Shades of #4E525A

#4E525A
(78,82,90)
#474B52
(71,75,82)
#40444A
(64,68,74)
#393D42
(57,61,66)
#32363A
(50,54,58)
#2B2F32
(43,47,50)
#24282A
(36,40,42)
#1D2122
(29,33,34)
#161A1A
(22,26,26)
#0F1312
(15,19,18)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #4E525A

#4E525A
(78,82,90)
#5E6169
(94,97,105)
#6E7078
(110,112,120)
#7E7F87
(126,127,135)
#8E8E96
(142,142,150)
#9E9DA5
(158,157,165)
#AEACB4
(174,172,180)
#BEBBC3
(190,187,195)
#CECAD2
(206,202,210)
#DED9E1
(222,217,225)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E525A; }

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

This text font color is #4E525A.


Background Color

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

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

This div background color is #4E525A.


Border color

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

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

This div border color is #4E525A.


Opacity

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

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

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

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

This text has shadow with #4E525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E525A on black background.


Color preview on white background

This text has color #4E525A on white background.



Black color preview on #4E525A background

This text has black color on #4E525A background.


White color preview on #4E525A background

This text has white color on #4E525A background.