COLOR #4D3988

HEX: #4D3988
RGB: (77,57,136)

Color info

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

RGB color model

#4D3988 color RGB value is (77,57,136).

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

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 136 of 255 = 53%

77
57
136

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

Portions of RGB colors in percentages

R + G + B =
77 + 57 + 136 = 270 (100%)
R 77 of 270 ~ 28.52%
G 57 of 270 ~ 21.11%
B 136 of 270 ~ 50.37%

%28.52
%21.11
%50.37

CMYK color model

#4D3988 color CMYK value is (43,58,0,47).

  • cyan value is 43.38%
  • magenta value is 58.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,58,0,47)
C43M58Y0K47 
(43%,58%,0%,47%)
(0.43/0.58/0.00/0.47)	

CMYK percentages

%43.38
%58.09
%0
%46.67

Codes

Color #4D3988 in popluar color models

4D3988
RGB7757136
HSL255°40.93%37.84%
HSB/HSV255°58.09%53.33%
CMYK43.38%58.09%0.00%
46.67%

Color #4D3988 in popluar number systems.

HEX4D3988
Decimal7757136
Binary100110111100110001000
Octal11571210

Shades and tints

Shades of #4D3988

#4D3988
(77,57,136)
#46347C
(70,52,124)
#3F2F70
(63,47,112)
#382A64
(56,42,100)
#312558
(49,37,88)
#2A204C
(42,32,76)
#231B40
(35,27,64)
#1C1634
(28,22,52)
#151128
(21,17,40)
#0E0C1C
(14,12,28)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #4D3988

#4D3988
(77,57,136)
#5D4B92
(93,75,146)
#6D5D9C
(109,93,156)
#7D6FA6
(125,111,166)
#8D81B0
(141,129,176)
#9D93BA
(157,147,186)
#ADA5C4
(173,165,196)
#BDB7CE
(189,183,206)
#CDC9D8
(205,201,216)
#DDDBE2
(221,219,226)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3988; }

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

This text font color is #4D3988.


Background Color

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

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

This div background color is #4D3988.


Border color

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

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

This div border color is #4D3988.


Opacity

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

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

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

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

This text has shadow with #4D3988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3988 on black background.


Color preview on white background

This text has color #4D3988 on white background.



Black color preview on #4D3988 background

This text has black color on #4D3988 background.


White color preview on #4D3988 background

This text has white color on #4D3988 background.