COLOR #4E5852

HEX: #4E5852
RGB: (78,88,82)

Color info

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

RGB color model

#4E5852 color RGB value is (78,88,82).

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

RGB channels and saturation

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

78
88
82

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

Portions of RGB colors in percentages

R + G + B =
78 + 88 + 82 = 248 (100%)
R 78 of 248 ~ 31.45%
G 88 of 248 ~ 35.48%
B 82 of 248 ~ 33.06%

%31.45
%35.48
%33.06

CMYK color model

#4E5852 color CMYK value is (11,0,7,65).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 65.49%
CMYK:
(11,0,7,65)
C11M0Y7K65 
(11%,0%,7%,65%)
(0.11/0.00/0.07/0.65)	

CMYK percentages

%11.36
%0
%6.82
%65.49

Codes

Color #4E5852 in popluar color models

4E5852
RGB788882
HSL144°6.02%32.55%
HSB/HSV144°11.36%34.51%
CMYK11.36%0.00%6.82%
65.49%

Color #4E5852 in popluar number systems.

HEX4E5852
Decimal788882
Binary100111010110001010010
Octal116130122

Shades and tints

Shades of #4E5852

#4E5852
(78,88,82)
#47504B
(71,80,75)
#404844
(64,72,68)
#39403D
(57,64,61)
#323836
(50,56,54)
#2B302F
(43,48,47)
#242828
(36,40,40)
#1D2021
(29,32,33)
#16181A
(22,24,26)
#0F1013
(15,16,19)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E5852

#4E5852
(78,88,82)
#5E6761
(94,103,97)
#6E7670
(110,118,112)
#7E857F
(126,133,127)
#8E948E
(142,148,142)
#9EA39D
(158,163,157)
#AEB2AC
(174,178,172)
#BEC1BB
(190,193,187)
#CED0CA
(206,208,202)
#DEDFD9
(222,223,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5852; }

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

This text font color is #4E5852.


Background Color

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

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

This div background color is #4E5852.


Border color

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

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

This div border color is #4E5852.


Opacity

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

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

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

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

This text has shadow with #4E5852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5852 on black background.


Color preview on white background

This text has color #4E5852 on white background.



Black color preview on #4E5852 background

This text has black color on #4E5852 background.


White color preview on #4E5852 background

This text has white color on #4E5852 background.