COLOR #54397A

HEX: #54397A
RGB: (84,57,122)

Color info

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

RGB color model

#54397A color RGB value is (84,57,122).

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

RGB channels and saturation

R 84 of 255 = 33%
G 57 of 255 = 22%
B 122 of 255 = 48%

84
57
122

R + G + B ~ 34%. #54397A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 57 + 122 = 263 (100%)
R 84 of 263 ~ 31.94%
G 57 of 263 ~ 21.67%
B 122 of 263 ~ 46.39%

%31.94
%21.67
%46.39

CMYK color model

#54397A color CMYK value is (31,53,0,52).

  • cyan value is 31.15%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(31,53,0,52)
C31M53Y0K52 
(31%,53%,0%,52%)
(0.31/0.53/0.00/0.52)	

CMYK percentages

%31.15
%53.28
%0
%52.16

Codes

Color #54397A in popluar color models

54397A
RGB8457122
HSL265°36.31%35.10%
HSB/HSV265°53.28%47.84%
CMYK31.15%53.28%0.00%
52.16%

Color #54397A in popluar number systems.

HEX54397A
Decimal8457122
Binary10101001110011111010
Octal12471172

Shades and tints

Shades of #54397A

#54397A
(84,57,122)
#4D346F
(77,52,111)
#462F64
(70,47,100)
#3F2A59
(63,42,89)
#38254E
(56,37,78)
#312043
(49,32,67)
#2A1B38
(42,27,56)
#23162D
(35,22,45)
#1C1122
(28,17,34)
#150C17
(21,12,23)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #54397A

#54397A
(84,57,122)
#634B86
(99,75,134)
#725D92
(114,93,146)
#816F9E
(129,111,158)
#9081AA
(144,129,170)
#9F93B6
(159,147,182)
#AEA5C2
(174,165,194)
#BDB7CE
(189,183,206)
#CCC9DA
(204,201,218)
#DBDBE6
(219,219,230)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54397A; }

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

This text font color is #54397A.


Background Color

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

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

This div background color is #54397A.


Border color

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

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

This div border color is #54397A.


Opacity

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

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

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

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

This text has shadow with #54397A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54397A on black background.


Color preview on white background

This text has color #54397A on white background.



Black color preview on #54397A background

This text has black color on #54397A background.


White color preview on #54397A background

This text has white color on #54397A background.