COLOR #524A86

HEX: #524A86
RGB: (82,74,134)

Color info

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

RGB color model

#524A86 color RGB value is (82,74,134).

  • red value is 82;
  • green value is 74;
  • blue value is 134.
RGB:
(82,74,134)
(32%,29%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 134 of 255 = 53%

82
74
134

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

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 134 = 290 (100%)
R 82 of 290 ~ 28.28%
G 74 of 290 ~ 25.52%
B 134 of 290 ~ 46.21%

%28.28
%25.52
%46.21

CMYK color model

#524A86 color CMYK value is (39,45,0,47).

  • cyan value is 38.81%
  • magenta value is 44.78%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(39,45,0,47)
C39M45Y0K47 
(39%,45%,0%,47%)
(0.39/0.45/0.00/0.47)	

CMYK percentages

%38.81
%44.78
%0
%47.45

Codes

Color #524A86 in popluar color models

524A86
RGB8274134
HSL248°28.85%40.78%
HSB/HSV248°44.78%52.55%
CMYK38.81%44.78%0.00%
47.45%

Color #524A86 in popluar number systems.

HEX524A86
Decimal8274134
Binary1010010100101010000110
Octal122112206

Shades and tints

Shades of #524A86

#524A86
(82,74,134)
#4B447A
(75,68,122)
#443E6E
(68,62,110)
#3D3862
(61,56,98)
#363256
(54,50,86)
#2F2C4A
(47,44,74)
#28263E
(40,38,62)
#212032
(33,32,50)
#1A1A26
(26,26,38)
#13141A
(19,20,26)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #524A86

#524A86
(82,74,134)
#615A91
(97,90,145)
#706A9C
(112,106,156)
#7F7AA7
(127,122,167)
#8E8AB2
(142,138,178)
#9D9ABD
(157,154,189)
#ACAAC8
(172,170,200)
#BBBAD3
(187,186,211)
#CACADE
(202,202,222)
#D9DAE9
(217,218,233)
#E8EAF4
(232,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524A86 color. Also use rgb(82,74,134) instead hex code.

Text Font Color

.myTextColor { color: #524A86; }

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

This text font color is #524A86.


Background Color

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

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

This div background color is #524A86.


Border color

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

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

This div border color is #524A86.


Opacity

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

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

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

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

This text has shadow with #524A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A86 on black background.


Color preview on white background

This text has color #524A86 on white background.



Black color preview on #524A86 background

This text has black color on #524A86 background.


White color preview on #524A86 background

This text has white color on #524A86 background.