COLOR #4D3C77

HEX: #4D3C77
RGB: (77,60,119)

Color info

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

RGB color model

#4D3C77 color RGB value is (77,60,119).

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

RGB channels and saturation

R 77 of 255 = 30%
G 60 of 255 = 24%
B 119 of 255 = 47%

77
60
119

R + G + B ~ 34%. #4D3C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 60 + 119 = 256 (100%)
R 77 of 256 ~ 30.08%
G 60 of 256 ~ 23.44%
B 119 of 256 ~ 46.48%

%30.08
%23.44
%46.48

CMYK color model

#4D3C77 color CMYK value is (35,50,0,53).

  • cyan value is 35.29%
  • magenta value is 49.58%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(35,50,0,53)
C35M50Y0K53 
(35%,50%,0%,53%)
(0.35/0.50/0.00/0.53)	

CMYK percentages

%35.29
%49.58
%0
%53.33

Codes

Color #4D3C77 in popluar color models

4D3C77
RGB7760119
HSL257°32.96%35.10%
HSB/HSV257°49.58%46.67%
CMYK35.29%49.58%0.00%
53.33%

Color #4D3C77 in popluar number systems.

HEX4D3C77
Decimal7760119
Binary10011011111001110111
Octal11574167

Shades and tints

Shades of #4D3C77

#4D3C77
(77,60,119)
#46376D
(70,55,109)
#3F3263
(63,50,99)
#382D59
(56,45,89)
#31284F
(49,40,79)
#2A2345
(42,35,69)
#231E3B
(35,30,59)
#1C1931
(28,25,49)
#151427
(21,20,39)
#0E0F1D
(14,15,29)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #4D3C77

#4D3C77
(77,60,119)
#5D4D83
(93,77,131)
#6D5E8F
(109,94,143)
#7D6F9B
(125,111,155)
#8D80A7
(141,128,167)
#9D91B3
(157,145,179)
#ADA2BF
(173,162,191)
#BDB3CB
(189,179,203)
#CDC4D7
(205,196,215)
#DDD5E3
(221,213,227)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3C77; }

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

This text font color is #4D3C77.


Background Color

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

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

This div background color is #4D3C77.


Border color

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

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

This div border color is #4D3C77.


Opacity

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

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

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

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

This text has shadow with #4D3C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3C77 on black background.


Color preview on white background

This text has color #4D3C77 on white background.



Black color preview on #4D3C77 background

This text has black color on #4D3C77 background.


White color preview on #4D3C77 background

This text has white color on #4D3C77 background.