COLOR #4E4E66

HEX: #4E4E66
RGB: (78,78,102)

Color info

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

RGB color model

#4E4E66 color RGB value is (78,78,102).

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

RGB channels and saturation

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

78
78
102

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

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 102 = 258 (100%)
R 78 of 258 ~ 30.23%
G 78 of 258 ~ 30.23%
B 102 of 258 ~ 39.53%

%30.23
%30.23
%39.53

CMYK color model

#4E4E66 color CMYK value is (24,24,0,60).

  • cyan value is 23.53%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(24,24,0,60)
C24M24Y0K60 
(24%,24%,0%,60%)
(0.24/0.24/0.00/0.60)	

CMYK percentages

%23.53
%23.53
%0
%60

Codes

Color #4E4E66 in popluar color models

4E4E66
RGB7878102
HSL240°13.33%35.29%
HSB/HSV240°23.53%40.00%
CMYK23.53%23.53%0.00%
60.00%

Color #4E4E66 in popluar number systems.

HEX4E4E66
Decimal7878102
Binary100111010011101100110
Octal116116146

Shades and tints

Shades of #4E4E66

#4E4E66
(78,78,102)
#47475D
(71,71,93)
#404054
(64,64,84)
#39394B
(57,57,75)
#323242
(50,50,66)
#2B2B39
(43,43,57)
#242430
(36,36,48)
#1D1D27
(29,29,39)
#16161E
(22,22,30)
#0F0F15
(15,15,21)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E4E66

#4E4E66
(78,78,102)
#5E5E73
(94,94,115)
#6E6E80
(110,110,128)
#7E7E8D
(126,126,141)
#8E8E9A
(142,142,154)
#9E9EA7
(158,158,167)
#AEAEB4
(174,174,180)
#BEBEC1
(190,190,193)
#CECECE
(206,206,206)
#DEDEDB
(222,222,219)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E66; }

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

This text font color is #4E4E66.


Background Color

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

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

This div background color is #4E4E66.


Border color

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

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

This div border color is #4E4E66.


Opacity

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

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

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

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

This text has shadow with #4E4E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E66 on black background.


Color preview on white background

This text has color #4E4E66 on white background.



Black color preview on #4E4E66 background

This text has black color on #4E4E66 background.


White color preview on #4E4E66 background

This text has white color on #4E4E66 background.