COLOR #52254D

HEX: #52254D
RGB: (82,37,77)

Color info

#52254D contains red, green and blue colors in about the same proportion. Web safe color of #52254D is #663333 (or #633).

RGB color model

#52254D color RGB value is (82,37,77).

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

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 77 of 255 = 30%

82
37
77

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

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 77 = 196 (100%)
R 82 of 196 ~ 41.84%
G 37 of 196 ~ 18.88%
B 77 of 196 ~ 39.29%

%41.84
%18.88
%39.29

CMYK color model

#52254D color CMYK value is (0,55,6,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,55,6,68)
C0M55Y6K68 
(0%,55%,6%,68%)
(0.00/0.55/0.06/0.68)	

CMYK percentages

%0
%54.88
%6.1
%67.84

Codes

Color #52254D in popluar color models

52254D
RGB823777
HSL307°37.82%23.33%
HSB/HSV307°54.88%32.16%
CMYK0.00%54.88%6.10%
67.84%

Color #52254D in popluar number systems.

HEX52254D
Decimal823777
Binary10100101001011001101
Octal12245115

Shades and tints

Shades of #52254D

#52254D
(82,37,77)
#4B2246
(75,34,70)
#441F3F
(68,31,63)
#3D1C38
(61,28,56)
#361931
(54,25,49)
#2F162A
(47,22,42)
#281323
(40,19,35)
#21101C
(33,16,28)
#1A0D15
(26,13,21)
#130A0E
(19,10,14)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #52254D

#52254D
(82,37,77)
#61385D
(97,56,93)
#704B6D
(112,75,109)
#7F5E7D
(127,94,125)
#8E718D
(142,113,141)
#9D849D
(157,132,157)
#AC97AD
(172,151,173)
#BBAABD
(187,170,189)
#CABDCD
(202,189,205)
#D9D0DD
(217,208,221)
#E8E3ED
(232,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52254D; }

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

This text font color is #52254D.


Background Color

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

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

This div background color is #52254D.


Border color

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

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

This div border color is #52254D.


Opacity

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

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

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

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

This text has shadow with #52254D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52254D on black background.


Color preview on white background

This text has color #52254D on white background.



Black color preview on #52254D background

This text has black color on #52254D background.


White color preview on #52254D background

This text has white color on #52254D background.