COLOR #524871

HEX: #524871
RGB: (82,72,113)

Color info

#524871 contains red, green and blue colors in about the same proportion. Web safe color of #524871 is #663366 (or #636).

RGB color model

#524871 color RGB value is (82,72,113).

  • red value is 82;
  • green value is 72;
  • blue value is 113.
RGB:
(82,72,113)
(32%,28%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 113 of 255 = 44%

82
72
113

R + G + B ~ 35%. #524871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 113 = 267 (100%)
R 82 of 267 ~ 30.71%
G 72 of 267 ~ 26.97%
B 113 of 267 ~ 42.32%

%30.71
%26.97
%42.32

CMYK color model

#524871 color CMYK value is (27,36,0,56).

  • cyan value is 27.43%
  • magenta value is 36.28%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(27,36,0,56)
C27M36Y0K56 
(27%,36%,0%,56%)
(0.27/0.36/0.00/0.56)	

CMYK percentages

%27.43
%36.28
%0
%55.69

Codes

Color #524871 in popluar color models

524871
RGB8272113
HSL255°22.16%36.27%
HSB/HSV255°36.28%44.31%
CMYK27.43%36.28%0.00%
55.69%

Color #524871 in popluar number systems.

HEX524871
Decimal8272113
Binary101001010010001110001
Octal122110161

Shades and tints

Shades of #524871

#524871
(82,72,113)
#4B4267
(75,66,103)
#443C5D
(68,60,93)
#3D3653
(61,54,83)
#363049
(54,48,73)
#2F2A3F
(47,42,63)
#282435
(40,36,53)
#211E2B
(33,30,43)
#1A1821
(26,24,33)
#131217
(19,18,23)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #524871

#524871
(82,72,113)
#61587D
(97,88,125)
#706889
(112,104,137)
#7F7895
(127,120,149)
#8E88A1
(142,136,161)
#9D98AD
(157,152,173)
#ACA8B9
(172,168,185)
#BBB8C5
(187,184,197)
#CAC8D1
(202,200,209)
#D9D8DD
(217,216,221)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524871 color. Also use rgb(82,72,113) instead hex code.

Text Font Color

.myTextColor { color: #524871; }

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

This text font color is #524871.


Background Color

.myBgColor { background-color: #524871; }

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

This div background color is #524871.


Border color

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

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

This div border color is #524871.


Opacity

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

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

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

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

This text has shadow with #524871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524871 on black background.


Color preview on white background

This text has color #524871 on white background.



Black color preview on #524871 background

This text has black color on #524871 background.


White color preview on #524871 background

This text has white color on #524871 background.