COLOR #525384

HEX: #525384
RGB: (82,83,132)

Color info

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

RGB color model

#525384 color RGB value is (82,83,132).

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

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 132 of 255 = 52%

82
83
132

R + G + B ~ 39%. #525384 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 132 = 297 (100%)
R 82 of 297 ~ 27.61%
G 83 of 297 ~ 27.95%
B 132 of 297 ~ 44.44%

%27.61
%27.95
%44.44

CMYK color model

#525384 color CMYK value is (38,37,0,48).

  • cyan value is 37.88%
  • magenta value is 37.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(38,37,0,48)
C38M37Y0K48 
(38%,37%,0%,48%)
(0.38/0.37/0.00/0.48)	

CMYK percentages

%37.88
%37.12
%0
%48.24

Codes

Color #525384 in popluar color models

525384
RGB8283132
HSL239°23.36%41.96%
HSB/HSV239°37.88%51.76%
CMYK37.88%37.12%0.00%
48.24%

Color #525384 in popluar number systems.

HEX525384
Decimal8283132
Binary1010010101001110000100
Octal122123204

Shades and tints

Shades of #525384

#525384
(82,83,132)
#4B4C78
(75,76,120)
#44456C
(68,69,108)
#3D3E60
(61,62,96)
#363754
(54,55,84)
#2F3048
(47,48,72)
#28293C
(40,41,60)
#212230
(33,34,48)
#1A1B24
(26,27,36)
#131418
(19,20,24)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #525384

#525384
(82,83,132)
#61628F
(97,98,143)
#70719A
(112,113,154)
#7F80A5
(127,128,165)
#8E8FB0
(142,143,176)
#9D9EBB
(157,158,187)
#ACADC6
(172,173,198)
#BBBCD1
(187,188,209)
#CACBDC
(202,203,220)
#D9DAE7
(217,218,231)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525384; }

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

This text font color is #525384.


Background Color

.myBgColor { background-color: #525384; }

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

This div background color is #525384.


Border color

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

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

This div border color is #525384.


Opacity

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

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

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

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

This text has shadow with #525384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525384 on black background.


Color preview on white background

This text has color #525384 on white background.



Black color preview on #525384 background

This text has black color on #525384 background.


White color preview on #525384 background

This text has white color on #525384 background.