COLOR #4D726F

HEX: #4D726F
RGB: (77,114,111)

Color info

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

RGB color model

#4D726F color RGB value is (77,114,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 114 of 255 = 45%
B 111 of 255 = 44%

77
114
111

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

Portions of RGB colors in percentages

R + G + B =
77 + 114 + 111 = 302 (100%)
R 77 of 302 ~ 25.5%
G 114 of 302 ~ 37.75%
B 111 of 302 ~ 36.75%

%25.5
%37.75
%36.75

CMYK color model

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

  • cyan value is 32.46%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(32,0,3,55)
C32M0Y3K55 
(32%,0%,3%,55%)
(0.32/0.00/0.03/0.55)	

CMYK percentages

%32.46
%0
%2.63
%55.29

Codes

Color #4D726F in popluar color models

4D726F
RGB77114111
HSL175°19.37%37.45%
HSB/HSV175°32.46%44.71%
CMYK32.46%0.00%2.63%
55.29%

Color #4D726F in popluar number systems.

HEX4D726F
Decimal77114111
Binary100110111100101101111
Octal115162157

Shades and tints

Shades of #4D726F

#4D726F
(77,114,111)
#466865
(70,104,101)
#3F5E5B
(63,94,91)
#385451
(56,84,81)
#314A47
(49,74,71)
#2A403D
(42,64,61)
#233633
(35,54,51)
#1C2C29
(28,44,41)
#15221F
(21,34,31)
#0E1815
(14,24,21)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #4D726F

#4D726F
(77,114,111)
#5D7E7C
(93,126,124)
#6D8A89
(109,138,137)
#7D9696
(125,150,150)
#8DA2A3
(141,162,163)
#9DAEB0
(157,174,176)
#ADBABD
(173,186,189)
#BDC6CA
(189,198,202)
#CDD2D7
(205,210,215)
#DDDEE4
(221,222,228)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D726F; }

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

This text font color is #4D726F.


Background Color

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

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

This div background color is #4D726F.


Border color

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

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

This div border color is #4D726F.


Opacity

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

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

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

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

This text has shadow with #4D726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D726F on black background.


Color preview on white background

This text has color #4D726F on white background.



Black color preview on #4D726F background

This text has black color on #4D726F background.


White color preview on #4D726F background

This text has white color on #4D726F background.