COLOR #4D4D80

HEX: #4D4D80
RGB: (77,77,128)

Color info

#4D4D80 contains red, green and blue colors in about the same proportion. Web safe color of #4D4D80 is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

77
77
128

R + G + B ~ 37%. #4D4D80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 77 + 128 = 282 (100%)
R 77 of 282 ~ 27.3%
G 77 of 282 ~ 27.3%
B 128 of 282 ~ 45.39%

%27.3
%27.3
%45.39

CMYK color model

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

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

CMYK percentages

%39.84
%39.84
%0
%49.8

Codes

Color #4D4D80 in popluar color models

4D4D80
RGB7777128
HSL240°24.88%40.20%
HSB/HSV240°39.84%50.20%
CMYK39.84%39.84%0.00%
49.80%

Color #4D4D80 in popluar number systems.

HEX4D4D80
Decimal7777128
Binary1001101100110110000000
Octal115115200

Shades and tints

Shades of #4D4D80

#4D4D80
(77,77,128)
#464675
(70,70,117)
#3F3F6A
(63,63,106)
#38385F
(56,56,95)
#313154
(49,49,84)
#2A2A49
(42,42,73)
#23233E
(35,35,62)
#1C1C33
(28,28,51)
#151528
(21,21,40)
#0E0E1D
(14,14,29)
#070712
(7,7,18)
#000000
(0,0,0)

Tints of #4D4D80

#4D4D80
(77,77,128)
#5D5D8B
(93,93,139)
#6D6D96
(109,109,150)
#7D7DA1
(125,125,161)
#8D8DAC
(141,141,172)
#9D9DB7
(157,157,183)
#ADADC2
(173,173,194)
#BDBDCD
(189,189,205)
#CDCDD8
(205,205,216)
#DDDDE3
(221,221,227)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4D80; }

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

This text font color is #4D4D80.


Background Color

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

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

This div background color is #4D4D80.


Border color

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

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

This div border color is #4D4D80.


Opacity

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

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

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

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

This text has shadow with #4D4D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4D80 on black background.


Color preview on white background

This text has color #4D4D80 on white background.



Black color preview on #4D4D80 background

This text has black color on #4D4D80 background.


White color preview on #4D4D80 background

This text has white color on #4D4D80 background.