COLOR #4E646E

HEX: #4E646E RGB: (78,100,110)

Color info

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

RGB color model

#4E646E color RGB value is (78,100,110).

RGB: (78,100,110) (31%, 39%, 43%)

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 110 of 255 = 43%

78
100
110

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

Portions of RGB colors in percentages

R + G + B = 78 + 100 + 110 = 288 (100%)
R 78 of 288 ~ 27.08%
G 100 of 288 ~ 34.72%
B 110 of 288 ~ 38.19'%

%27.08
%34.72
%38.19

CMYK color model

#4E646E color CMYK value is (29,9,0,57).

  • cyan value is 29.09%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (29,9,0,57)
C29M9Y0K57 (29%, 9%, 0%, 57%)
(0.29 / 0.09 / 0.00 / 0.57)

CMYK percentages

%29.09
%9.09
%0
%56.86

Codes

Color #4E646E in popluar color models

4E 64 6E
RGB 78 100 110
HSL 199° 17.02% 36.86%
HSB/HSV 199° 29.09% 43.14%
CMYK 29.09% 9.09% 0.00%
56.86%

Color #4E646E in popluar number systems.

HEX 4E 64 6E
Decimal 78 100 110
Binary 1001110 1100100 1101110
Octal 116 144 156

Shades and tints

Shades of #4E646E

#4E646E
(78,100,110)
#475B64
(71,91,100)
#40525A
(64,82,90)
#394950
(57,73,80)
#324046
(50,64,70)
#2B373C
(43,55,60)
#242E32
(36,46,50)
#1D2528
(29,37,40)
#161C1E
(22,28,30)
#0F1314
(15,19,20)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #4E646E

#4E646E
(78,100,110)
#5E727B
(94,114,123)
#6E8088
(110,128,136)
#7E8E95
(126,142,149)
#8E9CA2
(142,156,162)
#9EAAAF
(158,170,175)
#AEB8BC
(174,184,188)
#BEC6C9
(190,198,201)
#CED4D6
(206,212,214)
#DEE2E3
(222,226,227)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E646E; }

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

This text font color is #4E646E.

Background Color

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

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

This div background color is #4E646E.

Border color

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

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

This div border color is #4E646E.

Opacity

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

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

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

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

This text has shadow with #4E646E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E646E.

Preview

Color preview on black background

This text has color #4E646E on black background.


Color preview on white background

This text has color #4E646E on white background.


Black color preview on #4E646E background

This text has black color on #4E646E background.


White color preview on #4E646E background

This text has white color on #4E646E background.


Related colors

Complementary color

Complementary color for #hex is #B19B91.


I love getcolorcode.com

Triadic colors

1 #6E4E64 and #646E4E with #4E646E are triadic colors.

2 #6E644E and #644E6E with #4E646E are triadic colors.