COLOR #525380

HEX: #525380
RGB: (82,83,128)

Color info

#525380 contains red, green and blue colors in about the same proportion. Web safe color of #525380 is #666666 (or #666).

RGB color model

#525380 color RGB value is (82,83,128).

  • red value is 82;
  • green value is 83;
  • blue value is 128.
RGB:
(82,83,128)
(32%,33%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 128 of 255 = 50%

82
83
128

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

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 128 = 293 (100%)
R 82 of 293 ~ 27.99%
G 83 of 293 ~ 28.33%
B 128 of 293 ~ 43.69%

%27.99
%28.33
%43.69

CMYK color model

#525380 color CMYK value is (36,35,0,50).

  • cyan value is 35.94%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(36,35,0,50)
C36M35Y0K50 
(36%,35%,0%,50%)
(0.36/0.35/0.00/0.50)	

CMYK percentages

%35.94
%35.16
%0
%49.8

Codes

Color #525380 in popluar color models

525380
RGB8283128
HSL239°21.90%41.18%
HSB/HSV239°35.94%50.20%
CMYK35.94%35.16%0.00%
49.80%

Color #525380 in popluar number systems.

HEX525380
Decimal8283128
Binary1010010101001110000000
Octal122123200

Shades and tints

Shades of #525380

#525380
(82,83,128)
#4B4C75
(75,76,117)
#44456A
(68,69,106)
#3D3E5F
(61,62,95)
#363754
(54,55,84)
#2F3049
(47,48,73)
#28293E
(40,41,62)
#212233
(33,34,51)
#1A1B28
(26,27,40)
#13141D
(19,20,29)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #525380

#525380
(82,83,128)
#61628B
(97,98,139)
#707196
(112,113,150)
#7F80A1
(127,128,161)
#8E8FAC
(142,143,172)
#9D9EB7
(157,158,183)
#ACADC2
(172,173,194)
#BBBCCD
(187,188,205)
#CACBD8
(202,203,216)
#D9DAE3
(217,218,227)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525380 color. Also use rgb(82,83,128) instead hex code.

Text Font Color

.myTextColor { color: #525380; }

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

This text font color is #525380.


Background Color

.myBgColor { background-color: #525380; }

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

This div background color is #525380.


Border color

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

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

This div border color is #525380.


Opacity

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

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

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

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

This text has shadow with #525380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525380 on black background.


Color preview on white background

This text has color #525380 on white background.



Black color preview on #525380 background

This text has black color on #525380 background.


White color preview on #525380 background

This text has white color on #525380 background.