COLOR #523284

HEX: #523284
RGB: (82,50,132)

Color info

#523284 contains mainly red and blue colors. Web safe color of #523284 is #663399 (or #639).

RGB color model

#523284 color RGB value is (82,50,132).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 132 of 255 = 52%

82
50
132

R + G + B ~ 35%. #523284 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 132 = 264 (100%)
R 82 of 264 ~ 31.06%
G 50 of 264 ~ 18.94%
B 132 of 264 ~ 50%

%31.06
%18.94
%50

CMYK color model

#523284 color CMYK value is (38,62,0,48).

  • cyan value is 37.88%
  • magenta value is 62.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(38,62,0,48)
C38M62Y0K48 
(38%,62%,0%,48%)
(0.38/0.62/0.00/0.48)	

CMYK percentages

%37.88
%62.12
%0
%48.24

Codes

Color #523284 in popluar color models

523284
RGB8250132
HSL263°45.05%35.69%
HSB/HSV263°62.12%51.76%
CMYK37.88%62.12%0.00%
48.24%

Color #523284 in popluar number systems.

HEX523284
Decimal8250132
Binary101001011001010000100
Octal12262204

Shades and tints

Shades of #523284

#523284
(82,50,132)
#4B2E78
(75,46,120)
#442A6C
(68,42,108)
#3D2660
(61,38,96)
#362254
(54,34,84)
#2F1E48
(47,30,72)
#281A3C
(40,26,60)
#211630
(33,22,48)
#1A1224
(26,18,36)
#130E18
(19,14,24)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #523284

#523284
(82,50,132)
#61448F
(97,68,143)
#70569A
(112,86,154)
#7F68A5
(127,104,165)
#8E7AB0
(142,122,176)
#9D8CBB
(157,140,187)
#AC9EC6
(172,158,198)
#BBB0D1
(187,176,209)
#CAC2DC
(202,194,220)
#D9D4E7
(217,212,231)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523284; }

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

This text font color is #523284.


Background Color

.myBgColor { background-color: #523284; }

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

This div background color is #523284.


Border color

.myBorderColor { border: 1px solid #523284; }

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

This div border color is #523284.


Opacity

.myOpacity80 { color: #523284; opacity: 0.8; }

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

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

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

This text has shadow with #523284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523284 on black background.


Color preview on white background

This text has color #523284 on white background.



Black color preview on #523284 background

This text has black color on #523284 background.


White color preview on #523284 background

This text has white color on #523284 background.