COLOR #52329A

HEX: #52329A
RGB: (82,50,154)

Color info

#52329A contains mainly blue color. Web safe color of #52329A is #663399 (or #639).

RGB color model

#52329A color RGB value is (82,50,154).

  • red value is 82;
  • green value is 50;
  • blue value is 154.
RGB:
(82,50,154)
(32%,20%,60%)

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 154 of 255 = 60%

82
50
154

R + G + B ~ 37%. #52329A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 154 = 286 (100%)
R 82 of 286 ~ 28.67%
G 50 of 286 ~ 17.48%
B 154 of 286 ~ 53.85%

%28.67
%17.48
%53.85

CMYK color model

#52329A color CMYK value is (47,68,0,40).

  • cyan value is 46.75%
  • magenta value is 67.53%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(47,68,0,40)
C47M68Y0K40 
(47%,68%,0%,40%)
(0.47/0.68/0.00/0.40)	

CMYK percentages

%46.75
%67.53
%0
%39.61

Codes

Color #52329A in popluar color models

52329A
RGB8250154
HSL258°50.98%40.00%
HSB/HSV258°67.53%60.39%
CMYK46.75%67.53%0.00%
39.61%

Color #52329A in popluar number systems.

HEX52329A
Decimal8250154
Binary101001011001010011010
Octal12262232

Shades and tints

Shades of #52329A

#52329A
(82,50,154)
#4B2E8C
(75,46,140)
#442A7E
(68,42,126)
#3D2670
(61,38,112)
#362262
(54,34,98)
#2F1E54
(47,30,84)
#281A46
(40,26,70)
#211638
(33,22,56)
#1A122A
(26,18,42)
#130E1C
(19,14,28)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #52329A

#52329A
(82,50,154)
#6144A3
(97,68,163)
#7056AC
(112,86,172)
#7F68B5
(127,104,181)
#8E7ABE
(142,122,190)
#9D8CC7
(157,140,199)
#AC9ED0
(172,158,208)
#BBB0D9
(187,176,217)
#CAC2E2
(202,194,226)
#D9D4EB
(217,212,235)
#E8E6F4
(232,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52329A color. Also use rgb(82,50,154) instead hex code.

Text Font Color

.myTextColor { color: #52329A; }

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

This text font color is #52329A.


Background Color

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

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

This div background color is #52329A.


Border color

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

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

This div border color is #52329A.


Opacity

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

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

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

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

This text has shadow with #52329A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52329A on black background.


Color preview on white background

This text has color #52329A on white background.



Black color preview on #52329A background

This text has black color on #52329A background.


White color preview on #52329A background

This text has white color on #52329A background.