COLOR #4D7E72

HEX: #4D7E72
RGB: (77,126,114)

Color info

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

RGB color model

#4D7E72 color RGB value is (77,126,114).

  • red value is 77;
  • green value is 126;
  • blue value is 114.
RGB:
(77,126,114)
(30%,49%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 126 of 255 = 49%
B 114 of 255 = 45%

77
126
114

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

Portions of RGB colors in percentages

R + G + B =
77 + 126 + 114 = 317 (100%)
R 77 of 317 ~ 24.29%
G 126 of 317 ~ 39.75%
B 114 of 317 ~ 35.96%

%24.29
%39.75
%35.96

CMYK color model

#4D7E72 color CMYK value is (39,0,10,51).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 50.59%
CMYK:
(39,0,10,51)
C39M0Y10K51 
(39%,0%,10%,51%)
(0.39/0.00/0.10/0.51)	

CMYK percentages

%38.89
%0
%9.52
%50.59

Codes

Color #4D7E72 in popluar color models

4D7E72
RGB77126114
HSL165°24.14%39.80%
HSB/HSV165°38.89%49.41%
CMYK38.89%0.00%9.52%
50.59%

Color #4D7E72 in popluar number systems.

HEX4D7E72
Decimal77126114
Binary100110111111101110010
Octal115176162

Shades and tints

Shades of #4D7E72

#4D7E72
(77,126,114)
#467368
(70,115,104)
#3F685E
(63,104,94)
#385D54
(56,93,84)
#31524A
(49,82,74)
#2A4740
(42,71,64)
#233C36
(35,60,54)
#1C312C
(28,49,44)
#152622
(21,38,34)
#0E1B18
(14,27,24)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #4D7E72

#4D7E72
(77,126,114)
#5D897E
(93,137,126)
#6D948A
(109,148,138)
#7D9F96
(125,159,150)
#8DAAA2
(141,170,162)
#9DB5AE
(157,181,174)
#ADC0BA
(173,192,186)
#BDCBC6
(189,203,198)
#CDD6D2
(205,214,210)
#DDE1DE
(221,225,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7E72 color. Also use rgb(77,126,114) instead hex code.

Text Font Color

.myTextColor { color: #4D7E72; }

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

This text font color is #4D7E72.


Background Color

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

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

This div background color is #4D7E72.


Border color

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

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

This div border color is #4D7E72.


Opacity

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

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

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

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

This text has shadow with #4D7E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7E72 on black background.


Color preview on white background

This text has color #4D7E72 on white background.



Black color preview on #4D7E72 background

This text has black color on #4D7E72 background.


White color preview on #4D7E72 background

This text has white color on #4D7E72 background.