COLOR #52274E

HEX: #52274E
RGB: (82,39,78)

Color info

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

RGB color model

#52274E color RGB value is (82,39,78).

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

RGB channels and saturation

R 82 of 255 = 32%
G 39 of 255 = 15%
B 78 of 255 = 31%

82
39
78

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

Portions of RGB colors in percentages

R + G + B =
82 + 39 + 78 = 199 (100%)
R 82 of 199 ~ 41.21%
G 39 of 199 ~ 19.6%
B 78 of 199 ~ 39.2%

%41.21
%19.6
%39.2

CMYK color model

#52274E color CMYK value is (0,52,5,68).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(0,52,5,68)
C0M52Y5K68 
(0%,52%,5%,68%)
(0.00/0.52/0.05/0.68)	

CMYK percentages

%0
%52.44
%4.88
%67.84

Codes

Color #52274E in popluar color models

52274E
RGB823978
HSL306°35.54%23.73%
HSB/HSV306°52.44%32.16%
CMYK0.00%52.44%4.88%
67.84%

Color #52274E in popluar number systems.

HEX52274E
Decimal823978
Binary10100101001111001110
Octal12247116

Shades and tints

Shades of #52274E

#52274E
(82,39,78)
#4B2447
(75,36,71)
#442140
(68,33,64)
#3D1E39
(61,30,57)
#361B32
(54,27,50)
#2F182B
(47,24,43)
#281524
(40,21,36)
#21121D
(33,18,29)
#1A0F16
(26,15,22)
#130C0F
(19,12,15)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #52274E

#52274E
(82,39,78)
#613A5E
(97,58,94)
#704D6E
(112,77,110)
#7F607E
(127,96,126)
#8E738E
(142,115,142)
#9D869E
(157,134,158)
#AC99AE
(172,153,174)
#BBACBE
(187,172,190)
#CABFCE
(202,191,206)
#D9D2DE
(217,210,222)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52274E; }

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

This text font color is #52274E.


Background Color

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

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

This div background color is #52274E.


Border color

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

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

This div border color is #52274E.


Opacity

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

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

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

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

This text has shadow with #52274E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52274E on black background.


Color preview on white background

This text has color #52274E on white background.



Black color preview on #52274E background

This text has black color on #52274E background.


White color preview on #52274E background

This text has white color on #52274E background.