COLOR #4D1D86

HEX: #4D1D86
RGB: (77,29,134)

Color info

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

RGB color model

#4D1D86 color RGB value is (77,29,134).

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

RGB channels and saturation

R 77 of 255 = 30%
G 29 of 255 = 11%
B 134 of 255 = 53%

77
29
134

R + G + B ~ 31%. #4D1D86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 29 + 134 = 240 (100%)
R 77 of 240 ~ 32.08%
G 29 of 240 ~ 12.08%
B 134 of 240 ~ 55.83%

%32.08
%12.08
%55.83

CMYK color model

#4D1D86 color CMYK value is (43,78,0,47).

  • cyan value is 42.54%
  • magenta value is 78.36%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(43,78,0,47)
C43M78Y0K47 
(43%,78%,0%,47%)
(0.43/0.78/0.00/0.47)	

CMYK percentages

%42.54
%78.36
%0
%47.45

Codes

Color #4D1D86 in popluar color models

4D1D86
RGB7729134
HSL267°64.42%31.96%
HSB/HSV267°78.36%52.55%
CMYK42.54%78.36%0.00%
47.45%

Color #4D1D86 in popluar number systems.

HEX4D1D86
Decimal7729134
Binary10011011110110000110
Octal11535206

Shades and tints

Shades of #4D1D86

#4D1D86
(77,29,134)
#461B7A
(70,27,122)
#3F196E
(63,25,110)
#381762
(56,23,98)
#311556
(49,21,86)
#2A134A
(42,19,74)
#23113E
(35,17,62)
#1C0F32
(28,15,50)
#150D26
(21,13,38)
#0E0B1A
(14,11,26)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D1D86

#4D1D86
(77,29,134)
#5D3191
(93,49,145)
#6D459C
(109,69,156)
#7D59A7
(125,89,167)
#8D6DB2
(141,109,178)
#9D81BD
(157,129,189)
#AD95C8
(173,149,200)
#BDA9D3
(189,169,211)
#CDBDDE
(205,189,222)
#DDD1E9
(221,209,233)
#EDE5F4
(237,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1D86; }

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

This text font color is #4D1D86.


Background Color

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

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

This div background color is #4D1D86.


Border color

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

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

This div border color is #4D1D86.


Opacity

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

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

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

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

This text has shadow with #4D1D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1D86 on black background.


Color preview on white background

This text has color #4D1D86 on white background.



Black color preview on #4D1D86 background

This text has black color on #4D1D86 background.


White color preview on #4D1D86 background

This text has white color on #4D1D86 background.