COLOR #4E7C72

HEX: #4E7C72
RGB: (78,124,114)

Color info

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

RGB color model

#4E7C72 color RGB value is (78,124,114).

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

RGB channels and saturation

R 78 of 255 = 31%
G 124 of 255 = 49%
B 114 of 255 = 45%

78
124
114

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

Portions of RGB colors in percentages

R + G + B =
78 + 124 + 114 = 316 (100%)
R 78 of 316 ~ 24.68%
G 124 of 316 ~ 39.24%
B 114 of 316 ~ 36.08%

%24.68
%39.24
%36.08

CMYK color model

#4E7C72 color CMYK value is (37,0,8,51).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 51.37%
CMYK:
(37,0,8,51)
C37M0Y8K51 
(37%,0%,8%,51%)
(0.37/0.00/0.08/0.51)	

CMYK percentages

%37.1
%0
%8.06
%51.37

Codes

Color #4E7C72 in popluar color models

4E7C72
RGB78124114
HSL167°22.77%39.61%
HSB/HSV167°37.10%48.63%
CMYK37.10%0.00%8.06%
51.37%

Color #4E7C72 in popluar number systems.

HEX4E7C72
Decimal78124114
Binary100111011111001110010
Octal116174162

Shades and tints

Shades of #4E7C72

#4E7C72
(78,124,114)
#477168
(71,113,104)
#40665E
(64,102,94)
#395B54
(57,91,84)
#32504A
(50,80,74)
#2B4540
(43,69,64)
#243A36
(36,58,54)
#1D2F2C
(29,47,44)
#162422
(22,36,34)
#0F1918
(15,25,24)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E7C72

#4E7C72
(78,124,114)
#5E877E
(94,135,126)
#6E928A
(110,146,138)
#7E9D96
(126,157,150)
#8EA8A2
(142,168,162)
#9EB3AE
(158,179,174)
#AEBEBA
(174,190,186)
#BEC9C6
(190,201,198)
#CED4D2
(206,212,210)
#DEDFDE
(222,223,222)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C72; }

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

This text font color is #4E7C72.


Background Color

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

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

This div background color is #4E7C72.


Border color

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

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

This div border color is #4E7C72.


Opacity

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

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

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

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

This text has shadow with #4E7C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7C72 on black background.


Color preview on white background

This text has color #4E7C72 on white background.



Black color preview on #4E7C72 background

This text has black color on #4E7C72 background.


White color preview on #4E7C72 background

This text has white color on #4E7C72 background.