COLOR #4E5752

HEX: #4E5752
RGB: (78,87,82)

Color info

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

RGB color model

#4E5752 color RGB value is (78,87,82).

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

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 82 of 255 = 32%

78
87
82

R + G + B ~ 32%. #4E5752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 87 + 82 = 247 (100%)
R 78 of 247 ~ 31.58%
G 87 of 247 ~ 35.22%
B 82 of 247 ~ 33.2%

%31.58
%35.22
%33.2

CMYK color model

#4E5752 color CMYK value is (10,0,6,66).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(10,0,6,66)
C10M0Y6K66 
(10%,0%,6%,66%)
(0.10/0.00/0.06/0.66)	

CMYK percentages

%10.34
%0
%5.75
%65.88

Codes

Color #4E5752 in popluar color models

4E5752
RGB788782
HSL147°5.45%32.35%
HSB/HSV147°10.34%34.12%
CMYK10.34%0.00%5.75%
65.88%

Color #4E5752 in popluar number systems.

HEX4E5752
Decimal788782
Binary100111010101111010010
Octal116127122

Shades and tints

Shades of #4E5752

#4E5752
(78,87,82)
#47504B
(71,80,75)
#404944
(64,73,68)
#39423D
(57,66,61)
#323B36
(50,59,54)
#2B342F
(43,52,47)
#242D28
(36,45,40)
#1D2621
(29,38,33)
#161F1A
(22,31,26)
#0F1813
(15,24,19)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #4E5752

#4E5752
(78,87,82)
#5E6661
(94,102,97)
#6E7570
(110,117,112)
#7E847F
(126,132,127)
#8E938E
(142,147,142)
#9EA29D
(158,162,157)
#AEB1AC
(174,177,172)
#BEC0BB
(190,192,187)
#CECFCA
(206,207,202)
#DEDED9
(222,222,217)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5752; }

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

This text font color is #4E5752.


Background Color

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

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

This div background color is #4E5752.


Border color

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

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

This div border color is #4E5752.


Opacity

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

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

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

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

This text has shadow with #4E5752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5752 on black background.


Color preview on white background

This text has color #4E5752 on white background.



Black color preview on #4E5752 background

This text has black color on #4E5752 background.


White color preview on #4E5752 background

This text has white color on #4E5752 background.