COLOR #52274A

HEX: #52274A
RGB: (82,39,74)

Color info

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

RGB color model

#52274A color RGB value is (82,39,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 39 of 255 = 15%
B 74 of 255 = 29%

82
39
74

R + G + B ~ 25%. #52274A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 39 + 74 = 195 (100%)
R 82 of 195 ~ 42.05%
G 39 of 195 ~ 20%
B 74 of 195 ~ 37.95%

%42.05
%20
%37.95

CMYK color model

#52274A color CMYK value is (0,52,10,68).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(0,52,10,68)
C0M52Y10K68 
(0%,52%,10%,68%)
(0.00/0.52/0.10/0.68)	

CMYK percentages

%0
%52.44
%9.76
%67.84

Codes

Color #52274A in popluar color models

52274A
RGB823974
HSL311°35.54%23.73%
HSB/HSV311°52.44%32.16%
CMYK0.00%52.44%9.76%
67.84%

Color #52274A in popluar number systems.

HEX52274A
Decimal823974
Binary10100101001111001010
Octal12247112

Shades and tints

Shades of #52274A

#52274A
(82,39,74)
#4B2444
(75,36,68)
#44213E
(68,33,62)
#3D1E38
(61,30,56)
#361B32
(54,27,50)
#2F182C
(47,24,44)
#281526
(40,21,38)
#211220
(33,18,32)
#1A0F1A
(26,15,26)
#130C14
(19,12,20)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #52274A

#52274A
(82,39,74)
#613A5A
(97,58,90)
#704D6A
(112,77,106)
#7F607A
(127,96,122)
#8E738A
(142,115,138)
#9D869A
(157,134,154)
#AC99AA
(172,153,170)
#BBACBA
(187,172,186)
#CABFCA
(202,191,202)
#D9D2DA
(217,210,218)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52274A; }

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

This text font color is #52274A.


Background Color

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

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

This div background color is #52274A.


Border color

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

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

This div border color is #52274A.


Opacity

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

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

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

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

This text has shadow with #52274A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52274A on black background.


Color preview on white background

This text has color #52274A on white background.



Black color preview on #52274A background

This text has black color on #52274A background.


White color preview on #52274A background

This text has white color on #52274A background.