COLOR #4D0863

HEX: #4D0863
RGB: (77,8,99)

Color info

#4D0863 contains mainly red and blue colors. Web safe color of #4D0863 is #330066 (or #306).

RGB color model

#4D0863 color RGB value is (77,8,99).

  • red value is 77;
  • green value is 8;
  • blue value is 99.
RGB:
(77,8,99)
(30%,3%,39%)

RGB channels and saturation

R 77 of 255 = 30%
G 8 of 255 = 3%
B 99 of 255 = 39%

77
8
99

R + G + B ~ 24%. #4D0863 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 8 + 99 = 184 (100%)
R 77 of 184 ~ 41.85%
G 8 of 184 ~ 4.35%
B 99 of 184 ~ 53.8%

%41.85
%53.8

CMYK color model

#4D0863 color CMYK value is (22,92,0,61).

  • cyan value is 22.22%
  • magenta value is 91.92%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(22,92,0,61)
C22M92Y0K61 
(22%,92%,0%,61%)
(0.22/0.92/0.00/0.61)	

CMYK percentages

%22.22
%91.92
%0
%61.18

Codes

Color #4D0863 in popluar color models

4D0863
RGB77899
HSL285°85.05%20.98%
HSB/HSV285°91.92%38.82%
CMYK22.22%91.92%0.00%
61.18%

Color #4D0863 in popluar number systems.

HEX4D0863
Decimal77899
Binary100110110001100011
Octal11510143

Shades and tints

Shades of #4D0863

#4D0863
(77,8,99)
#46085A
(70,8,90)
#3F0851
(63,8,81)
#380848
(56,8,72)
#31083F
(49,8,63)
#2A0836
(42,8,54)
#23082D
(35,8,45)
#1C0824
(28,8,36)
#15081B
(21,8,27)
#0E0812
(14,8,18)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #4D0863

#4D0863
(77,8,99)
#5D1E71
(93,30,113)
#6D347F
(109,52,127)
#7D4A8D
(125,74,141)
#8D609B
(141,96,155)
#9D76A9
(157,118,169)
#AD8CB7
(173,140,183)
#BDA2C5
(189,162,197)
#CDB8D3
(205,184,211)
#DDCEE1
(221,206,225)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0863 color. Also use rgb(77,8,99) instead hex code.

Text Font Color

.myTextColor { color: #4D0863; }

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

This text font color is #4D0863.


Background Color

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

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

This div background color is #4D0863.


Border color

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

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

This div border color is #4D0863.


Opacity

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

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

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

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

This text has shadow with #4D0863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0863 on black background.


Color preview on white background

This text has color #4D0863 on white background.



Black color preview on #4D0863 background

This text has black color on #4D0863 background.


White color preview on #4D0863 background

This text has white color on #4D0863 background.