COLOR #524879

HEX: #524879
RGB: (82,72,121)

Color info

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

RGB color model

#524879 color RGB value is (82,72,121).

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

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 121 of 255 = 47%

82
72
121

R + G + B ~ 36%. #524879 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 121 = 275 (100%)
R 82 of 275 ~ 29.82%
G 72 of 275 ~ 26.18%
B 121 of 275 ~ 44%

%29.82
%26.18
%44

CMYK color model

#524879 color CMYK value is (32,40,0,53).

  • cyan value is 32.23%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,40,0,53)
C32M40Y0K53 
(32%,40%,0%,53%)
(0.32/0.40/0.00/0.53)	

CMYK percentages

%32.23
%40.5
%0
%52.55

Codes

Color #524879 in popluar color models

524879
RGB8272121
HSL252°25.39%37.84%
HSB/HSV252°40.50%47.45%
CMYK32.23%40.50%0.00%
52.55%

Color #524879 in popluar number systems.

HEX524879
Decimal8272121
Binary101001010010001111001
Octal122110171

Shades and tints

Shades of #524879

#524879
(82,72,121)
#4B426E
(75,66,110)
#443C63
(68,60,99)
#3D3658
(61,54,88)
#36304D
(54,48,77)
#2F2A42
(47,42,66)
#282437
(40,36,55)
#211E2C
(33,30,44)
#1A1821
(26,24,33)
#131216
(19,18,22)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #524879

#524879
(82,72,121)
#615885
(97,88,133)
#706891
(112,104,145)
#7F789D
(127,120,157)
#8E88A9
(142,136,169)
#9D98B5
(157,152,181)
#ACA8C1
(172,168,193)
#BBB8CD
(187,184,205)
#CAC8D9
(202,200,217)
#D9D8E5
(217,216,229)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524879; }

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

This text font color is #524879.


Background Color

.myBgColor { background-color: #524879; }

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

This div background color is #524879.


Border color

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

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

This div border color is #524879.


Opacity

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

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

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

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

This text has shadow with #524879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524879 on black background.


Color preview on white background

This text has color #524879 on white background.



Black color preview on #524879 background

This text has black color on #524879 background.


White color preview on #524879 background

This text has white color on #524879 background.