COLOR #4E686C

HEX: #4E686C
RGB: (78,104,108)

Color info

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

RGB color model

#4E686C color RGB value is (78,104,108).

  • red value is 78;
  • green value is 104;
  • blue value is 108.
RGB:
(78,104,108)
(31%,41%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 104 of 255 = 41%
B 108 of 255 = 42%

78
104
108

R + G + B ~ 38%. #4E686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 104 + 108 = 290 (100%)
R 78 of 290 ~ 26.9%
G 104 of 290 ~ 35.86%
B 108 of 290 ~ 37.24%

%26.9
%35.86
%37.24

CMYK color model

#4E686C color CMYK value is (28,4,0,58).

  • cyan value is 27.78%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(28,4,0,58)
C28M4Y0K58 
(28%,4%,0%,58%)
(0.28/0.04/0.00/0.58)	

CMYK percentages

%27.78
%3.7
%0
%57.65

Codes

Color #4E686C in popluar color models

4E686C
RGB78104108
HSL188°16.13%36.47%
HSB/HSV188°27.78%42.35%
CMYK27.78%3.70%0.00%
57.65%

Color #4E686C in popluar number systems.

HEX4E686C
Decimal78104108
Binary100111011010001101100
Octal116150154

Shades and tints

Shades of #4E686C

#4E686C
(78,104,108)
#475F63
(71,95,99)
#40565A
(64,86,90)
#394D51
(57,77,81)
#324448
(50,68,72)
#2B3B3F
(43,59,63)
#243236
(36,50,54)
#1D292D
(29,41,45)
#162024
(22,32,36)
#0F171B
(15,23,27)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #4E686C

#4E686C
(78,104,108)
#5E7579
(94,117,121)
#6E8286
(110,130,134)
#7E8F93
(126,143,147)
#8E9CA0
(142,156,160)
#9EA9AD
(158,169,173)
#AEB6BA
(174,182,186)
#BEC3C7
(190,195,199)
#CED0D4
(206,208,212)
#DEDDE1
(222,221,225)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E686C; }

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

This text font color is #4E686C.


Background Color

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

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

This div background color is #4E686C.


Border color

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

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

This div border color is #4E686C.


Opacity

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

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

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

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

This text has shadow with #4E686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E686C on black background.


Color preview on white background

This text has color #4E686C on white background.



Black color preview on #4E686C background

This text has black color on #4E686C background.


White color preview on #4E686C background

This text has white color on #4E686C background.