COLOR #4E4956

HEX: #4E4956
RGB: (78,73,86)

Color info

#4E4956 contains red, green and blue colors in about the same proportion. Web safe color of #4E4956 is #663366 (or #636).

RGB color model

#4E4956 color RGB value is (78,73,86).

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

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 86 of 255 = 34%

78
73
86

R + G + B ~ 31%. #4E4956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 86 = 237 (100%)
R 78 of 237 ~ 32.91%
G 73 of 237 ~ 30.8%
B 86 of 237 ~ 36.29%

%32.91
%30.8
%36.29

CMYK color model

#4E4956 color CMYK value is (9,15,0,66).

  • cyan value is 9.30%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(9,15,0,66)
C9M15Y0K66 
(9%,15%,0%,66%)
(0.09/0.15/0.00/0.66)	

CMYK percentages

%9.3
%15.12
%0
%66.27

Codes

Color #4E4956 in popluar color models

4E4956
RGB787386
HSL263°8.18%31.18%
HSB/HSV263°15.12%33.73%
CMYK9.30%15.12%0.00%
66.27%

Color #4E4956 in popluar number systems.

HEX4E4956
Decimal787386
Binary100111010010011010110
Octal116111126

Shades and tints

Shades of #4E4956

#4E4956
(78,73,86)
#47434F
(71,67,79)
#403D48
(64,61,72)
#393741
(57,55,65)
#32313A
(50,49,58)
#2B2B33
(43,43,51)
#24252C
(36,37,44)
#1D1F25
(29,31,37)
#16191E
(22,25,30)
#0F1317
(15,19,23)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E4956

#4E4956
(78,73,86)
#5E5965
(94,89,101)
#6E6974
(110,105,116)
#7E7983
(126,121,131)
#8E8992
(142,137,146)
#9E99A1
(158,153,161)
#AEA9B0
(174,169,176)
#BEB9BF
(190,185,191)
#CEC9CE
(206,201,206)
#DED9DD
(222,217,221)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4956; }

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

This text font color is #4E4956.


Background Color

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

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

This div background color is #4E4956.


Border color

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

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

This div border color is #4E4956.


Opacity

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

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

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

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

This text has shadow with #4E4956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4956 on black background.


Color preview on white background

This text has color #4E4956 on white background.



Black color preview on #4E4956 background

This text has black color on #4E4956 background.


White color preview on #4E4956 background

This text has white color on #4E4956 background.