COLOR #523779

HEX: #523779
RGB: (82,55,121)

Color info

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

RGB color model

#523779 color RGB value is (82,55,121).

  • red value is 82;
  • green value is 55;
  • blue value is 121.
RGB:
(82,55,121)
(32%,22%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 121 of 255 = 47%

82
55
121

R + G + B ~ 34%. #523779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 121 = 258 (100%)
R 82 of 258 ~ 31.78%
G 55 of 258 ~ 21.32%
B 121 of 258 ~ 46.9%

%31.78
%21.32
%46.9

CMYK color model

#523779 color CMYK value is (32,55,0,53).

  • cyan value is 32.23%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,55,0,53)
C32M55Y0K53 
(32%,55%,0%,53%)
(0.32/0.55/0.00/0.53)	

CMYK percentages

%32.23
%54.55
%0
%52.55

Codes

Color #523779 in popluar color models

523779
RGB8255121
HSL265°37.50%34.51%
HSB/HSV265°54.55%47.45%
CMYK32.23%54.55%0.00%
52.55%

Color #523779 in popluar number systems.

HEX523779
Decimal8255121
Binary10100101101111111001
Octal12267171

Shades and tints

Shades of #523779

#523779
(82,55,121)
#4B326E
(75,50,110)
#442D63
(68,45,99)
#3D2858
(61,40,88)
#36234D
(54,35,77)
#2F1E42
(47,30,66)
#281937
(40,25,55)
#21142C
(33,20,44)
#1A0F21
(26,15,33)
#130A16
(19,10,22)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #523779

#523779
(82,55,121)
#614985
(97,73,133)
#705B91
(112,91,145)
#7F6D9D
(127,109,157)
#8E7FA9
(142,127,169)
#9D91B5
(157,145,181)
#ACA3C1
(172,163,193)
#BBB5CD
(187,181,205)
#CAC7D9
(202,199,217)
#D9D9E5
(217,217,229)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523779 color. Also use rgb(82,55,121) instead hex code.

Text Font Color

.myTextColor { color: #523779; }

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

This text font color is #523779.


Background Color

.myBgColor { background-color: #523779; }

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

This div background color is #523779.


Border color

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

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

This div border color is #523779.


Opacity

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

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

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

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

This text has shadow with #523779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523779 on black background.


Color preview on white background

This text has color #523779 on white background.



Black color preview on #523779 background

This text has black color on #523779 background.


White color preview on #523779 background

This text has white color on #523779 background.