COLOR #4D25A4

HEX: #4D25A4
RGB: (77,37,164)

Color info

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

RGB color model

#4D25A4 color RGB value is (77,37,164).

  • red value is 77;
  • green value is 37;
  • blue value is 164.
RGB:
(77,37,164)
(30%,15%,64%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 164 of 255 = 64%

77
37
164

R + G + B ~ 36%. #4D25A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 164 = 278 (100%)
R 77 of 278 ~ 27.7%
G 37 of 278 ~ 13.31%
B 164 of 278 ~ 58.99%

%27.7
%13.31
%58.99

CMYK color model

#4D25A4 color CMYK value is (53,77,0,36).

  • cyan value is 53.05%
  • magenta value is 77.44%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(53,77,0,36)
C53M77Y0K36 
(53%,77%,0%,36%)
(0.53/0.77/0.00/0.36)	

CMYK percentages

%53.05
%77.44
%0
%35.69

Codes

Color #4D25A4 in popluar color models

4D25A4
RGB7737164
HSL259°63.18%39.41%
HSB/HSV259°77.44%64.31%
CMYK53.05%77.44%0.00%
35.69%

Color #4D25A4 in popluar number systems.

HEX4D25A4
Decimal7737164
Binary100110110010110100100
Octal11545244

Shades and tints

Shades of #4D25A4

#4D25A4
(77,37,164)
#462296
(70,34,150)
#3F1F88
(63,31,136)
#381C7A
(56,28,122)
#31196C
(49,25,108)
#2A165E
(42,22,94)
#231350
(35,19,80)
#1C1042
(28,16,66)
#150D34
(21,13,52)
#0E0A26
(14,10,38)
#070718
(7,7,24)
#000000
(0,0,0)

Tints of #4D25A4

#4D25A4
(77,37,164)
#5D38AC
(93,56,172)
#6D4BB4
(109,75,180)
#7D5EBC
(125,94,188)
#8D71C4
(141,113,196)
#9D84CC
(157,132,204)
#AD97D4
(173,151,212)
#BDAADC
(189,170,220)
#CDBDE4
(205,189,228)
#DDD0EC
(221,208,236)
#EDE3F4
(237,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D25A4 color. Also use rgb(77,37,164) instead hex code.

Text Font Color

.myTextColor { color: #4D25A4; }

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

This text font color is #4D25A4.


Background Color

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

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

This div background color is #4D25A4.


Border color

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

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

This div border color is #4D25A4.


Opacity

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

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

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

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

This text has shadow with #4D25A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D25A4 on black background.


Color preview on white background

This text has color #4D25A4 on white background.



Black color preview on #4D25A4 background

This text has black color on #4D25A4 background.


White color preview on #4D25A4 background

This text has white color on #4D25A4 background.