COLOR #524B86

HEX: #524B86
RGB: (82,75,134)

Color info

#524B86 contains red, green and blue colors in about the same proportion. Web safe color of #524B86 is #663399 (or #639).

RGB color model

#524B86 color RGB value is (82,75,134).

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

RGB channels and saturation

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

82
75
134

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

Portions of RGB colors in percentages

R + G + B =
82 + 75 + 134 = 291 (100%)
R 82 of 291 ~ 28.18%
G 75 of 291 ~ 25.77%
B 134 of 291 ~ 46.05%

%28.18
%25.77
%46.05

CMYK color model

#524B86 color CMYK value is (39,44,0,47).

  • cyan value is 38.81%
  • magenta value is 44.03%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(39,44,0,47)
C39M44Y0K47 
(39%,44%,0%,47%)
(0.39/0.44/0.00/0.47)	

CMYK percentages

%38.81
%44.03
%0
%47.45

Codes

Color #524B86 in popluar color models

524B86
RGB8275134
HSL247°28.23%40.98%
HSB/HSV247°44.03%52.55%
CMYK38.81%44.03%0.00%
47.45%

Color #524B86 in popluar number systems.

HEX524B86
Decimal8275134
Binary1010010100101110000110
Octal122113206

Shades and tints

Shades of #524B86

#524B86
(82,75,134)
#4B457A
(75,69,122)
#443F6E
(68,63,110)
#3D3962
(61,57,98)
#363356
(54,51,86)
#2F2D4A
(47,45,74)
#28273E
(40,39,62)
#212132
(33,33,50)
#1A1B26
(26,27,38)
#13151A
(19,21,26)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #524B86

#524B86
(82,75,134)
#615B91
(97,91,145)
#706B9C
(112,107,156)
#7F7BA7
(127,123,167)
#8E8BB2
(142,139,178)
#9D9BBD
(157,155,189)
#ACABC8
(172,171,200)
#BBBBD3
(187,187,211)
#CACBDE
(202,203,222)
#D9DBE9
(217,219,233)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B86; }

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

This text font color is #524B86.


Background Color

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

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

This div background color is #524B86.


Border color

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

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

This div border color is #524B86.


Opacity

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

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

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

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

This text has shadow with #524B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524B86 on black background.


Color preview on white background

This text has color #524B86 on white background.



Black color preview on #524B86 background

This text has black color on #524B86 background.


White color preview on #524B86 background

This text has white color on #524B86 background.