COLOR #4D7A73

HEX: #4D7A73
RGB: (77,122,115)

Color info

#4D7A73 contains red, green and blue colors in about the same proportion. Web safe color of #4D7A73 is #336666 (or #366).

RGB color model

#4D7A73 color RGB value is (77,122,115).

  • red value is 77;
  • green value is 122;
  • blue value is 115.
RGB:
(77,122,115)
(30%,48%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 122 of 255 = 48%
B 115 of 255 = 45%

77
122
115

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

Portions of RGB colors in percentages

R + G + B =
77 + 122 + 115 = 314 (100%)
R 77 of 314 ~ 24.52%
G 122 of 314 ~ 38.85%
B 115 of 314 ~ 36.62%

%24.52
%38.85
%36.62

CMYK color model

#4D7A73 color CMYK value is (37,0,6,52).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK:
(37,0,6,52)
C37M0Y6K52 
(37%,0%,6%,52%)
(0.37/0.00/0.06/0.52)	

CMYK percentages

%36.89
%0
%5.74
%52.16

Codes

Color #4D7A73 in popluar color models

4D7A73
RGB77122115
HSL171°22.61%39.02%
HSB/HSV171°36.89%47.84%
CMYK36.89%0.00%5.74%
52.16%

Color #4D7A73 in popluar number systems.

HEX4D7A73
Decimal77122115
Binary100110111110101110011
Octal115172163

Shades and tints

Shades of #4D7A73

#4D7A73
(77,122,115)
#466F69
(70,111,105)
#3F645F
(63,100,95)
#385955
(56,89,85)
#314E4B
(49,78,75)
#2A4341
(42,67,65)
#233837
(35,56,55)
#1C2D2D
(28,45,45)
#152223
(21,34,35)
#0E1719
(14,23,25)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D7A73

#4D7A73
(77,122,115)
#5D867F
(93,134,127)
#6D928B
(109,146,139)
#7D9E97
(125,158,151)
#8DAAA3
(141,170,163)
#9DB6AF
(157,182,175)
#ADC2BB
(173,194,187)
#BDCEC7
(189,206,199)
#CDDAD3
(205,218,211)
#DDE6DF
(221,230,223)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7A73 color. Also use rgb(77,122,115) instead hex code.

Text Font Color

.myTextColor { color: #4D7A73; }

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

This text font color is #4D7A73.


Background Color

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

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

This div background color is #4D7A73.


Border color

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

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

This div border color is #4D7A73.


Opacity

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

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

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

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

This text has shadow with #4D7A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7A73 on black background.


Color preview on white background

This text has color #4D7A73 on white background.



Black color preview on #4D7A73 background

This text has black color on #4D7A73 background.


White color preview on #4D7A73 background

This text has white color on #4D7A73 background.