COLOR #4D776F

HEX: #4D776F
RGB: (77,119,111)

Color info

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

RGB color model

#4D776F color RGB value is (77,119,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 111 of 255 = 44%

77
119
111

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

Portions of RGB colors in percentages

R + G + B =
77 + 119 + 111 = 307 (100%)
R 77 of 307 ~ 25.08%
G 119 of 307 ~ 38.76%
B 111 of 307 ~ 36.16%

%25.08
%38.76
%36.16

CMYK color model

#4D776F color CMYK value is (35,0,7,53).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(35,0,7,53)
C35M0Y7K53 
(35%,0%,7%,53%)
(0.35/0.00/0.07/0.53)	

CMYK percentages

%35.29
%0
%6.72
%53.33

Codes

Color #4D776F in popluar color models

4D776F
RGB77119111
HSL169°21.43%38.43%
HSB/HSV169°35.29%46.67%
CMYK35.29%0.00%6.72%
53.33%

Color #4D776F in popluar number systems.

HEX4D776F
Decimal77119111
Binary100110111101111101111
Octal115167157

Shades and tints

Shades of #4D776F

#4D776F
(77,119,111)
#466D65
(70,109,101)
#3F635B
(63,99,91)
#385951
(56,89,81)
#314F47
(49,79,71)
#2A453D
(42,69,61)
#233B33
(35,59,51)
#1C3129
(28,49,41)
#15271F
(21,39,31)
#0E1D15
(14,29,21)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #4D776F

#4D776F
(77,119,111)
#5D837C
(93,131,124)
#6D8F89
(109,143,137)
#7D9B96
(125,155,150)
#8DA7A3
(141,167,163)
#9DB3B0
(157,179,176)
#ADBFBD
(173,191,189)
#BDCBCA
(189,203,202)
#CDD7D7
(205,215,215)
#DDE3E4
(221,227,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D776F; }

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

This text font color is #4D776F.


Background Color

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

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

This div background color is #4D776F.


Border color

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

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

This div border color is #4D776F.


Opacity

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

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

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

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

This text has shadow with #4D776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D776F on black background.


Color preview on white background

This text has color #4D776F on white background.



Black color preview on #4D776F background

This text has black color on #4D776F background.


White color preview on #4D776F background

This text has white color on #4D776F background.