COLOR #4E6574

HEX: #4E6574 RGB: (78,101,116)

Color info

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

RGB color model

#4E6574 color RGB value is (78,101,116).

RGB: (78,101,116) (31%, 40%, 45%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 116 of 255 = 45%

78
101
116

R + G + B ~ 39%. #4E6574 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 101 + 116 = 295 (100%)
R 78 of 295 ~ 26.44%
G 101 of 295 ~ 34.24%
B 116 of 295 ~ 39.32'%

%26.44
%34.24
%39.32

CMYK color model

#4E6574 color CMYK value is (33,13,0,55).

  • cyan value is 32.76%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (33,13,0,55)
C33M13Y0K55 (33%, 13%, 0%, 55%)
(0.33 / 0.13 / 0.00 / 0.55)

CMYK percentages

%32.76
%12.93
%0
%54.51

Codes

Color #4E6574 in popluar color models

4E 65 74
RGB 78 101 116
HSL 204° 19.59% 38.04%
HSB/HSV 204° 32.76% 45.49%
CMYK 32.76% 12.93% 0.00%
54.51%

Color #4E6574 in popluar number systems.

HEX 4E 65 74
Decimal 78 101 116
Binary 1001110 1100101 1110100
Octal 116 145 164

Shades and tints

Shades of #4E6574

#4E6574
(78,101,116)
#475C6A
(71,92,106)
#405360
(64,83,96)
#394A56
(57,74,86)
#32414C
(50,65,76)
#2B3842
(43,56,66)
#242F38
(36,47,56)
#1D262E
(29,38,46)
#161D24
(22,29,36)
#0F141A
(15,20,26)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E6574

#4E6574
(78,101,116)
#5E7380
(94,115,128)
#6E818C
(110,129,140)
#7E8F98
(126,143,152)
#8E9DA4
(142,157,164)
#9EABB0
(158,171,176)
#AEB9BC
(174,185,188)
#BEC7C8
(190,199,200)
#CED5D4
(206,213,212)
#DEE3E0
(222,227,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6574 color. Also use rgb(78,101,116) instead hex code.

Text Font Color

.myTextColor { color: #4E6574; }

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

This text font color is #4E6574.

Background Color

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

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

This div background color is #4E6574.

Border color

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

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

This div border color is #4E6574.

Opacity

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

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

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

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

This text has shadow with #4E6574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6574.

Preview

Color preview on black background

This text has color #4E6574 on black background.


Color preview on white background

This text has color #4E6574 on white background.


Black color preview on #4E6574 background

This text has black color on #4E6574 background.


White color preview on #4E6574 background

This text has white color on #4E6574 background.


Related colors

Complementary color

Complementary color for #hex is #B19A8B.


I love getcolorcode.com

Triadic colors

1 #744E65 and #65744E with #4E6574 are triadic colors.

2 #74654E and #654E74 with #4E6574 are triadic colors.