COLOR #54399E

HEX: #54399E
RGB: (84,57,158)

Color info

#54399E contains mainly blue color. Web safe color of #54399E is #663399 (or #639).

RGB color model

#54399E color RGB value is (84,57,158).

  • red value is 84;
  • green value is 57;
  • blue value is 158.
RGB:
(84,57,158)
(33%,22%,62%)

RGB channels and saturation

R 84 of 255 = 33%
G 57 of 255 = 22%
B 158 of 255 = 62%

84
57
158

R + G + B ~ 39%. #54399E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 57 + 158 = 299 (100%)
R 84 of 299 ~ 28.09%
G 57 of 299 ~ 19.06%
B 158 of 299 ~ 52.84%

%28.09
%19.06
%52.84

CMYK color model

#54399E color CMYK value is (47,64,0,38).

  • cyan value is 46.84%
  • magenta value is 63.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(47,64,0,38)
C47M64Y0K38 
(47%,64%,0%,38%)
(0.47/0.64/0.00/0.38)	

CMYK percentages

%46.84
%63.92
%0
%38.04

Codes

Color #54399E in popluar color models

54399E
RGB8457158
HSL256°46.98%42.16%
HSB/HSV256°63.92%61.96%
CMYK46.84%63.92%0.00%
38.04%

Color #54399E in popluar number systems.

HEX54399E
Decimal8457158
Binary101010011100110011110
Octal12471236

Shades and tints

Shades of #54399E

#54399E
(84,57,158)
#4D3490
(77,52,144)
#462F82
(70,47,130)
#3F2A74
(63,42,116)
#382566
(56,37,102)
#312058
(49,32,88)
#2A1B4A
(42,27,74)
#23163C
(35,22,60)
#1C112E
(28,17,46)
#150C20
(21,12,32)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #54399E

#54399E
(84,57,158)
#634BA6
(99,75,166)
#725DAE
(114,93,174)
#816FB6
(129,111,182)
#9081BE
(144,129,190)
#9F93C6
(159,147,198)
#AEA5CE
(174,165,206)
#BDB7D6
(189,183,214)
#CCC9DE
(204,201,222)
#DBDBE6
(219,219,230)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54399E color. Also use rgb(84,57,158) instead hex code.

Text Font Color

.myTextColor { color: #54399E; }

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

This text font color is #54399E.


Background Color

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

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

This div background color is #54399E.


Border color

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

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

This div border color is #54399E.


Opacity

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

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

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

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

This text has shadow with #54399E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54399E on black background.


Color preview on white background

This text has color #54399E on white background.



Black color preview on #54399E background

This text has black color on #54399E background.


White color preview on #54399E background

This text has white color on #54399E background.