COLOR #52244E

HEX: #52244E
RGB: (82,36,78)

Color info

#52244E contains red, green and blue colors in about the same proportion. Web safe color of #52244E is #663366 (or #636).

RGB color model

#52244E color RGB value is (82,36,78).

  • red value is 82;
  • green value is 36;
  • blue value is 78.
RGB:
(82,36,78)
(32%,14%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 36 of 255 = 14%
B 78 of 255 = 31%

82
36
78

R + G + B ~ 26%. #52244E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 36 + 78 = 196 (100%)
R 82 of 196 ~ 41.84%
G 36 of 196 ~ 18.37%
B 78 of 196 ~ 39.8%

%41.84
%18.37
%39.8

CMYK color model

#52244E color CMYK value is (0,56,5,68).

  • cyan value is 0.00%
  • magenta value is 56.10%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(0,56,5,68)
C0M56Y5K68 
(0%,56%,5%,68%)
(0.00/0.56/0.05/0.68)	

CMYK percentages

%0
%56.1
%4.88
%67.84

Codes

Color #52244E in popluar color models

52244E
RGB823678
HSL305°38.98%23.14%
HSB/HSV305°56.10%32.16%
CMYK0.00%56.10%4.88%
67.84%

Color #52244E in popluar number systems.

HEX52244E
Decimal823678
Binary10100101001001001110
Octal12244116

Shades and tints

Shades of #52244E

#52244E
(82,36,78)
#4B2147
(75,33,71)
#441E40
(68,30,64)
#3D1B39
(61,27,57)
#361832
(54,24,50)
#2F152B
(47,21,43)
#281224
(40,18,36)
#210F1D
(33,15,29)
#1A0C16
(26,12,22)
#13090F
(19,9,15)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #52244E

#52244E
(82,36,78)
#61375E
(97,55,94)
#704A6E
(112,74,110)
#7F5D7E
(127,93,126)
#8E708E
(142,112,142)
#9D839E
(157,131,158)
#AC96AE
(172,150,174)
#BBA9BE
(187,169,190)
#CABCCE
(202,188,206)
#D9CFDE
(217,207,222)
#E8E2EE
(232,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52244E color. Also use rgb(82,36,78) instead hex code.

Text Font Color

.myTextColor { color: #52244E; }

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

This text font color is #52244E.


Background Color

.myBgColor { background-color: #52244E; }

<div style="background-color:#52244E">Inner text</div>

This div background color is #52244E.


Border color

.myBorderColor { border: 1px solid #52244E; }

<div style="border:3px solid #52244E">Div</div>

This div border color is #52244E.


Opacity

.myOpacity80 { color: #52244E; opacity: 0.8; }

<p style="color:#52244E;opacity:0.8;">80%</p>

Text with #52244E 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 #52244E;}

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

This text has shadow with #52244E color.

.textShadow {text-shadow: 3px 3px 1px #52244E, 3px 3px 1px red;}

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

This text has shadow with #52244E primary color and red secondary color.


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

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

This text has shadow with #52244E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52244E on black background.


Color preview on white background

This text has color #52244E on white background.



Black color preview on #52244E background

This text has black color on #52244E background.


White color preview on #52244E background

This text has white color on #52244E background.