COLOR #53326E

HEX: #53326E
RGB: (83,50,110)

Color info

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

RGB color model

#53326E color RGB value is (83,50,110).

  • red value is 83;
  • green value is 50;
  • blue value is 110.
RGB:
(83,50,110)
(33%,20%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 50 of 255 = 20%
B 110 of 255 = 43%

83
50
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 50 + 110 = 243 (100%)
R 83 of 243 ~ 34.16%
G 50 of 243 ~ 20.58%
B 110 of 243 ~ 45.27%

%34.16
%20.58
%45.27

CMYK color model

#53326E color CMYK value is (25,55,0,57).

  • cyan value is 24.55%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,55,0,57)
C25M55Y0K57 
(25%,55%,0%,57%)
(0.25/0.55/0.00/0.57)	

CMYK percentages

%24.55
%54.55
%0
%56.86

Codes

Color #53326E in popluar color models

53326E
RGB8350110
HSL273°37.50%31.37%
HSB/HSV273°54.55%43.14%
CMYK24.55%54.55%0.00%
56.86%

Color #53326E in popluar number systems.

HEX53326E
Decimal8350110
Binary10100111100101101110
Octal12362156

Shades and tints

Shades of #53326E

#53326E
(83,50,110)
#4C2E64
(76,46,100)
#452A5A
(69,42,90)
#3E2650
(62,38,80)
#372246
(55,34,70)
#301E3C
(48,30,60)
#291A32
(41,26,50)
#221628
(34,22,40)
#1B121E
(27,18,30)
#140E14
(20,14,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #53326E

#53326E
(83,50,110)
#62447B
(98,68,123)
#715688
(113,86,136)
#806895
(128,104,149)
#8F7AA2
(143,122,162)
#9E8CAF
(158,140,175)
#AD9EBC
(173,158,188)
#BCB0C9
(188,176,201)
#CBC2D6
(203,194,214)
#DAD4E3
(218,212,227)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53326E color. Also use rgb(83,50,110) instead hex code.

Text Font Color

.myTextColor { color: #53326E; }

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

This text font color is #53326E.


Background Color

.myBgColor { background-color: #53326E; }

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

This div background color is #53326E.


Border color

.myBorderColor { border: 1px solid #53326E; }

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

This div border color is #53326E.


Opacity

.myOpacity80 { color: #53326E; opacity: 0.8; }

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

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

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

This text has shadow with #53326E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53326E on black background.


Color preview on white background

This text has color #53326E on white background.



Black color preview on #53326E background

This text has black color on #53326E background.


White color preview on #53326E background

This text has white color on #53326E background.