COLOR #4E686A

HEX: #4E686A
RGB: (78,104,106)

Color info

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

RGB color model

#4E686A color RGB value is (78,104,106).

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

RGB channels and saturation

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

78
104
106

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

Portions of RGB colors in percentages

R + G + B =
78 + 104 + 106 = 288 (100%)
R 78 of 288 ~ 27.08%
G 104 of 288 ~ 36.11%
B 106 of 288 ~ 36.81%

%27.08
%36.11
%36.81

CMYK color model

#4E686A color CMYK value is (26,2,0,58).

  • cyan value is 26.42%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(26,2,0,58)
C26M2Y0K58 
(26%,2%,0%,58%)
(0.26/0.02/0.00/0.58)	

CMYK percentages

%26.42
%1.89
%0
%58.43

Codes

Color #4E686A in popluar color models

4E686A
RGB78104106
HSL184°15.22%36.08%
HSB/HSV184°26.42%41.57%
CMYK26.42%1.89%0.00%
58.43%

Color #4E686A in popluar number systems.

HEX4E686A
Decimal78104106
Binary100111011010001101010
Octal116150152

Shades and tints

Shades of #4E686A

#4E686A
(78,104,106)
#475F61
(71,95,97)
#405658
(64,86,88)
#394D4F
(57,77,79)
#324446
(50,68,70)
#2B3B3D
(43,59,61)
#243234
(36,50,52)
#1D292B
(29,41,43)
#162022
(22,32,34)
#0F1719
(15,23,25)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #4E686A

#4E686A
(78,104,106)
#5E7577
(94,117,119)
#6E8284
(110,130,132)
#7E8F91
(126,143,145)
#8E9C9E
(142,156,158)
#9EA9AB
(158,169,171)
#AEB6B8
(174,182,184)
#BEC3C5
(190,195,197)
#CED0D2
(206,208,210)
#DEDDDF
(222,221,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E686A; }

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

This text font color is #4E686A.


Background Color

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

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

This div background color is #4E686A.


Border color

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

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

This div border color is #4E686A.


Opacity

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

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

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

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

This text has shadow with #4E686A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E686A on black background.


Color preview on white background

This text has color #4E686A on white background.



Black color preview on #4E686A background

This text has black color on #4E686A background.


White color preview on #4E686A background

This text has white color on #4E686A background.