COLOR #524C78

HEX: #524C78
RGB: (82,76,120)

Color info

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

RGB color model

#524C78 color RGB value is (82,76,120).

  • red value is 82;
  • green value is 76;
  • blue value is 120.
RGB:
(82,76,120)
(32%,30%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 120 of 255 = 47%

82
76
120

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

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 120 = 278 (100%)
R 82 of 278 ~ 29.5%
G 76 of 278 ~ 27.34%
B 120 of 278 ~ 43.17%

%29.5
%27.34
%43.17

CMYK color model

#524C78 color CMYK value is (32,37,0,53).

  • cyan value is 31.67%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(32,37,0,53)
C32M37Y0K53 
(32%,37%,0%,53%)
(0.32/0.37/0.00/0.53)	

CMYK percentages

%31.67
%36.67
%0
%52.94

Codes

Color #524C78 in popluar color models

524C78
RGB8276120
HSL248°22.45%38.43%
HSB/HSV248°36.67%47.06%
CMYK31.67%36.67%0.00%
52.94%

Color #524C78 in popluar number systems.

HEX524C78
Decimal8276120
Binary101001010011001111000
Octal122114170

Shades and tints

Shades of #524C78

#524C78
(82,76,120)
#4B466E
(75,70,110)
#444064
(68,64,100)
#3D3A5A
(61,58,90)
#363450
(54,52,80)
#2F2E46
(47,46,70)
#28283C
(40,40,60)
#212232
(33,34,50)
#1A1C28
(26,28,40)
#13161E
(19,22,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #524C78

#524C78
(82,76,120)
#615C84
(97,92,132)
#706C90
(112,108,144)
#7F7C9C
(127,124,156)
#8E8CA8
(142,140,168)
#9D9CB4
(157,156,180)
#ACACC0
(172,172,192)
#BBBCCC
(187,188,204)
#CACCD8
(202,204,216)
#D9DCE4
(217,220,228)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524C78 color. Also use rgb(82,76,120) instead hex code.

Text Font Color

.myTextColor { color: #524C78; }

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

This text font color is #524C78.


Background Color

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

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

This div background color is #524C78.


Border color

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

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

This div border color is #524C78.


Opacity

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

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

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

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

This text has shadow with #524C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C78 on black background.


Color preview on white background

This text has color #524C78 on white background.



Black color preview on #524C78 background

This text has black color on #524C78 background.


White color preview on #524C78 background

This text has white color on #524C78 background.