COLOR #4D3886

HEX: #4D3886
RGB: (77,56,134)

Color info

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

RGB color model

#4D3886 color RGB value is (77,56,134).

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

RGB channels and saturation

R 77 of 255 = 30%
G 56 of 255 = 22%
B 134 of 255 = 53%

77
56
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 56 + 134 = 267 (100%)
R 77 of 267 ~ 28.84%
G 56 of 267 ~ 20.97%
B 134 of 267 ~ 50.19%

%28.84
%20.97
%50.19

CMYK color model

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

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

CMYK percentages

%42.54
%58.21
%0
%47.45

Codes

Color #4D3886 in popluar color models

4D3886
RGB7756134
HSL256°41.05%37.25%
HSB/HSV256°58.21%52.55%
CMYK42.54%58.21%0.00%
47.45%

Color #4D3886 in popluar number systems.

HEX4D3886
Decimal7756134
Binary100110111100010000110
Octal11570206

Shades and tints

Shades of #4D3886

#4D3886
(77,56,134)
#46337A
(70,51,122)
#3F2E6E
(63,46,110)
#382962
(56,41,98)
#312456
(49,36,86)
#2A1F4A
(42,31,74)
#231A3E
(35,26,62)
#1C1532
(28,21,50)
#151026
(21,16,38)
#0E0B1A
(14,11,26)
#07060E
(7,6,14)
#000000
(0,0,0)

Tints of #4D3886

#4D3886
(77,56,134)
#5D4A91
(93,74,145)
#6D5C9C
(109,92,156)
#7D6EA7
(125,110,167)
#8D80B2
(141,128,178)
#9D92BD
(157,146,189)
#ADA4C8
(173,164,200)
#BDB6D3
(189,182,211)
#CDC8DE
(205,200,222)
#DDDAE9
(221,218,233)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3886; }

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

This text font color is #4D3886.


Background Color

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

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

This div background color is #4D3886.


Border color

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

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

This div border color is #4D3886.


Opacity

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

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

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

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

This text has shadow with #4D3886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3886 on black background.


Color preview on white background

This text has color #4D3886 on white background.



Black color preview on #4D3886 background

This text has black color on #4D3886 background.


White color preview on #4D3886 background

This text has white color on #4D3886 background.