COLOR #523B7D

HEX: #523B7D RGB: (82,59,125)

Color info

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

RGB color model

#523B7D color RGB value is (82,59,125).

RGB: (82,59,125) (32%, 23%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 125 of 255 = 49%

82
59
125

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

Portions of RGB colors in percentages

R + G + B = 82 + 59 + 125 = 266 (100%)
R 82 of 266 ~ 30.83%
G 59 of 266 ~ 22.18%
B 125 of 266 ~ 46.99'%

%30.83
%22.18
%46.99

CMYK color model

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

  • cyan value is 34.40%
  • magenta value is 52.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (34,53,0,51) C34M53Y0K51 (34%,53%,0%,51%) (0.34/0.53/0.00/0.51) 

CMYK percentages

%34.4
%52.8
%0
%50.98

Codes

Color #523B7D in popluar color models

52 3B 7D
RGB 82 59 125
HSL 261° 35.87% 36.08%
HSB/HSV 261° 52.80% 49.02%
CMYK 34.40% 52.80% 0.00%
50.98%

Color #523B7D in popluar number systems.

HEX 52 3B 7D
Decimal 82 59 125
Binary 1010010 111011 1111101
Octal 122 73 175

Shades and tints

Shades of #523B7D

#523B7D
(82,59,125)
#4B3672
(75,54,114)
#443167
(68,49,103)
#3D2C5C
(61,44,92)
#362751
(54,39,81)
#2F2246
(47,34,70)
#281D3B
(40,29,59)
#211830
(33,24,48)
#1A1325
(26,19,37)
#130E1A
(19,14,26)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #523B7D

#523B7D
(82,59,125)
#614C88
(97,76,136)
#705D93
(112,93,147)
#7F6E9E
(127,110,158)
#8E7FA9
(142,127,169)
#9D90B4
(157,144,180)
#ACA1BF
(172,161,191)
#BBB2CA
(187,178,202)
#CAC3D5
(202,195,213)
#D9D4E0
(217,212,224)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B7D; }

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

This text font color is #523B7D.

Background Color

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

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

This div background color is #523B7D.

Border color

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

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

This div border color is #523B7D.

Opacity

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

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

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

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

This text has shadow with #523B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523B7D.

Preview

Color preview on black background

This text has color #523B7D on black background.


Color preview on white background

This text has color #523B7D on white background.


Black color preview on #523B7D background

This text has black color on #523B7D background.


White color preview on #523B7D background

This text has white color on #523B7D background.


Related colors

Complementary color

Complementary color for #hex is #ADC482.


I love getcolorcode.com

Triadic colors

1 #7D523B and #3B7D52 with #523B7D are triadic colors.

2 #7D3B52 and #3B527D with #523B7D are triadic colors.