COLOR #4E7C7F

HEX: #4E7C7F
RGB: (78,124,127)

Color info

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

RGB color model

#4E7C7F color RGB value is (78,124,127).

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

RGB channels and saturation

R 78 of 255 = 31%
G 124 of 255 = 49%
B 127 of 255 = 50%

78
124
127

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

Portions of RGB colors in percentages

R + G + B =
78 + 124 + 127 = 329 (100%)
R 78 of 329 ~ 23.71%
G 124 of 329 ~ 37.69%
B 127 of 329 ~ 38.6%

%23.71
%37.69
%38.6

CMYK color model

#4E7C7F color CMYK value is (39,2,0,50).

  • cyan value is 38.58%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(39,2,0,50)
C39M2Y0K50 
(39%,2%,0%,50%)
(0.39/0.02/0.00/0.50)	

CMYK percentages

%38.58
%2.36
%0
%50.2

Codes

Color #4E7C7F in popluar color models

4E7C7F
RGB78124127
HSL184°23.90%40.20%
HSB/HSV184°38.58%49.80%
CMYK38.58%2.36%0.00%
50.20%

Color #4E7C7F in popluar number systems.

HEX4E7C7F
Decimal78124127
Binary100111011111001111111
Octal116174177

Shades and tints

Shades of #4E7C7F

#4E7C7F
(78,124,127)
#477174
(71,113,116)
#406669
(64,102,105)
#395B5E
(57,91,94)
#325053
(50,80,83)
#2B4548
(43,69,72)
#243A3D
(36,58,61)
#1D2F32
(29,47,50)
#162427
(22,36,39)
#0F191C
(15,25,28)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #4E7C7F

#4E7C7F
(78,124,127)
#5E878A
(94,135,138)
#6E9295
(110,146,149)
#7E9DA0
(126,157,160)
#8EA8AB
(142,168,171)
#9EB3B6
(158,179,182)
#AEBEC1
(174,190,193)
#BEC9CC
(190,201,204)
#CED4D7
(206,212,215)
#DEDFE2
(222,223,226)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C7F; }

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

This text font color is #4E7C7F.


Background Color

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

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

This div background color is #4E7C7F.


Border color

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

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

This div border color is #4E7C7F.


Opacity

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

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

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

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

This text has shadow with #4E7C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7C7F on black background.


Color preview on white background

This text has color #4E7C7F on white background.



Black color preview on #4E7C7F background

This text has black color on #4E7C7F background.


White color preview on #4E7C7F background

This text has white color on #4E7C7F background.