COLOR #524A79

HEX: #524A79
RGB: (82,74,121)

Color info

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

RGB color model

#524A79 color RGB value is (82,74,121).

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

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 121 of 255 = 47%

82
74
121

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

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 121 = 277 (100%)
R 82 of 277 ~ 29.6%
G 74 of 277 ~ 26.71%
B 121 of 277 ~ 43.68%

%29.6
%26.71
%43.68

CMYK color model

#524A79 color CMYK value is (32,39,0,53).

  • cyan value is 32.23%
  • magenta value is 38.84%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,39,0,53)
C32M39Y0K53 
(32%,39%,0%,53%)
(0.32/0.39/0.00/0.53)	

CMYK percentages

%32.23
%38.84
%0
%52.55

Codes

Color #524A79 in popluar color models

524A79
RGB8274121
HSL250°24.10%38.24%
HSB/HSV250°38.84%47.45%
CMYK32.23%38.84%0.00%
52.55%

Color #524A79 in popluar number systems.

HEX524A79
Decimal8274121
Binary101001010010101111001
Octal122112171

Shades and tints

Shades of #524A79

#524A79
(82,74,121)
#4B446E
(75,68,110)
#443E63
(68,62,99)
#3D3858
(61,56,88)
#36324D
(54,50,77)
#2F2C42
(47,44,66)
#282637
(40,38,55)
#21202C
(33,32,44)
#1A1A21
(26,26,33)
#131416
(19,20,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #524A79

#524A79
(82,74,121)
#615A85
(97,90,133)
#706A91
(112,106,145)
#7F7A9D
(127,122,157)
#8E8AA9
(142,138,169)
#9D9AB5
(157,154,181)
#ACAAC1
(172,170,193)
#BBBACD
(187,186,205)
#CACAD9
(202,202,217)
#D9DAE5
(217,218,229)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A79; }

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

This text font color is #524A79.


Background Color

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

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

This div background color is #524A79.


Border color

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

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

This div border color is #524A79.


Opacity

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

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

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

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

This text has shadow with #524A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A79 on black background.


Color preview on white background

This text has color #524A79 on white background.



Black color preview on #524A79 background

This text has black color on #524A79 background.


White color preview on #524A79 background

This text has white color on #524A79 background.