COLOR #54397C

HEX: #54397C
RGB: (84,57,124)

Color info

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

RGB color model

#54397C color RGB value is (84,57,124).

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

RGB channels and saturation

R 84 of 255 = 33%
G 57 of 255 = 22%
B 124 of 255 = 49%

84
57
124

R + G + B ~ 35%. #54397C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 57 + 124 = 265 (100%)
R 84 of 265 ~ 31.7%
G 57 of 265 ~ 21.51%
B 124 of 265 ~ 46.79%

%31.7
%21.51
%46.79

CMYK color model

#54397C color CMYK value is (32,54,0,51).

  • cyan value is 32.26%
  • magenta value is 54.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(32,54,0,51)
C32M54Y0K51 
(32%,54%,0%,51%)
(0.32/0.54/0.00/0.51)	

CMYK percentages

%32.26
%54.03
%0
%51.37

Codes

Color #54397C in popluar color models

54397C
RGB8457124
HSL264°37.02%35.49%
HSB/HSV264°54.03%48.63%
CMYK32.26%54.03%0.00%
51.37%

Color #54397C in popluar number systems.

HEX54397C
Decimal8457124
Binary10101001110011111100
Octal12471174

Shades and tints

Shades of #54397C

#54397C
(84,57,124)
#4D3471
(77,52,113)
#462F66
(70,47,102)
#3F2A5B
(63,42,91)
#382550
(56,37,80)
#312045
(49,32,69)
#2A1B3A
(42,27,58)
#23162F
(35,22,47)
#1C1124
(28,17,36)
#150C19
(21,12,25)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #54397C

#54397C
(84,57,124)
#634B87
(99,75,135)
#725D92
(114,93,146)
#816F9D
(129,111,157)
#9081A8
(144,129,168)
#9F93B3
(159,147,179)
#AEA5BE
(174,165,190)
#BDB7C9
(189,183,201)
#CCC9D4
(204,201,212)
#DBDBDF
(219,219,223)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54397C color. Also use rgb(84,57,124) instead hex code.

Text Font Color

.myTextColor { color: #54397C; }

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

This text font color is #54397C.


Background Color

.myBgColor { background-color: #54397C; }

<div style="background-color:#54397C">Inner text</div>

This div background color is #54397C.


Border color

.myBorderColor { border: 1px solid #54397C; }

<div style="border:3px solid #54397C">Div</div>

This div border color is #54397C.


Opacity

.myOpacity80 { color: #54397C; opacity: 0.8; }

<p style="color:#54397C;opacity:0.8;">80%</p>

Text with #54397C 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 #54397C;}

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

This text has shadow with #54397C color.

.textShadow {text-shadow: 3px 3px 1px #54397C, 3px 3px 1px red;}

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

This text has shadow with #54397C primary color and red secondary color.


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

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

This text has shadow with #54397C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54397C on black background.


Color preview on white background

This text has color #54397C on white background.



Black color preview on #54397C background

This text has black color on #54397C background.


White color preview on #54397C background

This text has white color on #54397C background.