COLOR #4D3EAC

HEX: #4D3EAC
RGB: (77,62,172)

Color info

#4D3EAC contains mainly blue color. Web safe color of #4D3EAC is #333399 (or #339).

RGB color model

#4D3EAC color RGB value is (77,62,172).

  • red value is 77;
  • green value is 62;
  • blue value is 172.
RGB:
(77,62,172)
(30%,24%,67%)

RGB channels and saturation

R 77 of 255 = 30%
G 62 of 255 = 24%
B 172 of 255 = 67%

77
62
172

R + G + B ~ 40%. #4D3EAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 62 + 172 = 311 (100%)
R 77 of 311 ~ 24.76%
G 62 of 311 ~ 19.94%
B 172 of 311 ~ 55.31%

%24.76
%19.94
%55.31

CMYK color model

#4D3EAC color CMYK value is (55,64,0,33).

  • cyan value is 55.23%
  • magenta value is 63.95%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(55,64,0,33)
C55M64Y0K33 
(55%,64%,0%,33%)
(0.55/0.64/0.00/0.33)	

CMYK percentages

%55.23
%63.95
%0
%32.55

Codes

Color #4D3EAC in popluar color models

4D3EAC
RGB7762172
HSL248°47.01%45.88%
HSB/HSV248°63.95%67.45%
CMYK55.23%63.95%0.00%
32.55%

Color #4D3EAC in popluar number systems.

HEX4D3EAC
Decimal7762172
Binary100110111111010101100
Octal11576254

Shades and tints

Shades of #4D3EAC

#4D3EAC
(77,62,172)
#46399D
(70,57,157)
#3F348E
(63,52,142)
#382F7F
(56,47,127)
#312A70
(49,42,112)
#2A2561
(42,37,97)
#232052
(35,32,82)
#1C1B43
(28,27,67)
#151634
(21,22,52)
#0E1125
(14,17,37)
#070C16
(7,12,22)
#000000
(0,0,0)

Tints of #4D3EAC

#4D3EAC
(77,62,172)
#5D4FB3
(93,79,179)
#6D60BA
(109,96,186)
#7D71C1
(125,113,193)
#8D82C8
(141,130,200)
#9D93CF
(157,147,207)
#ADA4D6
(173,164,214)
#BDB5DD
(189,181,221)
#CDC6E4
(205,198,228)
#DDD7EB
(221,215,235)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3EAC color. Also use rgb(77,62,172) instead hex code.

Text Font Color

.myTextColor { color: #4D3EAC; }

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

This text font color is #4D3EAC.


Background Color

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

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

This div background color is #4D3EAC.


Border color

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

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

This div border color is #4D3EAC.


Opacity

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

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

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

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

This text has shadow with #4D3EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3EAC on black background.


Color preview on white background

This text has color #4D3EAC on white background.



Black color preview on #4D3EAC background

This text has black color on #4D3EAC background.


White color preview on #4D3EAC background

This text has white color on #4D3EAC background.