COLOR #4D777F

HEX: #4D777F
RGB: (77,119,127)

Color info

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

RGB color model

#4D777F color RGB value is (77,119,127).

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

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 127 of 255 = 50%

77
119
127

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

Portions of RGB colors in percentages

R + G + B =
77 + 119 + 127 = 323 (100%)
R 77 of 323 ~ 23.84%
G 119 of 323 ~ 36.84%
B 127 of 323 ~ 39.32%

%23.84
%36.84
%39.32

CMYK color model

#4D777F color CMYK value is (39,6,0,50).

  • cyan value is 39.37%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(39,6,0,50)
C39M6Y0K50 
(39%,6%,0%,50%)
(0.39/0.06/0.00/0.50)	

CMYK percentages

%39.37
%6.3
%0
%50.2

Codes

Color #4D777F in popluar color models

4D777F
RGB77119127
HSL190°24.51%40.00%
HSB/HSV190°39.37%49.80%
CMYK39.37%6.30%0.00%
50.20%

Color #4D777F in popluar number systems.

HEX4D777F
Decimal77119127
Binary100110111101111111111
Octal115167177

Shades and tints

Shades of #4D777F

#4D777F
(77,119,127)
#466D74
(70,109,116)
#3F6369
(63,99,105)
#38595E
(56,89,94)
#314F53
(49,79,83)
#2A4548
(42,69,72)
#233B3D
(35,59,61)
#1C3132
(28,49,50)
#152727
(21,39,39)
#0E1D1C
(14,29,28)
#071311
(7,19,17)
#000000
(0,0,0)

Tints of #4D777F

#4D777F
(77,119,127)
#5D838A
(93,131,138)
#6D8F95
(109,143,149)
#7D9BA0
(125,155,160)
#8DA7AB
(141,167,171)
#9DB3B6
(157,179,182)
#ADBFC1
(173,191,193)
#BDCBCC
(189,203,204)
#CDD7D7
(205,215,215)
#DDE3E2
(221,227,226)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D777F; }

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

This text font color is #4D777F.


Background Color

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

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

This div background color is #4D777F.


Border color

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

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

This div border color is #4D777F.


Opacity

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

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

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

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

This text has shadow with #4D777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D777F on black background.


Color preview on white background

This text has color #4D777F on white background.



Black color preview on #4D777F background

This text has black color on #4D777F background.


White color preview on #4D777F background

This text has white color on #4D777F background.