COLOR #524D90

HEX: #524D90
RGB: (82,77,144)

Color info

#524D90 contains mainly blue color. Web safe color of #524D90 is #663399 (or #639).

RGB color model

#524D90 color RGB value is (82,77,144).

  • red value is 82;
  • green value is 77;
  • blue value is 144.
RGB:
(82,77,144)
(32%,30%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 144 of 255 = 56%

82
77
144

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 144 = 303 (100%)
R 82 of 303 ~ 27.06%
G 77 of 303 ~ 25.41%
B 144 of 303 ~ 47.52%

%27.06
%25.41
%47.52

CMYK color model

#524D90 color CMYK value is (43,47,0,44).

  • cyan value is 43.06%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(43,47,0,44)
C43M47Y0K44 
(43%,47%,0%,44%)
(0.43/0.47/0.00/0.44)	

CMYK percentages

%43.06
%46.53
%0
%43.53

Codes

Color #524D90 in popluar color models

524D90
RGB8277144
HSL244°30.32%43.33%
HSB/HSV244°46.53%56.47%
CMYK43.06%46.53%0.00%
43.53%

Color #524D90 in popluar number systems.

HEX524D90
Decimal8277144
Binary1010010100110110010000
Octal122115220

Shades and tints

Shades of #524D90

#524D90
(82,77,144)
#4B4683
(75,70,131)
#443F76
(68,63,118)
#3D3869
(61,56,105)
#36315C
(54,49,92)
#2F2A4F
(47,42,79)
#282342
(40,35,66)
#211C35
(33,28,53)
#1A1528
(26,21,40)
#130E1B
(19,14,27)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #524D90

#524D90
(82,77,144)
#615D9A
(97,93,154)
#706DA4
(112,109,164)
#7F7DAE
(127,125,174)
#8E8DB8
(142,141,184)
#9D9DC2
(157,157,194)
#ACADCC
(172,173,204)
#BBBDD6
(187,189,214)
#CACDE0
(202,205,224)
#D9DDEA
(217,221,234)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524D90 color. Also use rgb(82,77,144) instead hex code.

Text Font Color

.myTextColor { color: #524D90; }

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

This text font color is #524D90.


Background Color

.myBgColor { background-color: #524D90; }

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

This div background color is #524D90.


Border color

.myBorderColor { border: 1px solid #524D90; }

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

This div border color is #524D90.


Opacity

.myOpacity80 { color: #524D90; opacity: 0.8; }

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

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

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

This text has shadow with #524D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D90 on black background.


Color preview on white background

This text has color #524D90 on white background.



Black color preview on #524D90 background

This text has black color on #524D90 background.


White color preview on #524D90 background

This text has white color on #524D90 background.