COLOR #524B80

HEX: #524B80 RGB: (82,75,128)

Color info

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

RGB color model

#524B80 color RGB value is (82,75,128).

RGB: (82,75,128) (32%, 29%, 50%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 128 of 255 = 50%

82
75
128

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

Portions of RGB colors in percentages

R + G + B = 82 + 75 + 128 = 285 (100%)
R 82 of 285 ~ 28.77%
G 75 of 285 ~ 26.32%
B 128 of 285 ~ 44.91'%

%28.77
%26.32
%44.91

CMYK color model

#524B80 color CMYK value is (36,41,0,50).

  • cyan value is 35.94%
  • magenta value is 41.41%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (36,41,0,50)
C36M41Y0K50 (36%, 41%, 0%, 50%)
(0.36 / 0.41 / 0.00 / 0.50)

CMYK percentages

%35.94
%41.41
%0
%49.8

Codes

Color #524B80 in popluar color models

52 4B 80
RGB 82 75 128
HSL 248° 26.11% 39.80%
HSB/HSV 248° 41.41% 50.20%
CMYK 35.94% 41.41% 0.00%
49.80%

Color #524B80 in popluar number systems.

HEX 52 4B 80
Decimal 82 75 128
Binary 1010010 1001011 10000000
Octal 122 113 200

Shades and tints

Shades of #524B80

#524B80
(82,75,128)
#4B4575
(75,69,117)
#443F6A
(68,63,106)
#3D395F
(61,57,95)
#363354
(54,51,84)
#2F2D49
(47,45,73)
#28273E
(40,39,62)
#212133
(33,33,51)
#1A1B28
(26,27,40)
#13151D
(19,21,29)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #524B80

#524B80
(82,75,128)
#615B8B
(97,91,139)
#706B96
(112,107,150)
#7F7BA1
(127,123,161)
#8E8BAC
(142,139,172)
#9D9BB7
(157,155,183)
#ACABC2
(172,171,194)
#BBBBCD
(187,187,205)
#CACBD8
(202,203,216)
#D9DBE3
(217,219,227)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524B80 color. Also use rgb(82,75,128) instead hex code.

Text Font Color

.myTextColor { color: #524B80; }

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

This text font color is #524B80.

Background Color

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

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

This div background color is #524B80.

Border color

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

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

This div border color is #524B80.

Opacity

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

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

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

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

This text has shadow with #524B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524B80.

Preview

Color preview on black background

This text has color #524B80 on black background.


Color preview on white background

This text has color #524B80 on white background.


Black color preview on #524B80 background

This text has black color on #524B80 background.


White color preview on #524B80 background

This text has white color on #524B80 background.


Related colors

Complementary color

Complementary color for #hex is #ADB47F.


I love getcolorcode.com

Triadic colors

1 #80524B and #4B8052 with #524B80 are triadic colors.

2 #804B52 and #4B5280 with #524B80 are triadic colors.