COLOR #4E7173

HEX: #4E7173 RGB: (78,113,115)

Color info

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

RGB color model

#4E7173 color RGB value is (78,113,115).

RGB: (78,113,115) (31%, 44%, 45%)

RGB channels and saturation

R 78 of 255 = 31%
G 113 of 255 = 44%
B 115 of 255 = 45%

78
113
115

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

Portions of RGB colors in percentages

R + G + B = 78 + 113 + 115 = 306 (100%)
R 78 of 306 ~ 25.49%
G 113 of 306 ~ 36.93%
B 115 of 306 ~ 37.58'%

%25.49
%36.93
%37.58

CMYK color model

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

  • cyan value is 32.17%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (32,2,0,55) C32M2Y0K55 (32%,2%,0%,55%) (0.32/0.02/0.00/0.55) 

CMYK percentages

%32.17
%1.74
%0
%54.9

Codes

Color #4E7173 in popluar color models

4E 71 73
RGB 78 113 115
HSL 183° 19.17% 37.84%
HSB/HSV 183° 32.17% 45.10%
CMYK 32.17% 1.74% 0.00%
54.90%

Color #4E7173 in popluar number systems.

HEX 4E 71 73
Decimal 78 113 115
Binary 1001110 1110001 1110011
Octal 116 161 163

Shades and tints

Shades of #4E7173

#4E7173
(78,113,115)
#476769
(71,103,105)
#405D5F
(64,93,95)
#395355
(57,83,85)
#32494B
(50,73,75)
#2B3F41
(43,63,65)
#243537
(36,53,55)
#1D2B2D
(29,43,45)
#162123
(22,33,35)
#0F1719
(15,23,25)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #4E7173

#4E7173
(78,113,115)
#5E7D7F
(94,125,127)
#6E898B
(110,137,139)
#7E9597
(126,149,151)
#8EA1A3
(142,161,163)
#9EADAF
(158,173,175)
#AEB9BB
(174,185,187)
#BEC5C7
(190,197,199)
#CED1D3
(206,209,211)
#DEDDDF
(222,221,223)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7173 color. Also use rgb(78,113,115) instead hex code.

Text Font Color

.myTextColor { color: #4E7173; }

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

This text font color is #4E7173.

Background Color

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

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

This div background color is #4E7173.

Border color

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

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

This div border color is #4E7173.

Opacity

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

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

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

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

This text has shadow with #4E7173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7173.

Preview

Color preview on black background

This text has color #4E7173 on black background.


Color preview on white background

This text has color #4E7173 on white background.


Black color preview on #4E7173 background

This text has black color on #4E7173 background.


White color preview on #4E7173 background

This text has white color on #4E7173 background.


Related colors

Complementary color

Complementary color for #hex is #B18E8C.


I love getcolorcode.com

Triadic colors

1 #734E71 and #71734E with #4E7173 are triadic colors.

2 #73714E and #714E73 with #4E7173 are triadic colors.