COLOR #52254F

HEX: #52254F
RGB: (82,37,79)

Color info

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

RGB color model

#52254F color RGB value is (82,37,79).

  • red value is 82;
  • green value is 37;
  • blue value is 79.
RGB:
(82,37,79)
(32%,15%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 79 of 255 = 31%

82
37
79

R + G + B ~ 26%. #52254F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 79 = 198 (100%)
R 82 of 198 ~ 41.41%
G 37 of 198 ~ 18.69%
B 79 of 198 ~ 39.9%

%41.41
%18.69
%39.9

CMYK color model

#52254F color CMYK value is (0,55,4,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 3.66%
  • key color value is 67.84%
CMYK:
(0,55,4,68)
C0M55Y4K68 
(0%,55%,4%,68%)
(0.00/0.55/0.04/0.68)	

CMYK percentages

%0
%54.88
%3.66
%67.84

Codes

Color #52254F in popluar color models

52254F
RGB823779
HSL304°37.82%23.33%
HSB/HSV304°54.88%32.16%
CMYK0.00%54.88%3.66%
67.84%

Color #52254F in popluar number systems.

HEX52254F
Decimal823779
Binary10100101001011001111
Octal12245117

Shades and tints

Shades of #52254F

#52254F
(82,37,79)
#4B2248
(75,34,72)
#441F41
(68,31,65)
#3D1C3A
(61,28,58)
#361933
(54,25,51)
#2F162C
(47,22,44)
#281325
(40,19,37)
#21101E
(33,16,30)
#1A0D17
(26,13,23)
#130A10
(19,10,16)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #52254F

#52254F
(82,37,79)
#61385F
(97,56,95)
#704B6F
(112,75,111)
#7F5E7F
(127,94,127)
#8E718F
(142,113,143)
#9D849F
(157,132,159)
#AC97AF
(172,151,175)
#BBAABF
(187,170,191)
#CABDCF
(202,189,207)
#D9D0DF
(217,208,223)
#E8E3EF
(232,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52254F color. Also use rgb(82,37,79) instead hex code.

Text Font Color

.myTextColor { color: #52254F; }

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

This text font color is #52254F.


Background Color

.myBgColor { background-color: #52254F; }

<div style="background-color:#52254F">Inner text</div>

This div background color is #52254F.


Border color

.myBorderColor { border: 1px solid #52254F; }

<div style="border:3px solid #52254F">Div</div>

This div border color is #52254F.


Opacity

.myOpacity80 { color: #52254F; opacity: 0.8; }

<p style="color:#52254F;opacity:0.8;">80%</p>

Text with #52254F 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 #52254F;}

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

This text has shadow with #52254F color.

.textShadow {text-shadow: 3px 3px 1px #52254F, 3px 3px 1px red;}

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

This text has shadow with #52254F primary color and red secondary color.


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

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

This text has shadow with #52254F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52254F on black background.


Color preview on white background

This text has color #52254F on white background.



Black color preview on #52254F background

This text has black color on #52254F background.


White color preview on #52254F background

This text has white color on #52254F background.