COLOR #4D6579

HEX: #4D6579
RGB: (77,101,121)

Color info

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

RGB color model

#4D6579 color RGB value is (77,101,121).

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

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 121 of 255 = 47%

77
101
121

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 121 = 299 (100%)
R 77 of 299 ~ 25.75%
G 101 of 299 ~ 33.78%
B 121 of 299 ~ 40.47%

%25.75
%33.78
%40.47

CMYK color model

#4D6579 color CMYK value is (36,17,0,53).

  • cyan value is 36.36%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,17,0,53)
C36M17Y0K53 
(36%,17%,0%,53%)
(0.36/0.17/0.00/0.53)	

CMYK percentages

%36.36
%16.53
%0
%52.55

Codes

Color #4D6579 in popluar color models

4D6579
RGB77101121
HSL207°22.22%38.82%
HSB/HSV207°36.36%47.45%
CMYK36.36%16.53%0.00%
52.55%

Color #4D6579 in popluar number systems.

HEX4D6579
Decimal77101121
Binary100110111001011111001
Octal115145171

Shades and tints

Shades of #4D6579

#4D6579
(77,101,121)
#465C6E
(70,92,110)
#3F5363
(63,83,99)
#384A58
(56,74,88)
#31414D
(49,65,77)
#2A3842
(42,56,66)
#232F37
(35,47,55)
#1C262C
(28,38,44)
#151D21
(21,29,33)
#0E1416
(14,20,22)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D6579

#4D6579
(77,101,121)
#5D7385
(93,115,133)
#6D8191
(109,129,145)
#7D8F9D
(125,143,157)
#8D9DA9
(141,157,169)
#9DABB5
(157,171,181)
#ADB9C1
(173,185,193)
#BDC7CD
(189,199,205)
#CDD5D9
(205,213,217)
#DDE3E5
(221,227,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6579; }

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

This text font color is #4D6579.


Background Color

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

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

This div background color is #4D6579.


Border color

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

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

This div border color is #4D6579.


Opacity

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

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

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

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

This text has shadow with #4D6579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6579 on black background.


Color preview on white background

This text has color #4D6579 on white background.



Black color preview on #4D6579 background

This text has black color on #4D6579 background.


White color preview on #4D6579 background

This text has white color on #4D6579 background.