COLOR #4D6377

HEX: #4D6377
RGB: (77,99,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
99
119

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 119 = 295 (100%)
R 77 of 295 ~ 26.1%
G 99 of 295 ~ 33.56%
B 119 of 295 ~ 40.34%

%26.1
%33.56
%40.34

CMYK color model

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

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

CMYK percentages

%35.29
%16.81
%0
%53.33

Codes

Color #4D6377 in popluar color models

4D6377
RGB7799119
HSL209°21.43%38.43%
HSB/HSV209°35.29%46.67%
CMYK35.29%16.81%0.00%
53.33%

Color #4D6377 in popluar number systems.

HEX4D6377
Decimal7799119
Binary100110111000111110111
Octal115143167

Shades and tints

Shades of #4D6377

#4D6377
(77,99,119)
#465A6D
(70,90,109)
#3F5163
(63,81,99)
#384859
(56,72,89)
#313F4F
(49,63,79)
#2A3645
(42,54,69)
#232D3B
(35,45,59)
#1C2431
(28,36,49)
#151B27
(21,27,39)
#0E121D
(14,18,29)
#070913
(7,9,19)
#000000
(0,0,0)

Tints of #4D6377

#4D6377
(77,99,119)
#5D7183
(93,113,131)
#6D7F8F
(109,127,143)
#7D8D9B
(125,141,155)
#8D9BA7
(141,155,167)
#9DA9B3
(157,169,179)
#ADB7BF
(173,183,191)
#BDC5CB
(189,197,203)
#CDD3D7
(205,211,215)
#DDE1E3
(221,225,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6377; }

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

This text font color is #4D6377.


Background Color

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

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

This div background color is #4D6377.


Border color

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

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

This div border color is #4D6377.


Opacity

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

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

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

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

This text has shadow with #4D6377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6377 on black background.


Color preview on white background

This text has color #4D6377 on white background.



Black color preview on #4D6377 background

This text has black color on #4D6377 background.


White color preview on #4D6377 background

This text has white color on #4D6377 background.