COLOR #523076

HEX: #523076
RGB: (82,48,118)

Color info

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

RGB color model

#523076 color RGB value is (82,48,118).

  • red value is 82;
  • green value is 48;
  • blue value is 118.
RGB:
(82,48,118)
(32%,19%,46%)

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 118 of 255 = 46%

82
48
118

R + G + B ~ 32%. #523076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 118 = 248 (100%)
R 82 of 248 ~ 33.06%
G 48 of 248 ~ 19.35%
B 118 of 248 ~ 47.58%

%33.06
%19.35
%47.58

CMYK color model

#523076 color CMYK value is (31,59,0,54).

  • cyan value is 30.51%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,59,0,54)
C31M59Y0K54 
(31%,59%,0%,54%)
(0.31/0.59/0.00/0.54)	

CMYK percentages

%30.51
%59.32
%0
%53.73

Codes

Color #523076 in popluar color models

523076
RGB8248118
HSL269°42.17%32.55%
HSB/HSV269°59.32%46.27%
CMYK30.51%59.32%0.00%
53.73%

Color #523076 in popluar number systems.

HEX523076
Decimal8248118
Binary10100101100001110110
Octal12260166

Shades and tints

Shades of #523076

#523076
(82,48,118)
#4B2C6C
(75,44,108)
#442862
(68,40,98)
#3D2458
(61,36,88)
#36204E
(54,32,78)
#2F1C44
(47,28,68)
#28183A
(40,24,58)
#211430
(33,20,48)
#1A1026
(26,16,38)
#130C1C
(19,12,28)
#0C0812
(12,8,18)
#000000
(0,0,0)

Tints of #523076

#523076
(82,48,118)
#614282
(97,66,130)
#70548E
(112,84,142)
#7F669A
(127,102,154)
#8E78A6
(142,120,166)
#9D8AB2
(157,138,178)
#AC9CBE
(172,156,190)
#BBAECA
(187,174,202)
#CAC0D6
(202,192,214)
#D9D2E2
(217,210,226)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523076 color. Also use rgb(82,48,118) instead hex code.

Text Font Color

.myTextColor { color: #523076; }

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

This text font color is #523076.


Background Color

.myBgColor { background-color: #523076; }

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

This div background color is #523076.


Border color

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

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

This div border color is #523076.


Opacity

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

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

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

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

This text has shadow with #523076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523076 on black background.


Color preview on white background

This text has color #523076 on white background.



Black color preview on #523076 background

This text has black color on #523076 background.


White color preview on #523076 background

This text has white color on #523076 background.