COLOR #54009C

HEX: #54009C
RGB: (84,0,156)

Color info

#54009C contains mainly blue color. Web safe color of #54009C is #660099 (or #609).

RGB color model

#54009C color RGB value is (84,0,156).

  • red value is 84;
  • green value is 0;
  • blue value is 156.
RGB:
(84,0,156)
(33%,0%,61%)

RGB channels and saturation

R 84 of 255 = 33%
G 0 of 255 = 0%
B 156 of 255 = 61%

84
0
156

R + G + B ~ 31%. #54009C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 0 + 156 = 240 (100%)
R 84 of 240 ~ 35%
G 0 of 240 ~ 0%
B 156 of 240 ~ 65%

%35
%65

CMYK color model

#54009C color CMYK value is (46,100,0,39).

  • cyan value is 46.15%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(46,100,0,39)
C46M100Y0K39 
(46%,100%,0%,39%)
(0.46/1.00/0.00/0.39)	

CMYK percentages

%46.15
%100
%0
%38.82

Codes

Color #54009C in popluar color models

54009C
RGB840156
HSL272°100.00%30.59%
HSB/HSV272°100.00%61.18%
CMYK46.15%100.00%0.00%
38.82%

Color #54009C in popluar number systems.

HEX54009C
Decimal840156
Binary1010100010011100
Octal1240234

Shades and tints

Shades of #54009C

#54009C
(84,0,156)
#4D008E
(77,0,142)
#460080
(70,0,128)
#3F0072
(63,0,114)
#380064
(56,0,100)
#310056
(49,0,86)
#2A0048
(42,0,72)
#23003A
(35,0,58)
#1C002C
(28,0,44)
#15001E
(21,0,30)
#0E0010
(14,0,16)
#000000
(0,0,0)

Tints of #54009C

#54009C
(84,0,156)
#6317A5
(99,23,165)
#722EAE
(114,46,174)
#8145B7
(129,69,183)
#905CC0
(144,92,192)
#9F73C9
(159,115,201)
#AE8AD2
(174,138,210)
#BDA1DB
(189,161,219)
#CCB8E4
(204,184,228)
#DBCFED
(219,207,237)
#EAE6F6
(234,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54009C; }

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

This text font color is #54009C.


Background Color

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

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

This div background color is #54009C.


Border color

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

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

This div border color is #54009C.


Opacity

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

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

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

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

This text has shadow with #54009C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54009C on black background.


Color preview on white background

This text has color #54009C on white background.



Black color preview on #54009C background

This text has black color on #54009C background.


White color preview on #54009C background

This text has white color on #54009C background.