COLOR #523273

HEX: #523273
RGB: (82,50,115)

Color info

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

RGB color model

#523273 color RGB value is (82,50,115).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 115 of 255 = 45%

82
50
115

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

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 115 = 247 (100%)
R 82 of 247 ~ 33.2%
G 50 of 247 ~ 20.24%
B 115 of 247 ~ 46.56%

%33.2
%20.24
%46.56

CMYK color model

#523273 color CMYK value is (29,57,0,55).

  • cyan value is 28.70%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(29,57,0,55)
C29M57Y0K55 
(29%,57%,0%,55%)
(0.29/0.57/0.00/0.55)	

CMYK percentages

%28.7
%56.52
%0
%54.9

Codes

Color #523273 in popluar color models

523273
RGB8250115
HSL270°39.39%32.35%
HSB/HSV270°56.52%45.10%
CMYK28.70%56.52%0.00%
54.90%

Color #523273 in popluar number systems.

HEX523273
Decimal8250115
Binary10100101100101110011
Octal12262163

Shades and tints

Shades of #523273

#523273
(82,50,115)
#4B2E69
(75,46,105)
#442A5F
(68,42,95)
#3D2655
(61,38,85)
#36224B
(54,34,75)
#2F1E41
(47,30,65)
#281A37
(40,26,55)
#21162D
(33,22,45)
#1A1223
(26,18,35)
#130E19
(19,14,25)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #523273

#523273
(82,50,115)
#61447F
(97,68,127)
#70568B
(112,86,139)
#7F6897
(127,104,151)
#8E7AA3
(142,122,163)
#9D8CAF
(157,140,175)
#AC9EBB
(172,158,187)
#BBB0C7
(187,176,199)
#CAC2D3
(202,194,211)
#D9D4DF
(217,212,223)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523273; }

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

This text font color is #523273.


Background Color

.myBgColor { background-color: #523273; }

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

This div background color is #523273.


Border color

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

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

This div border color is #523273.


Opacity

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

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

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

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

This text has shadow with #523273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523273 on black background.


Color preview on white background

This text has color #523273 on white background.



Black color preview on #523273 background

This text has black color on #523273 background.


White color preview on #523273 background

This text has white color on #523273 background.