COLOR #53297E

HEX: #53297E
RGB: (83,41,126)

Color info

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

RGB color model

#53297E color RGB value is (83,41,126).

  • red value is 83;
  • green value is 41;
  • blue value is 126.
RGB:
(83,41,126)
(33%,16%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 41 of 255 = 16%
B 126 of 255 = 49%

83
41
126

R + G + B ~ 33%. #53297E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 41 + 126 = 250 (100%)
R 83 of 250 ~ 33.2%
G 41 of 250 ~ 16.4%
B 126 of 250 ~ 50.4%

%33.2
%16.4
%50.4

CMYK color model

#53297E color CMYK value is (34,67,0,51).

  • cyan value is 34.13%
  • magenta value is 67.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(34,67,0,51)
C34M67Y0K51 
(34%,67%,0%,51%)
(0.34/0.67/0.00/0.51)	

CMYK percentages

%34.13
%67.46
%0
%50.59

Codes

Color #53297E in popluar color models

53297E
RGB8341126
HSL270°50.90%32.75%
HSB/HSV270°67.46%49.41%
CMYK34.13%67.46%0.00%
50.59%

Color #53297E in popluar number systems.

HEX53297E
Decimal8341126
Binary10100111010011111110
Octal12351176

Shades and tints

Shades of #53297E

#53297E
(83,41,126)
#4C2673
(76,38,115)
#452368
(69,35,104)
#3E205D
(62,32,93)
#371D52
(55,29,82)
#301A47
(48,26,71)
#29173C
(41,23,60)
#221431
(34,20,49)
#1B1126
(27,17,38)
#140E1B
(20,14,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #53297E

#53297E
(83,41,126)
#623C89
(98,60,137)
#714F94
(113,79,148)
#80629F
(128,98,159)
#8F75AA
(143,117,170)
#9E88B5
(158,136,181)
#AD9BC0
(173,155,192)
#BCAECB
(188,174,203)
#CBC1D6
(203,193,214)
#DAD4E1
(218,212,225)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53297E color. Also use rgb(83,41,126) instead hex code.

Text Font Color

.myTextColor { color: #53297E; }

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

This text font color is #53297E.


Background Color

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

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

This div background color is #53297E.


Border color

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

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

This div border color is #53297E.


Opacity

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

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

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

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

This text has shadow with #53297E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53297E on black background.


Color preview on white background

This text has color #53297E on white background.



Black color preview on #53297E background

This text has black color on #53297E background.


White color preview on #53297E background

This text has white color on #53297E background.