COLOR #53299A

HEX: #53299A
RGB: (83,41,154)

Color info

#53299A contains mainly blue color. Web safe color of #53299A is #663399 (or #639).

RGB color model

#53299A color RGB value is (83,41,154).

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

RGB channels and saturation

R 83 of 255 = 33%
G 41 of 255 = 16%
B 154 of 255 = 60%

83
41
154

R + G + B ~ 36%. #53299A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 41 + 154 = 278 (100%)
R 83 of 278 ~ 29.86%
G 41 of 278 ~ 14.75%
B 154 of 278 ~ 55.4%

%29.86
%14.75
%55.4

CMYK color model

#53299A color CMYK value is (46,73,0,40).

  • cyan value is 46.10%
  • magenta value is 73.38%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(46,73,0,40)
C46M73Y0K40 
(46%,73%,0%,40%)
(0.46/0.73/0.00/0.40)	

CMYK percentages

%46.1
%73.38
%0
%39.61

Codes

Color #53299A in popluar color models

53299A
RGB8341154
HSL262°57.95%38.24%
HSB/HSV262°73.38%60.39%
CMYK46.10%73.38%0.00%
39.61%

Color #53299A in popluar number systems.

HEX53299A
Decimal8341154
Binary101001110100110011010
Octal12351232

Shades and tints

Shades of #53299A

#53299A
(83,41,154)
#4C268C
(76,38,140)
#45237E
(69,35,126)
#3E2070
(62,32,112)
#371D62
(55,29,98)
#301A54
(48,26,84)
#291746
(41,23,70)
#221438
(34,20,56)
#1B112A
(27,17,42)
#140E1C
(20,14,28)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #53299A

#53299A
(83,41,154)
#623CA3
(98,60,163)
#714FAC
(113,79,172)
#8062B5
(128,98,181)
#8F75BE
(143,117,190)
#9E88C7
(158,136,199)
#AD9BD0
(173,155,208)
#BCAED9
(188,174,217)
#CBC1E2
(203,193,226)
#DAD4EB
(218,212,235)
#E9E7F4
(233,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53299A color. Also use rgb(83,41,154) instead hex code.

Text Font Color

.myTextColor { color: #53299A; }

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

This text font color is #53299A.


Background Color

.myBgColor { background-color: #53299A; }

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

This div background color is #53299A.


Border color

.myBorderColor { border: 1px solid #53299A; }

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

This div border color is #53299A.


Opacity

.myOpacity80 { color: #53299A; opacity: 0.8; }

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

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

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

This text has shadow with #53299A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53299A on black background.


Color preview on white background

This text has color #53299A on white background.



Black color preview on #53299A background

This text has black color on #53299A background.


White color preview on #53299A background

This text has white color on #53299A background.