COLOR #524F78

HEX: #524F78
RGB: (82,79,120)

Color info

#524F78 contains red, green and blue colors in about the same proportion. Web safe color of #524F78 is #666666 (or #666).

RGB color model

#524F78 color RGB value is (82,79,120).

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

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 120 of 255 = 47%

82
79
120

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

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 120 = 281 (100%)
R 82 of 281 ~ 29.18%
G 79 of 281 ~ 28.11%
B 120 of 281 ~ 42.7%

%29.18
%28.11
%42.7

CMYK color model

#524F78 color CMYK value is (32,34,0,53).

  • cyan value is 31.67%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(32,34,0,53)
C32M34Y0K53 
(32%,34%,0%,53%)
(0.32/0.34/0.00/0.53)	

CMYK percentages

%31.67
%34.17
%0
%52.94

Codes

Color #524F78 in popluar color models

524F78
RGB8279120
HSL244°20.60%39.02%
HSB/HSV244°34.17%47.06%
CMYK31.67%34.17%0.00%
52.94%

Color #524F78 in popluar number systems.

HEX524F78
Decimal8279120
Binary101001010011111111000
Octal122117170

Shades and tints

Shades of #524F78

#524F78
(82,79,120)
#4B486E
(75,72,110)
#444164
(68,65,100)
#3D3A5A
(61,58,90)
#363350
(54,51,80)
#2F2C46
(47,44,70)
#28253C
(40,37,60)
#211E32
(33,30,50)
#1A1728
(26,23,40)
#13101E
(19,16,30)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #524F78

#524F78
(82,79,120)
#615F84
(97,95,132)
#706F90
(112,111,144)
#7F7F9C
(127,127,156)
#8E8FA8
(142,143,168)
#9D9FB4
(157,159,180)
#ACAFC0
(172,175,192)
#BBBFCC
(187,191,204)
#CACFD8
(202,207,216)
#D9DFE4
(217,223,228)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F78; }

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

This text font color is #524F78.


Background Color

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

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

This div background color is #524F78.


Border color

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

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

This div border color is #524F78.


Opacity

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

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

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

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

This text has shadow with #524F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524F78 on black background.


Color preview on white background

This text has color #524F78 on white background.



Black color preview on #524F78 background

This text has black color on #524F78 background.


White color preview on #524F78 background

This text has white color on #524F78 background.