COLOR #525084

HEX: #525084
RGB: (82,80,132)

Color info

#525084 contains red, green and blue colors in about the same proportion. Web safe color of #525084 is #666699 (or #669).

RGB color model

#525084 color RGB value is (82,80,132).

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

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 132 of 255 = 52%

82
80
132

R + G + B ~ 38%. #525084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 132 = 294 (100%)
R 82 of 294 ~ 27.89%
G 80 of 294 ~ 27.21%
B 132 of 294 ~ 44.9%

%27.89
%27.21
%44.9

CMYK color model

#525084 color CMYK value is (38,39,0,48).

  • cyan value is 37.88%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(38,39,0,48)
C38M39Y0K48 
(38%,39%,0%,48%)
(0.38/0.39/0.00/0.48)	

CMYK percentages

%37.88
%39.39
%0
%48.24

Codes

Color #525084 in popluar color models

525084
RGB8280132
HSL242°24.53%41.57%
HSB/HSV242°39.39%51.76%
CMYK37.88%39.39%0.00%
48.24%

Color #525084 in popluar number systems.

HEX525084
Decimal8280132
Binary1010010101000010000100
Octal122120204

Shades and tints

Shades of #525084

#525084
(82,80,132)
#4B4978
(75,73,120)
#44426C
(68,66,108)
#3D3B60
(61,59,96)
#363454
(54,52,84)
#2F2D48
(47,45,72)
#28263C
(40,38,60)
#211F30
(33,31,48)
#1A1824
(26,24,36)
#131118
(19,17,24)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #525084

#525084
(82,80,132)
#615F8F
(97,95,143)
#706E9A
(112,110,154)
#7F7DA5
(127,125,165)
#8E8CB0
(142,140,176)
#9D9BBB
(157,155,187)
#ACAAC6
(172,170,198)
#BBB9D1
(187,185,209)
#CAC8DC
(202,200,220)
#D9D7E7
(217,215,231)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525084; }

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

This text font color is #525084.


Background Color

.myBgColor { background-color: #525084; }

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

This div background color is #525084.


Border color

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

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

This div border color is #525084.


Opacity

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

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

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

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

This text has shadow with #525084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525084 on black background.


Color preview on white background

This text has color #525084 on white background.



Black color preview on #525084 background

This text has black color on #525084 background.


White color preview on #525084 background

This text has white color on #525084 background.