COLOR #4E5356

HEX: #4E5356
RGB: (78,83,86)

Color info

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

RGB color model

#4E5356 color RGB value is (78,83,86).

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

RGB channels and saturation

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

78
83
86

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

Portions of RGB colors in percentages

R + G + B =
78 + 83 + 86 = 247 (100%)
R 78 of 247 ~ 31.58%
G 83 of 247 ~ 33.6%
B 86 of 247 ~ 34.82%

%31.58
%33.6
%34.82

CMYK color model

#4E5356 color CMYK value is (9,3,0,66).

  • cyan value is 9.30%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(9,3,0,66)
C9M3Y0K66 
(9%,3%,0%,66%)
(0.09/0.03/0.00/0.66)	

CMYK percentages

%9.3
%3.49
%0
%66.27

Codes

Color #4E5356 in popluar color models

4E5356
RGB788386
HSL203°4.88%32.16%
HSB/HSV203°9.30%33.73%
CMYK9.30%3.49%0.00%
66.27%

Color #4E5356 in popluar number systems.

HEX4E5356
Decimal788386
Binary100111010100111010110
Octal116123126

Shades and tints

Shades of #4E5356

#4E5356
(78,83,86)
#474C4F
(71,76,79)
#404548
(64,69,72)
#393E41
(57,62,65)
#32373A
(50,55,58)
#2B3033
(43,48,51)
#24292C
(36,41,44)
#1D2225
(29,34,37)
#161B1E
(22,27,30)
#0F1417
(15,20,23)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E5356

#4E5356
(78,83,86)
#5E6265
(94,98,101)
#6E7174
(110,113,116)
#7E8083
(126,128,131)
#8E8F92
(142,143,146)
#9E9EA1
(158,158,161)
#AEADB0
(174,173,176)
#BEBCBF
(190,188,191)
#CECBCE
(206,203,206)
#DEDADD
(222,218,221)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5356; }

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

This text font color is #4E5356.


Background Color

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

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

This div background color is #4E5356.


Border color

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

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

This div border color is #4E5356.


Opacity

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

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

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

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

This text has shadow with #4E5356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5356 on black background.


Color preview on white background

This text has color #4E5356 on white background.



Black color preview on #4E5356 background

This text has black color on #4E5356 background.


White color preview on #4E5356 background

This text has white color on #4E5356 background.