COLOR #4D3984

HEX: #4D3984
RGB: (77,57,132)

Color info

#4D3984 contains mainly red and blue colors. Web safe color of #4D3984 is #333399 (or #339).

RGB color model

#4D3984 color RGB value is (77,57,132).

  • red value is 77;
  • green value is 57;
  • blue value is 132.
RGB:
(77,57,132)
(30%,22%,52%)

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 132 of 255 = 52%

77
57
132

R + G + B ~ 35%. #4D3984 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 57 + 132 = 266 (100%)
R 77 of 266 ~ 28.95%
G 57 of 266 ~ 21.43%
B 132 of 266 ~ 49.62%

%28.95
%21.43
%49.62

CMYK color model

#4D3984 color CMYK value is (42,57,0,48).

  • cyan value is 41.67%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(42,57,0,48)
C42M57Y0K48 
(42%,57%,0%,48%)
(0.42/0.57/0.00/0.48)	

CMYK percentages

%41.67
%56.82
%0
%48.24

Codes

Color #4D3984 in popluar color models

4D3984
RGB7757132
HSL256°39.68%37.06%
HSB/HSV256°56.82%51.76%
CMYK41.67%56.82%0.00%
48.24%

Color #4D3984 in popluar number systems.

HEX4D3984
Decimal7757132
Binary100110111100110000100
Octal11571204

Shades and tints

Shades of #4D3984

#4D3984
(77,57,132)
#463478
(70,52,120)
#3F2F6C
(63,47,108)
#382A60
(56,42,96)
#312554
(49,37,84)
#2A2048
(42,32,72)
#231B3C
(35,27,60)
#1C1630
(28,22,48)
#151124
(21,17,36)
#0E0C18
(14,12,24)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #4D3984

#4D3984
(77,57,132)
#5D4B8F
(93,75,143)
#6D5D9A
(109,93,154)
#7D6FA5
(125,111,165)
#8D81B0
(141,129,176)
#9D93BB
(157,147,187)
#ADA5C6
(173,165,198)
#BDB7D1
(189,183,209)
#CDC9DC
(205,201,220)
#DDDBE7
(221,219,231)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3984; }

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

This text font color is #4D3984.


Background Color

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

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

This div background color is #4D3984.


Border color

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

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

This div border color is #4D3984.


Opacity

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

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

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

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

This text has shadow with #4D3984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3984 on black background.


Color preview on white background

This text has color #4D3984 on white background.



Black color preview on #4D3984 background

This text has black color on #4D3984 background.


White color preview on #4D3984 background

This text has white color on #4D3984 background.