COLOR #53479F

HEX: #53479F
RGB: (83,71,159)

Color info

#53479F contains mainly blue color. Web safe color of #53479F is #663399 (or #639).

RGB color model

#53479F color RGB value is (83,71,159).

  • red value is 83;
  • green value is 71;
  • blue value is 159.
RGB:
(83,71,159)
(33%,28%,62%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 159 of 255 = 62%

83
71
159

R + G + B ~ 41%. #53479F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 159 = 313 (100%)
R 83 of 313 ~ 26.52%
G 71 of 313 ~ 22.68%
B 159 of 313 ~ 50.8%

%26.52
%22.68
%50.8

CMYK color model

#53479F color CMYK value is (48,55,0,38).

  • cyan value is 47.80%
  • magenta value is 55.35%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(48,55,0,38)
C48M55Y0K38 
(48%,55%,0%,38%)
(0.48/0.55/0.00/0.38)	

CMYK percentages

%47.8
%55.35
%0
%37.65

Codes

Color #53479F in popluar color models

53479F
RGB8371159
HSL248°38.26%45.10%
HSB/HSV248°55.35%62.35%
CMYK47.80%55.35%0.00%
37.65%

Color #53479F in popluar number systems.

HEX53479F
Decimal8371159
Binary1010011100011110011111
Octal123107237

Shades and tints

Shades of #53479F

#53479F
(83,71,159)
#4C4191
(76,65,145)
#453B83
(69,59,131)
#3E3575
(62,53,117)
#372F67
(55,47,103)
#302959
(48,41,89)
#29234B
(41,35,75)
#221D3D
(34,29,61)
#1B172F
(27,23,47)
#141121
(20,17,33)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #53479F

#53479F
(83,71,159)
#6257A7
(98,87,167)
#7167AF
(113,103,175)
#8077B7
(128,119,183)
#8F87BF
(143,135,191)
#9E97C7
(158,151,199)
#ADA7CF
(173,167,207)
#BCB7D7
(188,183,215)
#CBC7DF
(203,199,223)
#DAD7E7
(218,215,231)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53479F color. Also use rgb(83,71,159) instead hex code.

Text Font Color

.myTextColor { color: #53479F; }

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

This text font color is #53479F.


Background Color

.myBgColor { background-color: #53479F; }

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

This div background color is #53479F.


Border color

.myBorderColor { border: 1px solid #53479F; }

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

This div border color is #53479F.


Opacity

.myOpacity80 { color: #53479F; opacity: 0.8; }

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

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

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

This text has shadow with #53479F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53479F on black background.


Color preview on white background

This text has color #53479F on white background.



Black color preview on #53479F background

This text has black color on #53479F background.


White color preview on #53479F background

This text has white color on #53479F background.