COLOR #524B7D

HEX: #524B7D RGB: (82,75,125)

Color info

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

RGB color model

#524B7D color RGB value is (82,75,125).

RGB: (82,75,125) (32%, 29%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 125 of 255 = 49%

82
75
125

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

Portions of RGB colors in percentages

R + G + B = 82 + 75 + 125 = 282 (100%)
R 82 of 282 ~ 29.08%
G 75 of 282 ~ 26.6%
B 125 of 282 ~ 44.33'%

%29.08
%26.6
%44.33

CMYK color model

#524B7D color CMYK value is (34,40,0,51).

  • cyan value is 34.40%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (34,40,0,51)
C34M40Y0K51 (34%, 40%, 0%, 51%)
(0.34 / 0.40 / 0.00 / 0.51)

CMYK percentages

%34.4
%40
%0
%50.98

Codes

Color #524B7D in popluar color models

52 4B 7D
RGB 82 75 125
HSL 248° 25.00% 39.22%
HSB/HSV 248° 40.00% 49.02%
CMYK 34.40% 40.00% 0.00%
50.98%

Color #524B7D in popluar number systems.

HEX 52 4B 7D
Decimal 82 75 125
Binary 1010010 1001011 1111101
Octal 122 113 175

Shades and tints

Shades of #524B7D

#524B7D
(82,75,125)
#4B4572
(75,69,114)
#443F67
(68,63,103)
#3D395C
(61,57,92)
#363351
(54,51,81)
#2F2D46
(47,45,70)
#28273B
(40,39,59)
#212130
(33,33,48)
#1A1B25
(26,27,37)
#13151A
(19,21,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #524B7D

#524B7D
(82,75,125)
#615B88
(97,91,136)
#706B93
(112,107,147)
#7F7B9E
(127,123,158)
#8E8BA9
(142,139,169)
#9D9BB4
(157,155,180)
#ACABBF
(172,171,191)
#BBBBCA
(187,187,202)
#CACBD5
(202,203,213)
#D9DBE0
(217,219,224)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B7D; }

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

This text font color is #524B7D.

Background Color

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

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

This div background color is #524B7D.

Border color

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

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

This div border color is #524B7D.

Opacity

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

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

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

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

This text has shadow with #524B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524B7D.

Preview

Color preview on black background

This text has color #524B7D on black background.


Color preview on white background

This text has color #524B7D on white background.


Black color preview on #524B7D background

This text has black color on #524B7D background.


White color preview on #524B7D background

This text has white color on #524B7D background.


Related colors

Complementary color

Complementary color for #524B7D is #ADB482.


I love getcolorcode.com

Triadic colors

1 #7D524B and #4B7D52 with #524B7D are triadic colors.

2 #7D4B52 and #4B527D with #524B7D are triadic colors.