COLOR #4E7B73

HEX: #4E7B73
RGB: (78,123,115)

Color info

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

RGB color model

#4E7B73 color RGB value is (78,123,115).

  • red value is 78;
  • green value is 123;
  • blue value is 115.
RGB:
(78,123,115)
(31%,48%,45%)

RGB channels and saturation

R 78 of 255 = 31%
G 123 of 255 = 48%
B 115 of 255 = 45%

78
123
115

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

Portions of RGB colors in percentages

R + G + B =
78 + 123 + 115 = 316 (100%)
R 78 of 316 ~ 24.68%
G 123 of 316 ~ 38.92%
B 115 of 316 ~ 36.39%

%24.68
%38.92
%36.39

CMYK color model

#4E7B73 color CMYK value is (37,0,7,52).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(37,0,7,52)
C37M0Y7K52 
(37%,0%,7%,52%)
(0.37/0.00/0.07/0.52)	

CMYK percentages

%36.59
%0
%6.5
%51.76

Codes

Color #4E7B73 in popluar color models

4E7B73
RGB78123115
HSL169°22.39%39.41%
HSB/HSV169°36.59%48.24%
CMYK36.59%0.00%6.50%
51.76%

Color #4E7B73 in popluar number systems.

HEX4E7B73
Decimal78123115
Binary100111011110111110011
Octal116173163

Shades and tints

Shades of #4E7B73

#4E7B73
(78,123,115)
#477069
(71,112,105)
#40655F
(64,101,95)
#395A55
(57,90,85)
#324F4B
(50,79,75)
#2B4441
(43,68,65)
#243937
(36,57,55)
#1D2E2D
(29,46,45)
#162323
(22,35,35)
#0F1819
(15,24,25)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #4E7B73

#4E7B73
(78,123,115)
#5E877F
(94,135,127)
#6E938B
(110,147,139)
#7E9F97
(126,159,151)
#8EABA3
(142,171,163)
#9EB7AF
(158,183,175)
#AEC3BB
(174,195,187)
#BECFC7
(190,207,199)
#CEDBD3
(206,219,211)
#DEE7DF
(222,231,223)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7B73; }

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

This text font color is #4E7B73.


Background Color

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

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

This div background color is #4E7B73.


Border color

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

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

This div border color is #4E7B73.


Opacity

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

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

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

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

This text has shadow with #4E7B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7B73 on black background.


Color preview on white background

This text has color #4E7B73 on white background.



Black color preview on #4E7B73 background

This text has black color on #4E7B73 background.


White color preview on #4E7B73 background

This text has white color on #4E7B73 background.