COLOR #524387

HEX: #524387
RGB: (82,67,135)

Color info

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

RGB color model

#524387 color RGB value is (82,67,135).

  • red value is 82;
  • green value is 67;
  • blue value is 135.
RGB:
(82,67,135)
(32%,26%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 67 of 255 = 26%
B 135 of 255 = 53%

82
67
135

R + G + B ~ 37%. #524387 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 67 + 135 = 284 (100%)
R 82 of 284 ~ 28.87%
G 67 of 284 ~ 23.59%
B 135 of 284 ~ 47.54%

%28.87
%23.59
%47.54

CMYK color model

#524387 color CMYK value is (39,50,0,47).

  • cyan value is 39.26%
  • magenta value is 50.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,50,0,47)
C39M50Y0K47 
(39%,50%,0%,47%)
(0.39/0.50/0.00/0.47)	

CMYK percentages

%39.26
%50.37
%0
%47.06

Codes

Color #524387 in popluar color models

524387
RGB8267135
HSL253°33.66%39.61%
HSB/HSV253°50.37%52.94%
CMYK39.26%50.37%0.00%
47.06%

Color #524387 in popluar number systems.

HEX524387
Decimal8267135
Binary1010010100001110000111
Octal122103207

Shades and tints

Shades of #524387

#524387
(82,67,135)
#4B3D7B
(75,61,123)
#44376F
(68,55,111)
#3D3163
(61,49,99)
#362B57
(54,43,87)
#2F254B
(47,37,75)
#281F3F
(40,31,63)
#211933
(33,25,51)
#1A1327
(26,19,39)
#130D1B
(19,13,27)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #524387

#524387
(82,67,135)
#615491
(97,84,145)
#70659B
(112,101,155)
#7F76A5
(127,118,165)
#8E87AF
(142,135,175)
#9D98B9
(157,152,185)
#ACA9C3
(172,169,195)
#BBBACD
(187,186,205)
#CACBD7
(202,203,215)
#D9DCE1
(217,220,225)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524387 color. Also use rgb(82,67,135) instead hex code.

Text Font Color

.myTextColor { color: #524387; }

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

This text font color is #524387.


Background Color

.myBgColor { background-color: #524387; }

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

This div background color is #524387.


Border color

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

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

This div border color is #524387.


Opacity

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

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

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

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

This text has shadow with #524387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524387 on black background.


Color preview on white background

This text has color #524387 on white background.



Black color preview on #524387 background

This text has black color on #524387 background.


White color preview on #524387 background

This text has white color on #524387 background.