COLOR #4D5680

HEX: #4D5680
RGB: (77,86,128)

Color info

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

RGB color model

#4D5680 color RGB value is (77,86,128).

  • red value is 77;
  • green value is 86;
  • blue value is 128.
RGB:
(77,86,128)
(30%,34%,50%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 128 of 255 = 50%

77
86
128

R + G + B ~ 38%. #4D5680 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 128 = 291 (100%)
R 77 of 291 ~ 26.46%
G 86 of 291 ~ 29.55%
B 128 of 291 ~ 43.99%

%26.46
%29.55
%43.99

CMYK color model

#4D5680 color CMYK value is (40,33,0,50).

  • cyan value is 39.84%
  • magenta value is 32.81%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(40,33,0,50)
C40M33Y0K50 
(40%,33%,0%,50%)
(0.40/0.33/0.00/0.50)	

CMYK percentages

%39.84
%32.81
%0
%49.8

Codes

Color #4D5680 in popluar color models

4D5680
RGB7786128
HSL229°24.88%40.20%
HSB/HSV229°39.84%50.20%
CMYK39.84%32.81%0.00%
49.80%

Color #4D5680 in popluar number systems.

HEX4D5680
Decimal7786128
Binary1001101101011010000000
Octal115126200

Shades and tints

Shades of #4D5680

#4D5680
(77,86,128)
#464F75
(70,79,117)
#3F486A
(63,72,106)
#38415F
(56,65,95)
#313A54
(49,58,84)
#2A3349
(42,51,73)
#232C3E
(35,44,62)
#1C2533
(28,37,51)
#151E28
(21,30,40)
#0E171D
(14,23,29)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #4D5680

#4D5680
(77,86,128)
#5D658B
(93,101,139)
#6D7496
(109,116,150)
#7D83A1
(125,131,161)
#8D92AC
(141,146,172)
#9DA1B7
(157,161,183)
#ADB0C2
(173,176,194)
#BDBFCD
(189,191,205)
#CDCED8
(205,206,216)
#DDDDE3
(221,221,227)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5680; }

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

This text font color is #4D5680.


Background Color

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

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

This div background color is #4D5680.


Border color

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

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

This div border color is #4D5680.


Opacity

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

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

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

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

This text has shadow with #4D5680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5680 on black background.


Color preview on white background

This text has color #4D5680 on white background.



Black color preview on #4D5680 background

This text has black color on #4D5680 background.


White color preview on #4D5680 background

This text has white color on #4D5680 background.