COLOR #4D33A3

HEX: #4D33A3
RGB: (77,51,163)

Color info

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

RGB color model

#4D33A3 color RGB value is (77,51,163).

  • red value is 77;
  • green value is 51;
  • blue value is 163.
RGB:
(77,51,163)
(30%,20%,64%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 163 of 255 = 64%

77
51
163

R + G + B ~ 38%. #4D33A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 163 = 291 (100%)
R 77 of 291 ~ 26.46%
G 51 of 291 ~ 17.53%
B 163 of 291 ~ 56.01%

%26.46
%17.53
%56.01

CMYK color model

#4D33A3 color CMYK value is (53,69,0,36).

  • cyan value is 52.76%
  • magenta value is 68.71%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(53,69,0,36)
C53M69Y0K36 
(53%,69%,0%,36%)
(0.53/0.69/0.00/0.36)	

CMYK percentages

%52.76
%68.71
%0
%36.08

Codes

Color #4D33A3 in popluar color models

4D33A3
RGB7751163
HSL254°52.34%41.96%
HSB/HSV254°68.71%63.92%
CMYK52.76%68.71%0.00%
36.08%

Color #4D33A3 in popluar number systems.

HEX4D33A3
Decimal7751163
Binary100110111001110100011
Octal11563243

Shades and tints

Shades of #4D33A3

#4D33A3
(77,51,163)
#462F95
(70,47,149)
#3F2B87
(63,43,135)
#382779
(56,39,121)
#31236B
(49,35,107)
#2A1F5D
(42,31,93)
#231B4F
(35,27,79)
#1C1741
(28,23,65)
#151333
(21,19,51)
#0E0F25
(14,15,37)
#070B17
(7,11,23)
#000000
(0,0,0)

Tints of #4D33A3

#4D33A3
(77,51,163)
#5D45AB
(93,69,171)
#6D57B3
(109,87,179)
#7D69BB
(125,105,187)
#8D7BC3
(141,123,195)
#9D8DCB
(157,141,203)
#AD9FD3
(173,159,211)
#BDB1DB
(189,177,219)
#CDC3E3
(205,195,227)
#DDD5EB
(221,213,235)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D33A3 color. Also use rgb(77,51,163) instead hex code.

Text Font Color

.myTextColor { color: #4D33A3; }

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

This text font color is #4D33A3.


Background Color

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

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

This div background color is #4D33A3.


Border color

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

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

This div border color is #4D33A3.


Opacity

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

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

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

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

This text has shadow with #4D33A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D33A3 on black background.


Color preview on white background

This text has color #4D33A3 on white background.



Black color preview on #4D33A3 background

This text has black color on #4D33A3 background.


White color preview on #4D33A3 background

This text has white color on #4D33A3 background.