COLOR #4E6C7C

HEX: #4E6C7C
RGB: (78,108,124)

Color info

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

RGB color model

#4E6C7C color RGB value is (78,108,124).

  • red value is 78;
  • green value is 108;
  • blue value is 124.
RGB:
(78,108,124)
(31%,42%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 108 of 255 = 42%
B 124 of 255 = 49%

78
108
124

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

Portions of RGB colors in percentages

R + G + B =
78 + 108 + 124 = 310 (100%)
R 78 of 310 ~ 25.16%
G 108 of 310 ~ 34.84%
B 124 of 310 ~ 40%

%25.16
%34.84
%40

CMYK color model

#4E6C7C color CMYK value is (37,13,0,51).

  • cyan value is 37.10%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(37,13,0,51)
C37M13Y0K51 
(37%,13%,0%,51%)
(0.37/0.13/0.00/0.51)	

CMYK percentages

%37.1
%12.9
%0
%51.37

Codes

Color #4E6C7C in popluar color models

4E6C7C
RGB78108124
HSL201°22.77%39.61%
HSB/HSV201°37.10%48.63%
CMYK37.10%12.90%0.00%
51.37%

Color #4E6C7C in popluar number systems.

HEX4E6C7C
Decimal78108124
Binary100111011011001111100
Octal116154174

Shades and tints

Shades of #4E6C7C

#4E6C7C
(78,108,124)
#476371
(71,99,113)
#405A66
(64,90,102)
#39515B
(57,81,91)
#324850
(50,72,80)
#2B3F45
(43,63,69)
#24363A
(36,54,58)
#1D2D2F
(29,45,47)
#162424
(22,36,36)
#0F1B19
(15,27,25)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #4E6C7C

#4E6C7C
(78,108,124)
#5E7987
(94,121,135)
#6E8692
(110,134,146)
#7E939D
(126,147,157)
#8EA0A8
(142,160,168)
#9EADB3
(158,173,179)
#AEBABE
(174,186,190)
#BEC7C9
(190,199,201)
#CED4D4
(206,212,212)
#DEE1DF
(222,225,223)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6C7C; }

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

This text font color is #4E6C7C.


Background Color

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

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

This div background color is #4E6C7C.


Border color

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

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

This div border color is #4E6C7C.


Opacity

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

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

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

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

This text has shadow with #4E6C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6C7C on black background.


Color preview on white background

This text has color #4E6C7C on white background.



Black color preview on #4E6C7C background

This text has black color on #4E6C7C background.


White color preview on #4E6C7C background

This text has white color on #4E6C7C background.