COLOR #4E5753

HEX: #4E5753
RGB: (78,87,83)

Color info

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

RGB color model

#4E5753 color RGB value is (78,87,83).

  • red value is 78;
  • green value is 87;
  • blue value is 83.
RGB:
(78,87,83)
(31%,34%,33%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 83 of 255 = 33%

78
87
83

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

Portions of RGB colors in percentages

R + G + B =
78 + 87 + 83 = 248 (100%)
R 78 of 248 ~ 31.45%
G 87 of 248 ~ 35.08%
B 83 of 248 ~ 33.47%

%31.45
%35.08
%33.47

CMYK color model

#4E5753 color CMYK value is (10,0,5,66).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 65.88%
CMYK:
(10,0,5,66)
C10M0Y5K66 
(10%,0%,5%,66%)
(0.10/0.00/0.05/0.66)	

CMYK percentages

%10.34
%0
%4.6
%65.88

Codes

Color #4E5753 in popluar color models

4E5753
RGB788783
HSL153°5.45%32.35%
HSB/HSV153°10.34%34.12%
CMYK10.34%0.00%4.60%
65.88%

Color #4E5753 in popluar number systems.

HEX4E5753
Decimal788783
Binary100111010101111010011
Octal116127123

Shades and tints

Shades of #4E5753

#4E5753
(78,87,83)
#47504C
(71,80,76)
#404945
(64,73,69)
#39423E
(57,66,62)
#323B37
(50,59,55)
#2B3430
(43,52,48)
#242D29
(36,45,41)
#1D2622
(29,38,34)
#161F1B
(22,31,27)
#0F1814
(15,24,20)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #4E5753

#4E5753
(78,87,83)
#5E6662
(94,102,98)
#6E7571
(110,117,113)
#7E8480
(126,132,128)
#8E938F
(142,147,143)
#9EA29E
(158,162,158)
#AEB1AD
(174,177,173)
#BEC0BC
(190,192,188)
#CECFCB
(206,207,203)
#DEDEDA
(222,222,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5753 color. Also use rgb(78,87,83) instead hex code.

Text Font Color

.myTextColor { color: #4E5753; }

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

This text font color is #4E5753.


Background Color

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

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

This div background color is #4E5753.


Border color

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

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

This div border color is #4E5753.


Opacity

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

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

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

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

This text has shadow with #4E5753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5753 on black background.


Color preview on white background

This text has color #4E5753 on white background.



Black color preview on #4E5753 background

This text has black color on #4E5753 background.


White color preview on #4E5753 background

This text has white color on #4E5753 background.