COLOR #4E646A

HEX: #4E646A RGB: (78,100,106)

Color info

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

RGB color model

#4E646A color RGB value is (78,100,106).

RGB: (78,100,106) (31%, 39%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 106 of 255 = 42%

78
100
106

R + G + B ~ 37%. #4E646A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 100 + 106 = 284 (100%)
R 78 of 284 ~ 27.46%
G 100 of 284 ~ 35.21%
B 106 of 284 ~ 37.32'%

%27.46
%35.21
%37.32

CMYK color model

#4E646A color CMYK value is (26,6,0,58).

  • cyan value is 26.42%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (26,6,0,58)
C26M6Y0K58 (26%, 6%, 0%, 58%)
(0.26 / 0.06 / 0.00 / 0.58)

CMYK percentages

%26.42
%5.66
%0
%58.43

Codes

Color #4E646A in popluar color models

4E 64 6A
RGB 78 100 106
HSL 193° 15.22% 36.08%
HSB/HSV 193° 26.42% 41.57%
CMYK 26.42% 5.66% 0.00%
58.43%

Color #4E646A in popluar number systems.

HEX 4E 64 6A
Decimal 78 100 106
Binary 1001110 1100100 1101010
Octal 116 144 152

Shades and tints

Shades of #4E646A

#4E646A
(78,100,106)
#475B61
(71,91,97)
#405258
(64,82,88)
#39494F
(57,73,79)
#324046
(50,64,70)
#2B373D
(43,55,61)
#242E34
(36,46,52)
#1D252B
(29,37,43)
#161C22
(22,28,34)
#0F1319
(15,19,25)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #4E646A

#4E646A
(78,100,106)
#5E7277
(94,114,119)
#6E8084
(110,128,132)
#7E8E91
(126,142,145)
#8E9C9E
(142,156,158)
#9EAAAB
(158,170,171)
#AEB8B8
(174,184,184)
#BEC6C5
(190,198,197)
#CED4D2
(206,212,210)
#DEE2DF
(222,226,223)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E646A; }

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

This text font color is #4E646A.

Background Color

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

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

This div background color is #4E646A.

Border color

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

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

This div border color is #4E646A.

Opacity

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

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

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

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

This text has shadow with #4E646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E646A.

Preview

Color preview on black background

This text has color #4E646A on black background.


Color preview on white background

This text has color #4E646A on white background.


Black color preview on #4E646A background

This text has black color on #4E646A background.


White color preview on #4E646A background

This text has white color on #4E646A background.


Related colors

Complementary color

Complementary color for #hex is #B19B95.


I love getcolorcode.com

Triadic colors

1 #6A4E64 and #646A4E with #4E646A are triadic colors.

2 #6A644E and #644E6A with #4E646A are triadic colors.