COLOR #4D3887

HEX: #4D3887 RGB: (77,56,135)

Color info

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

RGB color model

#4D3887 color RGB value is (77,56,135).

RGB: (77,56,135) (30%, 22%, 53%)

RGB channels and saturation

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

77
56
135

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

Portions of RGB colors in percentages

R + G + B = 77 + 56 + 135 = 268 (100%)
R 77 of 268 ~ 28.73%
G 56 of 268 ~ 20.9%
B 135 of 268 ~ 50.37'%

%28.73
%20.9
%50.37

CMYK color model

#4D3887 color CMYK value is (43,59,0,47).

  • cyan value is 42.96%
  • magenta value is 58.52%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (43,59,0,47)
C43M59Y0K47 (43%, 59%, 0%, 47%)
(0.43 / 0.59 / 0.00 / 0.47)

CMYK percentages

%42.96
%58.52
%0
%47.06

Codes

Color #4D3887 in popluar color models

4D 38 87
RGB 77 56 135
HSL 256° 41.36% 37.45%
HSB/HSV 256° 58.52% 52.94%
CMYK 42.96% 58.52% 0.00%
47.06%

Color #4D3887 in popluar number systems.

HEX 4D 38 87
Decimal 77 56 135
Binary 1001101 111000 10000111
Octal 115 70 207

Shades and tints

Shades of #4D3887

#4D3887
(77,56,135)
#46337B
(70,51,123)
#3F2E6F
(63,46,111)
#382963
(56,41,99)
#312457
(49,36,87)
#2A1F4B
(42,31,75)
#231A3F
(35,26,63)
#1C1533
(28,21,51)
#151027
(21,16,39)
#0E0B1B
(14,11,27)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #4D3887

#4D3887
(77,56,135)
#5D4A91
(93,74,145)
#6D5C9B
(109,92,155)
#7D6EA5
(125,110,165)
#8D80AF
(141,128,175)
#9D92B9
(157,146,185)
#ADA4C3
(173,164,195)
#BDB6CD
(189,182,205)
#CDC8D7
(205,200,215)
#DDDAE1
(221,218,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3887; }

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

This text font color is #4D3887.

Background Color

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

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

This div background color is #4D3887.

Border color

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

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

This div border color is #4D3887.

Opacity

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

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

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

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

This text has shadow with #4D3887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3887.

Preview

Color preview on black background

This text has color #4D3887 on black background.


Color preview on white background

This text has color #4D3887 on white background.


Black color preview on #4D3887 background

This text has black color on #4D3887 background.


White color preview on #4D3887 background

This text has white color on #4D3887 background.


Related colors

Complementary color

Complementary color for #hex is #B2C778.


I love getcolorcode.com

Triadic colors

1 #874D38 and #38874D with #4D3887 are triadic colors.

2 #87384D and #384D87 with #4D3887 are triadic colors.