COLOR #4E726D

HEX: #4E726D RGB: (78,114,109)

Color info

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

RGB color model

#4E726D color RGB value is (78,114,109).

RGB: (78,114,109) (31%, 45%, 43%)

RGB channels and saturation

R 78 of 255 = 31%
G 114 of 255 = 45%
B 109 of 255 = 43%

78
114
109

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

Portions of RGB colors in percentages

R + G + B = 78 + 114 + 109 = 301 (100%)
R 78 of 301 ~ 25.91%
G 114 of 301 ~ 37.87%
B 109 of 301 ~ 36.21'%

%25.91
%37.87
%36.21

CMYK color model

#4E726D color CMYK value is (32,0,4,55).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 55.29%

CMYK: (32,0,4,55)
C32M0Y4K55 (32%, 0%, 4%, 55%)
(0.32 / 0.00 / 0.04 / 0.55)

CMYK percentages

%31.58
%0
%4.39
%55.29

Codes

Color #4E726D in popluar color models

4E 72 6D
RGB 78 114 109
HSL 172° 18.75% 37.65%
HSB/HSV 172° 31.58% 44.71%
CMYK 31.58% 0.00% 4.39%
55.29%

Color #4E726D in popluar number systems.

HEX 4E 72 6D
Decimal 78 114 109
Binary 1001110 1110010 1101101
Octal 116 162 155

Shades and tints

Shades of #4E726D

#4E726D
(78,114,109)
#476864
(71,104,100)
#405E5B
(64,94,91)
#395452
(57,84,82)
#324A49
(50,74,73)
#2B4040
(43,64,64)
#243637
(36,54,55)
#1D2C2E
(29,44,46)
#162225
(22,34,37)
#0F181C
(15,24,28)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #4E726D

#4E726D
(78,114,109)
#5E7E7A
(94,126,122)
#6E8A87
(110,138,135)
#7E9694
(126,150,148)
#8EA2A1
(142,162,161)
#9EAEAE
(158,174,174)
#AEBABB
(174,186,187)
#BEC6C8
(190,198,200)
#CED2D5
(206,210,213)
#DEDEE2
(222,222,226)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E726D; }

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

This text font color is #4E726D.

Background Color

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

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

This div background color is #4E726D.

Border color

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

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

This div border color is #4E726D.

Opacity

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

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

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

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

This text has shadow with #4E726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E726D.

Preview

Color preview on black background

This text has color #4E726D on black background.


Color preview on white background

This text has color #4E726D on white background.


Black color preview on #4E726D background

This text has black color on #4E726D background.


White color preview on #4E726D background

This text has white color on #4E726D background.


Related colors

Complementary color

Complementary color for #hex is #B18D92.


I love getcolorcode.com

Triadic colors

1 #6D4E72 and #726D4E with #4E726D are triadic colors.

2 #6D724E and #724E6D with #4E726D are triadic colors.