COLOR #4D6677

HEX: #4D6677
RGB: (77,102,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
102
119

R + G + B ~ 39%. #4D6677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 102 + 119 = 298 (100%)
R 77 of 298 ~ 25.84%
G 102 of 298 ~ 34.23%
B 119 of 298 ~ 39.93%

%25.84
%34.23
%39.93

CMYK color model

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

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

CMYK percentages

%35.29
%14.29
%0
%53.33

Codes

Color #4D6677 in popluar color models

4D6677
RGB77102119
HSL204°21.43%38.43%
HSB/HSV204°35.29%46.67%
CMYK35.29%14.29%0.00%
53.33%

Color #4D6677 in popluar number systems.

HEX4D6677
Decimal77102119
Binary100110111001101110111
Octal115146167

Shades and tints

Shades of #4D6677

#4D6677
(77,102,119)
#465D6D
(70,93,109)
#3F5463
(63,84,99)
#384B59
(56,75,89)
#31424F
(49,66,79)
#2A3945
(42,57,69)
#23303B
(35,48,59)
#1C2731
(28,39,49)
#151E27
(21,30,39)
#0E151D
(14,21,29)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #4D6677

#4D6677
(77,102,119)
#5D7383
(93,115,131)
#6D808F
(109,128,143)
#7D8D9B
(125,141,155)
#8D9AA7
(141,154,167)
#9DA7B3
(157,167,179)
#ADB4BF
(173,180,191)
#BDC1CB
(189,193,203)
#CDCED7
(205,206,215)
#DDDBE3
(221,219,227)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6677; }

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

This text font color is #4D6677.


Background Color

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

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

This div background color is #4D6677.


Border color

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

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

This div border color is #4D6677.


Opacity

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

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

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

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

This text has shadow with #4D6677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6677 on black background.


Color preview on white background

This text has color #4D6677 on white background.



Black color preview on #4D6677 background

This text has black color on #4D6677 background.


White color preview on #4D6677 background

This text has white color on #4D6677 background.