COLOR #4D7777

HEX: #4D7777
RGB: (77,119,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
119
119

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

Portions of RGB colors in percentages

R + G + B =
77 + 119 + 119 = 315 (100%)
R 77 of 315 ~ 24.44%
G 119 of 315 ~ 37.78%
B 119 of 315 ~ 37.78%

%24.44
%37.78
%37.78

CMYK color model

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

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

CMYK percentages

%35.29
%0
%0
%53.33

Codes

Color #4D7777 in popluar color models

4D7777
RGB77119119
HSL180°21.43%38.43%
HSB/HSV180°35.29%46.67%
CMYK35.29%0.00%0.00%
53.33%

Color #4D7777 in popluar number systems.

HEX4D7777
Decimal77119119
Binary100110111101111110111
Octal115167167

Shades and tints

Shades of #4D7777

#4D7777
(77,119,119)
#466D6D
(70,109,109)
#3F6363
(63,99,99)
#385959
(56,89,89)
#314F4F
(49,79,79)
#2A4545
(42,69,69)
#233B3B
(35,59,59)
#1C3131
(28,49,49)
#152727
(21,39,39)
#0E1D1D
(14,29,29)
#071313
(7,19,19)
#000000
(0,0,0)

Tints of #4D7777

#4D7777
(77,119,119)
#5D8383
(93,131,131)
#6D8F8F
(109,143,143)
#7D9B9B
(125,155,155)
#8DA7A7
(141,167,167)
#9DB3B3
(157,179,179)
#ADBFBF
(173,191,191)
#BDCBCB
(189,203,203)
#CDD7D7
(205,215,215)
#DDE3E3
(221,227,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7777; }

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

This text font color is #4D7777.


Background Color

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

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

This div background color is #4D7777.


Border color

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

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

This div border color is #4D7777.


Opacity

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

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

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

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

This text has shadow with #4D7777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7777 on black background.


Color preview on white background

This text has color #4D7777 on white background.



Black color preview on #4D7777 background

This text has black color on #4D7777 background.


White color preview on #4D7777 background

This text has white color on #4D7777 background.