COLOR #4E4E65

HEX: #4E4E65
RGB: (78,78,101)

Color info

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

RGB color model

#4E4E65 color RGB value is (78,78,101).

  • red value is 78;
  • green value is 78;
  • blue value is 101.
RGB:
(78,78,101)
(31%,31%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 78 of 255 = 31%
B 101 of 255 = 40%

78
78
101

R + G + B ~ 34%. #4E4E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 101 = 257 (100%)
R 78 of 257 ~ 30.35%
G 78 of 257 ~ 30.35%
B 101 of 257 ~ 39.3%

%30.35
%30.35
%39.3

CMYK color model

#4E4E65 color CMYK value is (23,23,0,60).

  • cyan value is 22.77%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(23,23,0,60)
C23M23Y0K60 
(23%,23%,0%,60%)
(0.23/0.23/0.00/0.60)	

CMYK percentages

%22.77
%22.77
%0
%60.39

Codes

Color #4E4E65 in popluar color models

4E4E65
RGB7878101
HSL240°12.85%35.10%
HSB/HSV240°22.77%39.61%
CMYK22.77%22.77%0.00%
60.39%

Color #4E4E65 in popluar number systems.

HEX4E4E65
Decimal7878101
Binary100111010011101100101
Octal116116145

Shades and tints

Shades of #4E4E65

#4E4E65
(78,78,101)
#47475C
(71,71,92)
#404053
(64,64,83)
#39394A
(57,57,74)
#323241
(50,50,65)
#2B2B38
(43,43,56)
#24242F
(36,36,47)
#1D1D26
(29,29,38)
#16161D
(22,22,29)
#0F0F14
(15,15,20)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #4E4E65

#4E4E65
(78,78,101)
#5E5E73
(94,94,115)
#6E6E81
(110,110,129)
#7E7E8F
(126,126,143)
#8E8E9D
(142,142,157)
#9E9EAB
(158,158,171)
#AEAEB9
(174,174,185)
#BEBEC7
(190,190,199)
#CECED5
(206,206,213)
#DEDEE3
(222,222,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E65; }

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

This text font color is #4E4E65.


Background Color

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

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

This div background color is #4E4E65.


Border color

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

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

This div border color is #4E4E65.


Opacity

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

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

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

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

This text has shadow with #4E4E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E65 on black background.


Color preview on white background

This text has color #4E4E65 on white background.



Black color preview on #4E4E65 background

This text has black color on #4E4E65 background.


White color preview on #4E4E65 background

This text has white color on #4E4E65 background.