COLOR #4D225C

HEX: #4D225C
RGB: (77,34,92)

Color info

#4D225C contains red, green and blue colors in about the same proportion. Web safe color of #4D225C is #333366 (or #336).

RGB color model

#4D225C color RGB value is (77,34,92).

  • red value is 77;
  • green value is 34;
  • blue value is 92.
RGB:
(77,34,92)
(30%,13%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 34 of 255 = 13%
B 92 of 255 = 36%

77
34
92

R + G + B ~ 26%. #4D225C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 34 + 92 = 203 (100%)
R 77 of 203 ~ 37.93%
G 34 of 203 ~ 16.75%
B 92 of 203 ~ 45.32%

%37.93
%16.75
%45.32

CMYK color model

#4D225C color CMYK value is (16,63,0,64).

  • cyan value is 16.30%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(16,63,0,64)
C16M63Y0K64 
(16%,63%,0%,64%)
(0.16/0.63/0.00/0.64)	

CMYK percentages

%16.3
%63.04
%0
%63.92

Codes

Color #4D225C in popluar color models

4D225C
RGB773492
HSL284°46.03%24.71%
HSB/HSV284°63.04%36.08%
CMYK16.30%63.04%0.00%
63.92%

Color #4D225C in popluar number systems.

HEX4D225C
Decimal773492
Binary10011011000101011100
Octal11542134

Shades and tints

Shades of #4D225C

#4D225C
(77,34,92)
#461F54
(70,31,84)
#3F1C4C
(63,28,76)
#381944
(56,25,68)
#31163C
(49,22,60)
#2A1334
(42,19,52)
#23102C
(35,16,44)
#1C0D24
(28,13,36)
#150A1C
(21,10,28)
#0E0714
(14,7,20)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #4D225C

#4D225C
(77,34,92)
#5D366A
(93,54,106)
#6D4A78
(109,74,120)
#7D5E86
(125,94,134)
#8D7294
(141,114,148)
#9D86A2
(157,134,162)
#AD9AB0
(173,154,176)
#BDAEBE
(189,174,190)
#CDC2CC
(205,194,204)
#DDD6DA
(221,214,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D225C color. Also use rgb(77,34,92) instead hex code.

Text Font Color

.myTextColor { color: #4D225C; }

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

This text font color is #4D225C.


Background Color

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

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

This div background color is #4D225C.


Border color

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

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

This div border color is #4D225C.


Opacity

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

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

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

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

This text has shadow with #4D225C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D225C on black background.


Color preview on white background

This text has color #4D225C on white background.



Black color preview on #4D225C background

This text has black color on #4D225C background.


White color preview on #4D225C background

This text has white color on #4D225C background.