COLOR #54348C

HEX: #54348C
RGB: (84,52,140)

Color info

#54348C contains mainly red and blue colors. Web safe color of #54348C is #663399 (or #639).

RGB color model

#54348C color RGB value is (84,52,140).

  • red value is 84;
  • green value is 52;
  • blue value is 140.
RGB:
(84,52,140)
(33%,20%,55%)

RGB channels and saturation

R 84 of 255 = 33%
G 52 of 255 = 20%
B 140 of 255 = 55%

84
52
140

R + G + B ~ 36%. #54348C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 52 + 140 = 276 (100%)
R 84 of 276 ~ 30.43%
G 52 of 276 ~ 18.84%
B 140 of 276 ~ 50.72%

%30.43
%18.84
%50.72

CMYK color model

#54348C color CMYK value is (40,63,0,45).

  • cyan value is 40.00%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(40,63,0,45)
C40M63Y0K45 
(40%,63%,0%,45%)
(0.40/0.63/0.00/0.45)	

CMYK percentages

%40
%62.86
%0
%45.1

Codes

Color #54348C in popluar color models

54348C
RGB8452140
HSL262°45.83%37.65%
HSB/HSV262°62.86%54.90%
CMYK40.00%62.86%0.00%
45.10%

Color #54348C in popluar number systems.

HEX54348C
Decimal8452140
Binary101010011010010001100
Octal12464214

Shades and tints

Shades of #54348C

#54348C
(84,52,140)
#4D3080
(77,48,128)
#462C74
(70,44,116)
#3F2868
(63,40,104)
#38245C
(56,36,92)
#312050
(49,32,80)
#2A1C44
(42,28,68)
#231838
(35,24,56)
#1C142C
(28,20,44)
#151020
(21,16,32)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #54348C

#54348C
(84,52,140)
#634696
(99,70,150)
#7258A0
(114,88,160)
#816AAA
(129,106,170)
#907CB4
(144,124,180)
#9F8EBE
(159,142,190)
#AEA0C8
(174,160,200)
#BDB2D2
(189,178,210)
#CCC4DC
(204,196,220)
#DBD6E6
(219,214,230)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54348C color. Also use rgb(84,52,140) instead hex code.

Text Font Color

.myTextColor { color: #54348C; }

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

This text font color is #54348C.


Background Color

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

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

This div background color is #54348C.


Border color

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

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

This div border color is #54348C.


Opacity

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

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

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

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

This text has shadow with #54348C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54348C on black background.


Color preview on white background

This text has color #54348C on white background.



Black color preview on #54348C background

This text has black color on #54348C background.


White color preview on #54348C background

This text has white color on #54348C background.