COLOR #4E5653

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
86
83

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

Portions of RGB colors in percentages

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

%31.58
%34.82
%33.6

CMYK color model

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

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

CMYK percentages

%9.3
%0
%3.49
%66.27

Codes

Color #4E5653 in popluar color models

4E5653
RGB788683
HSL158°4.88%32.16%
HSB/HSV158°9.30%33.73%
CMYK9.30%0.00%3.49%
66.27%

Color #4E5653 in popluar number systems.

HEX4E5653
Decimal788683
Binary100111010101101010011
Octal116126123

Shades and tints

Shades of #4E5653

#4E5653
(78,86,83)
#474F4C
(71,79,76)
#404845
(64,72,69)
#39413E
(57,65,62)
#323A37
(50,58,55)
#2B3330
(43,51,48)
#242C29
(36,44,41)
#1D2522
(29,37,34)
#161E1B
(22,30,27)
#0F1714
(15,23,20)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #4E5653

#4E5653
(78,86,83)
#5E6562
(94,101,98)
#6E7471
(110,116,113)
#7E8380
(126,131,128)
#8E928F
(142,146,143)
#9EA19E
(158,161,158)
#AEB0AD
(174,176,173)
#BEBFBC
(190,191,188)
#CECECB
(206,206,203)
#DEDDDA
(222,221,218)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5653; }

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

This text font color is #4E5653.


Background Color

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

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

This div background color is #4E5653.


Border color

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

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

This div border color is #4E5653.


Opacity

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

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

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

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

This text has shadow with #4E5653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5653 on black background.


Color preview on white background

This text has color #4E5653 on white background.



Black color preview on #4E5653 background

This text has black color on #4E5653 background.


White color preview on #4E5653 background

This text has white color on #4E5653 background.