COLOR #54548C

HEX: #54548C
RGB: (84,84,140)

Color info

#54548C contains red, green and blue colors in about the same proportion. Web safe color of #54548C is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

84
84
140

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

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 140 = 308 (100%)
R 84 of 308 ~ 27.27%
G 84 of 308 ~ 27.27%
B 140 of 308 ~ 45.45%

%27.27
%27.27
%45.45

CMYK color model

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

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

CMYK percentages

%40
%40
%0
%45.1

Codes

Color #54548C in popluar color models

54548C
RGB8484140
HSL240°25.00%43.92%
HSB/HSV240°40.00%54.90%
CMYK40.00%40.00%0.00%
45.10%

Color #54548C in popluar number systems.

HEX54548C
Decimal8484140
Binary1010100101010010001100
Octal124124214

Shades and tints

Shades of #54548C

#54548C
(84,84,140)
#4D4D80
(77,77,128)
#464674
(70,70,116)
#3F3F68
(63,63,104)
#38385C
(56,56,92)
#313150
(49,49,80)
#2A2A44
(42,42,68)
#232338
(35,35,56)
#1C1C2C
(28,28,44)
#151520
(21,21,32)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #54548C

#54548C
(84,84,140)
#636396
(99,99,150)
#7272A0
(114,114,160)
#8181AA
(129,129,170)
#9090B4
(144,144,180)
#9F9FBE
(159,159,190)
#AEAEC8
(174,174,200)
#BDBDD2
(189,189,210)
#CCCCDC
(204,204,220)
#DBDBE6
(219,219,230)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54548C; }

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

This text font color is #54548C.


Background Color

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

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

This div background color is #54548C.


Border color

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

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

This div border color is #54548C.


Opacity

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

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

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

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

This text has shadow with #54548C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54548C on black background.


Color preview on white background

This text has color #54548C on white background.



Black color preview on #54548C background

This text has black color on #54548C background.


White color preview on #54548C background

This text has white color on #54548C background.