COLOR #523259

HEX: #523259
RGB: (82,50,89)

Color info

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

RGB color model

#523259 color RGB value is (82,50,89).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 89 of 255 = 35%

82
50
89

R + G + B ~ 29%. #523259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 89 = 221 (100%)
R 82 of 221 ~ 37.1%
G 50 of 221 ~ 22.62%
B 89 of 221 ~ 40.27%

%37.1
%22.62
%40.27

CMYK color model

#523259 color CMYK value is (8,44,0,65).

  • cyan value is 7.87%
  • magenta value is 43.82%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (8,44,0,65) C8M44Y0K65 (8%,44%,0%,65%) (0.08/0.44/0.00/0.65)

CMYK percentages

%7.87
%43.82
%0
%65.1

Codes

Color #523259 in popluar color models

523259
RGB825089
HSL289°28.06%27.25%
HSB/HSV289°43.82%34.90%
CMYK7.87%43.82%0.00%
65.10%

Color #523259 in popluar number systems.

HEX523259
Decimal825089
Binary10100101100101011001
Octal12262131

Shades and tints

Shades of #523259

#523259
(82,50,89)
#4B2E51
(75,46,81)
#442A49
(68,42,73)
#3D2641
(61,38,65)
#362239
(54,34,57)
#2F1E31
(47,30,49)
#281A29
(40,26,41)
#211621
(33,22,33)
#1A1219
(26,18,25)
#130E11
(19,14,17)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #523259

#523259
(82,50,89)
#614468
(97,68,104)
#705677
(112,86,119)
#7F6886
(127,104,134)
#8E7A95
(142,122,149)
#9D8CA4
(157,140,164)
#AC9EB3
(172,158,179)
#BBB0C2
(187,176,194)
#CAC2D1
(202,194,209)
#D9D4E0
(217,212,224)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523259; }

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

This text font color is #523259.


Background Color

.myBgColor { background-color: #523259; }

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

This div background color is #523259.


Border color

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

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

This div border color is #523259.


Opacity

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

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

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

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

This text has shadow with #523259 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #523259 on black background.


Color preview on white background

This text has color #523259 on white background.



Black color preview on #523259 background

This text has black color on #523259 background.


White color preview on #523259 background

This text has white color on #523259 background.