COLOR #4E797C

HEX: #4E797C RGB: (78,121,124)

Color info

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

RGB color model

#4E797C color RGB value is (78,121,124).

RGB: (78,121,124) (31%, 47%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 124 of 255 = 49%

78
121
124

R + G + B ~ 42%. #4E797C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 121 + 124 = 323 (100%)
R 78 of 323 ~ 24.15%
G 121 of 323 ~ 37.46%
B 124 of 323 ~ 38.39'%

%24.15
%37.46
%38.39

CMYK color model

#4E797C color CMYK value is (37,2,0,51).

  • cyan value is 37.10%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (37,2,0,51)
C37M2Y0K51 (37%, 2%, 0%, 51%)
(0.37 / 0.02 / 0.00 / 0.51)

CMYK percentages

%37.1
%2.42
%0
%51.37

Codes

Color #4E797C in popluar color models

4E 79 7C
RGB 78 121 124
HSL 184° 22.77% 39.61%
HSB/HSV 184° 37.10% 48.63%
CMYK 37.10% 2.42% 0.00%
51.37%

Color #4E797C in popluar number systems.

HEX 4E 79 7C
Decimal 78 121 124
Binary 1001110 1111001 1111100
Octal 116 171 174

Shades and tints

Shades of #4E797C

#4E797C
(78,121,124)
#476E71
(71,110,113)
#406366
(64,99,102)
#39585B
(57,88,91)
#324D50
(50,77,80)
#2B4245
(43,66,69)
#24373A
(36,55,58)
#1D2C2F
(29,44,47)
#162124
(22,33,36)
#0F1619
(15,22,25)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #4E797C

#4E797C
(78,121,124)
#5E8587
(94,133,135)
#6E9192
(110,145,146)
#7E9D9D
(126,157,157)
#8EA9A8
(142,169,168)
#9EB5B3
(158,181,179)
#AEC1BE
(174,193,190)
#BECDC9
(190,205,201)
#CED9D4
(206,217,212)
#DEE5DF
(222,229,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E797C color. Also use rgb(78,121,124) instead hex code.

Text Font Color

.myTextColor { color: #4E797C; }

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

This text font color is #4E797C.

Background Color

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

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

This div background color is #4E797C.

Border color

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

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

This div border color is #4E797C.

Opacity

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

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

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

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

This text has shadow with #4E797C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E797C.

Preview

Color preview on black background

This text has color #4E797C on black background.


Color preview on white background

This text has color #4E797C on white background.


Black color preview on #4E797C background

This text has black color on #4E797C background.


White color preview on #4E797C background

This text has white color on #4E797C background.


Related colors

Complementary color

Complementary color for #hex is #B18683.


I love getcolorcode.com

Triadic colors

1 #7C4E79 and #797C4E with #4E797C are triadic colors.

2 #7C794E and #794E7C with #4E797C are triadic colors.