COLOR #4D3C71

HEX: #4D3C71
RGB: (77,60,113)

Color info

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

RGB color model

#4D3C71 color RGB value is (77,60,113).

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

RGB channels and saturation

R 77 of 255 = 30%
G 60 of 255 = 24%
B 113 of 255 = 44%

77
60
113

R + G + B ~ 33%. #4D3C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 60 + 113 = 250 (100%)
R 77 of 250 ~ 30.8%
G 60 of 250 ~ 24%
B 113 of 250 ~ 45.2%

%30.8
%24
%45.2

CMYK color model

#4D3C71 color CMYK value is (32,47,0,56).

  • cyan value is 31.86%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(32,47,0,56)
C32M47Y0K56 
(32%,47%,0%,56%)
(0.32/0.47/0.00/0.56)	

CMYK percentages

%31.86
%46.9
%0
%55.69

Codes

Color #4D3C71 in popluar color models

4D3C71
RGB7760113
HSL259°30.64%33.92%
HSB/HSV259°46.90%44.31%
CMYK31.86%46.90%0.00%
55.69%

Color #4D3C71 in popluar number systems.

HEX4D3C71
Decimal7760113
Binary10011011111001110001
Octal11574161

Shades and tints

Shades of #4D3C71

#4D3C71
(77,60,113)
#463767
(70,55,103)
#3F325D
(63,50,93)
#382D53
(56,45,83)
#312849
(49,40,73)
#2A233F
(42,35,63)
#231E35
(35,30,53)
#1C192B
(28,25,43)
#151421
(21,20,33)
#0E0F17
(14,15,23)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D3C71

#4D3C71
(77,60,113)
#5D4D7D
(93,77,125)
#6D5E89
(109,94,137)
#7D6F95
(125,111,149)
#8D80A1
(141,128,161)
#9D91AD
(157,145,173)
#ADA2B9
(173,162,185)
#BDB3C5
(189,179,197)
#CDC4D1
(205,196,209)
#DDD5DD
(221,213,221)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3C71; }

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

This text font color is #4D3C71.


Background Color

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

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

This div background color is #4D3C71.


Border color

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

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

This div border color is #4D3C71.


Opacity

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

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

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

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

This text has shadow with #4D3C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3C71 on black background.


Color preview on white background

This text has color #4D3C71 on white background.



Black color preview on #4D3C71 background

This text has black color on #4D3C71 background.


White color preview on #4D3C71 background

This text has white color on #4D3C71 background.