COLOR #523D7D

HEX: #523D7D RGB: (82,61,125)

Color info

#523D7D contains mainly red and blue colors. Web safe color of #523D7D is #663366 (or #636).

RGB color model

#523D7D color RGB value is (82,61,125).

RGB: (82,61,125) (32%, 24%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 61 of 255 = 24%
B 125 of 255 = 49%

82
61
125

R + G + B ~ 35%. #523D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 61 + 125 = 268 (100%)
R 82 of 268 ~ 30.6%
G 61 of 268 ~ 22.76%
B 125 of 268 ~ 46.64'%

%30.6
%22.76
%46.64

CMYK color model

#523D7D color CMYK value is (34,51,0,51).

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

CMYK: (34,51,0,51)
C34M51Y0K51 (34%, 51%, 0%, 51%)
(0.34 / 0.51 / 0.00 / 0.51)

CMYK percentages

%34.4
%51.2
%0
%50.98

Codes

Color #523D7D in popluar color models

52 3D 7D
RGB 82 61 125
HSL 260° 34.41% 36.47%
HSB/HSV 260° 51.20% 49.02%
CMYK 34.40% 51.20% 0.00%
50.98%

Color #523D7D in popluar number systems.

HEX 52 3D 7D
Decimal 82 61 125
Binary 1010010 111101 1111101
Octal 122 75 175

Shades and tints

Shades of #523D7D

#523D7D
(82,61,125)
#4B3872
(75,56,114)
#443367
(68,51,103)
#3D2E5C
(61,46,92)
#362951
(54,41,81)
#2F2446
(47,36,70)
#281F3B
(40,31,59)
#211A30
(33,26,48)
#1A1525
(26,21,37)
#13101A
(19,16,26)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #523D7D

#523D7D
(82,61,125)
#614E88
(97,78,136)
#705F93
(112,95,147)
#7F709E
(127,112,158)
#8E81A9
(142,129,169)
#9D92B4
(157,146,180)
#ACA3BF
(172,163,191)
#BBB4CA
(187,180,202)
#CAC5D5
(202,197,213)
#D9D6E0
(217,214,224)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523D7D color. Also use rgb(82,61,125) instead hex code.

Text Font Color

.myTextColor { color: #523D7D; }

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

This text font color is #523D7D.

Background Color

.myBgColor { background-color: #523D7D; }

<div style="background-color:#523D7D">Inner text</div>

This div background color is #523D7D.

Border color

.myBorderColor { border: 1px solid #523D7D; }

<div style="border:3px solid #523D7D">Div</div>

This div border color is #523D7D.

Opacity

.myOpacity80 { color: #523D7D; opacity: 0.8; }

<p style="color:#523D7D;opacity:0.8;">80%</p>

Text with #523D7D 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 #523D7D;}

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

This text has shadow with #523D7D color.


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

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

This text has shadow with #523D7D primary color and red secondary color.


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

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

This text has shadow with #523D7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #523D7D.

Preview

Color preview on black background

This text has color #523D7D on black background.


Color preview on white background

This text has color #523D7D on white background.


Black color preview on #523D7D background

This text has black color on #523D7D background.


White color preview on #523D7D background

This text has white color on #523D7D background.


Related colors

Complementary color

Complementary color for #hex is #ADC282.


I love getcolorcode.com

Triadic colors

1 #7D523D and #3D7D52 with #523D7D are triadic colors.

2 #7D3D52 and #3D527D with #523D7D are triadic colors.