COLOR #523084

HEX: #523084
RGB: (82,48,132)

Color info

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

RGB color model

#523084 color RGB value is (82,48,132).

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

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 132 of 255 = 52%

82
48
132

R + G + B ~ 34%. #523084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 132 = 262 (100%)
R 82 of 262 ~ 31.3%
G 48 of 262 ~ 18.32%
B 132 of 262 ~ 50.38%

%31.3
%18.32
%50.38

CMYK color model

#523084 color CMYK value is (38,64,0,48).

  • cyan value is 37.88%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(38,64,0,48)
C38M64Y0K48 
(38%,64%,0%,48%)
(0.38/0.64/0.00/0.48)	

CMYK percentages

%37.88
%63.64
%0
%48.24

Codes

Color #523084 in popluar color models

523084
RGB8248132
HSL264°46.67%35.29%
HSB/HSV264°63.64%51.76%
CMYK37.88%63.64%0.00%
48.24%

Color #523084 in popluar number systems.

HEX523084
Decimal8248132
Binary101001011000010000100
Octal12260204

Shades and tints

Shades of #523084

#523084
(82,48,132)
#4B2C78
(75,44,120)
#44286C
(68,40,108)
#3D2460
(61,36,96)
#362054
(54,32,84)
#2F1C48
(47,28,72)
#28183C
(40,24,60)
#211430
(33,20,48)
#1A1024
(26,16,36)
#130C18
(19,12,24)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #523084

#523084
(82,48,132)
#61428F
(97,66,143)
#70549A
(112,84,154)
#7F66A5
(127,102,165)
#8E78B0
(142,120,176)
#9D8ABB
(157,138,187)
#AC9CC6
(172,156,198)
#BBAED1
(187,174,209)
#CAC0DC
(202,192,220)
#D9D2E7
(217,210,231)
#E8E4F2
(232,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523084; }

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

This text font color is #523084.


Background Color

.myBgColor { background-color: #523084; }

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

This div background color is #523084.


Border color

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

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

This div border color is #523084.


Opacity

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

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

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

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

This text has shadow with #523084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523084 on black background.


Color preview on white background

This text has color #523084 on white background.



Black color preview on #523084 background

This text has black color on #523084 background.


White color preview on #523084 background

This text has white color on #523084 background.