COLOR #4E616F

HEX: #4E616F RGB: (78,97,111)

Color info

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

RGB color model

#4E616F color RGB value is (78,97,111).

RGB: (78,97,111) (31%, 38%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 111 of 255 = 44%

78
97
111

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

Portions of RGB colors in percentages

R + G + B = 78 + 97 + 111 = 286 (100%)
R 78 of 286 ~ 27.27%
G 97 of 286 ~ 33.92%
B 111 of 286 ~ 38.81'%

%27.27
%33.92
%38.81

CMYK color model

#4E616F color CMYK value is (30,13,0,56).

  • cyan value is 29.73%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (30,13,0,56)
C30M13Y0K56 (30%, 13%, 0%, 56%)
(0.30 / 0.13 / 0.00 / 0.56)

CMYK percentages

%29.73
%12.61
%0
%56.47

Codes

Color #4E616F in popluar color models

4E 61 6F
RGB 78 97 111
HSL 205° 17.46% 37.06%
HSB/HSV 205° 29.73% 43.53%
CMYK 29.73% 12.61% 0.00%
56.47%

Color #4E616F in popluar number systems.

HEX 4E 61 6F
Decimal 78 97 111
Binary 1001110 1100001 1101111
Octal 116 141 157

Shades and tints

Shades of #4E616F

#4E616F
(78,97,111)
#475965
(71,89,101)
#40515B
(64,81,91)
#394951
(57,73,81)
#324147
(50,65,71)
#2B393D
(43,57,61)
#243133
(36,49,51)
#1D2929
(29,41,41)
#16211F
(22,33,31)
#0F1915
(15,25,21)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #4E616F

#4E616F
(78,97,111)
#5E6F7C
(94,111,124)
#6E7D89
(110,125,137)
#7E8B96
(126,139,150)
#8E99A3
(142,153,163)
#9EA7B0
(158,167,176)
#AEB5BD
(174,181,189)
#BEC3CA
(190,195,202)
#CED1D7
(206,209,215)
#DEDFE4
(222,223,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E616F; }

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

This text font color is #4E616F.

Background Color

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

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

This div background color is #4E616F.

Border color

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

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

This div border color is #4E616F.

Opacity

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

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

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

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

This text has shadow with #4E616F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E616F.

Preview

Color preview on black background

This text has color #4E616F on black background.


Color preview on white background

This text has color #4E616F on white background.


Black color preview on #4E616F background

This text has black color on #4E616F background.


White color preview on #4E616F background

This text has white color on #4E616F background.


Related colors

Complementary color

Complementary color for #hex is #B19E90.


I love getcolorcode.com

Triadic colors

1 #6F4E61 and #616F4E with #4E616F are triadic colors.

2 #6F614E and #614E6F with #4E616F are triadic colors.