COLOR #523264

HEX: #523264
RGB: (82,50,100)

Color info

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

RGB color model

#523264 color RGB value is (82,50,100).

  • red value is 82;
  • green value is 50;
  • blue value is 100.
RGB:
(82,50,100)
(32%,20%,39%)

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 100 of 255 = 39%

82
50
100

R + G + B ~ 30%. #523264 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 100 = 232 (100%)
R 82 of 232 ~ 35.34%
G 50 of 232 ~ 21.55%
B 100 of 232 ~ 43.1%

%35.34
%21.55
%43.1

CMYK color model

#523264 color CMYK value is (18,50,0,61).

  • cyan value is 18.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,50,0,61)
C18M50Y0K61 
(18%,50%,0%,61%)
(0.18/0.50/0.00/0.61)	

CMYK percentages

%18
%50
%0
%60.78

Codes

Color #523264 in popluar color models

523264
RGB8250100
HSL278°33.33%29.41%
HSB/HSV278°50.00%39.22%
CMYK18.00%50.00%0.00%
60.78%

Color #523264 in popluar number systems.

HEX523264
Decimal8250100
Binary10100101100101100100
Octal12262144

Shades and tints

Shades of #523264

#523264
(82,50,100)
#4B2E5B
(75,46,91)
#442A52
(68,42,82)
#3D2649
(61,38,73)
#362240
(54,34,64)
#2F1E37
(47,30,55)
#281A2E
(40,26,46)
#211625
(33,22,37)
#1A121C
(26,18,28)
#130E13
(19,14,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #523264

#523264
(82,50,100)
#614472
(97,68,114)
#705680
(112,86,128)
#7F688E
(127,104,142)
#8E7A9C
(142,122,156)
#9D8CAA
(157,140,170)
#AC9EB8
(172,158,184)
#BBB0C6
(187,176,198)
#CAC2D4
(202,194,212)
#D9D4E2
(217,212,226)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523264 color. Also use rgb(82,50,100) instead hex code.

Text Font Color

.myTextColor { color: #523264; }

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

This text font color is #523264.


Background Color

.myBgColor { background-color: #523264; }

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

This div background color is #523264.


Border color

.myBorderColor { border: 1px solid #523264; }

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

This div border color is #523264.


Opacity

.myOpacity80 { color: #523264; opacity: 0.8; }

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

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

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

This text has shadow with #523264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523264 on black background.


Color preview on white background

This text has color #523264 on white background.



Black color preview on #523264 background

This text has black color on #523264 background.


White color preview on #523264 background

This text has white color on #523264 background.