COLOR #54049B

HEX: #54049B
RGB: (84,4,155)

Color info

#54049B contains mainly blue color. Web safe color of #54049B is #660099 (or #609).

RGB color model

#54049B color RGB value is (84,4,155).

  • red value is 84;
  • green value is 4;
  • blue value is 155.
RGB:
(84,4,155)
(33%,2%,61%)

RGB channels and saturation

R 84 of 255 = 33%
G 4 of 255 = 2%
B 155 of 255 = 61%

84
4
155

R + G + B ~ 32%. #54049B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 4 + 155 = 243 (100%)
R 84 of 243 ~ 34.57%
G 4 of 243 ~ 1.65%
B 155 of 243 ~ 63.79%

%34.57
%63.79

CMYK color model

#54049B color CMYK value is (46,97,0,39).

  • cyan value is 45.81%
  • magenta value is 97.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(46,97,0,39)
C46M97Y0K39 
(46%,97%,0%,39%)
(0.46/0.97/0.00/0.39)	

CMYK percentages

%45.81
%97.42
%0
%39.22

Codes

Color #54049B in popluar color models

54049B
RGB844155
HSL272°94.97%31.18%
HSB/HSV272°97.42%60.78%
CMYK45.81%97.42%0.00%
39.22%

Color #54049B in popluar number systems.

HEX54049B
Decimal844155
Binary101010010010011011
Octal1244233

Shades and tints

Shades of #54049B

#54049B
(84,4,155)
#4D048D
(77,4,141)
#46047F
(70,4,127)
#3F0471
(63,4,113)
#380463
(56,4,99)
#310455
(49,4,85)
#2A0447
(42,4,71)
#230439
(35,4,57)
#1C042B
(28,4,43)
#15041D
(21,4,29)
#0E040F
(14,4,15)
#000000
(0,0,0)

Tints of #54049B

#54049B
(84,4,155)
#631AA4
(99,26,164)
#7230AD
(114,48,173)
#8146B6
(129,70,182)
#905CBF
(144,92,191)
#9F72C8
(159,114,200)
#AE88D1
(174,136,209)
#BD9EDA
(189,158,218)
#CCB4E3
(204,180,227)
#DBCAEC
(219,202,236)
#EAE0F5
(234,224,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54049B color. Also use rgb(84,4,155) instead hex code.

Text Font Color

.myTextColor { color: #54049B; }

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

This text font color is #54049B.


Background Color

.myBgColor { background-color: #54049B; }

<div style="background-color:#54049B">Inner text</div>

This div background color is #54049B.


Border color

.myBorderColor { border: 1px solid #54049B; }

<div style="border:3px solid #54049B">Div</div>

This div border color is #54049B.


Opacity

.myOpacity80 { color: #54049B; opacity: 0.8; }

<p style="color:#54049B;opacity:0.8;">80%</p>

Text with #54049B 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 #54049B;}

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

This text has shadow with #54049B color.

.textShadow {text-shadow: 3px 3px 1px #54049B, 3px 3px 1px red;}

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

This text has shadow with #54049B primary color and red secondary color.


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

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

This text has shadow with #54049B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54049B on black background.


Color preview on white background

This text has color #54049B on white background.



Black color preview on #54049B background

This text has black color on #54049B background.


White color preview on #54049B background

This text has white color on #54049B background.