COLOR #54409F

HEX: #54409F
RGB: (84,64,159)

Color info

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

RGB color model

#54409F color RGB value is (84,64,159).

  • red value is 84;
  • green value is 64;
  • blue value is 159.
RGB:
(84,64,159)
(33%,25%,62%)

RGB channels and saturation

R 84 of 255 = 33%
G 64 of 255 = 25%
B 159 of 255 = 62%

84
64
159

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

Portions of RGB colors in percentages

R + G + B =
84 + 64 + 159 = 307 (100%)
R 84 of 307 ~ 27.36%
G 64 of 307 ~ 20.85%
B 159 of 307 ~ 51.79%

%27.36
%20.85
%51.79

CMYK color model

#54409F color CMYK value is (47,60,0,38).

  • cyan value is 47.17%
  • magenta value is 59.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(47,60,0,38)
C47M60Y0K38 
(47%,60%,0%,38%)
(0.47/0.60/0.00/0.38)	

CMYK percentages

%47.17
%59.75
%0
%37.65

Codes

Color #54409F in popluar color models

54409F
RGB8464159
HSL253°42.60%43.73%
HSB/HSV253°59.75%62.35%
CMYK47.17%59.75%0.00%
37.65%

Color #54409F in popluar number systems.

HEX54409F
Decimal8464159
Binary1010100100000010011111
Octal124100237

Shades and tints

Shades of #54409F

#54409F
(84,64,159)
#4D3B91
(77,59,145)
#463683
(70,54,131)
#3F3175
(63,49,117)
#382C67
(56,44,103)
#312759
(49,39,89)
#2A224B
(42,34,75)
#231D3D
(35,29,61)
#1C182F
(28,24,47)
#151321
(21,19,33)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #54409F

#54409F
(84,64,159)
#6351A7
(99,81,167)
#7262AF
(114,98,175)
#8173B7
(129,115,183)
#9084BF
(144,132,191)
#9F95C7
(159,149,199)
#AEA6CF
(174,166,207)
#BDB7D7
(189,183,215)
#CCC8DF
(204,200,223)
#DBD9E7
(219,217,231)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54409F color. Also use rgb(84,64,159) instead hex code.

Text Font Color

.myTextColor { color: #54409F; }

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

This text font color is #54409F.


Background Color

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

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

This div background color is #54409F.


Border color

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

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

This div border color is #54409F.


Opacity

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

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

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

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

This text has shadow with #54409F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54409F on black background.


Color preview on white background

This text has color #54409F on white background.



Black color preview on #54409F background

This text has black color on #54409F background.


White color preview on #54409F background

This text has white color on #54409F background.