COLOR #54477C

HEX: #54477C
RGB: (84,71,124)

Color info

#54477C contains red, green and blue colors in about the same proportion. Web safe color of #54477C is #663366 (or #636).

RGB color model

#54477C color RGB value is (84,71,124).

  • red value is 84;
  • green value is 71;
  • blue value is 124.
RGB:
(84,71,124)
(33%,28%,49%)

RGB channels and saturation

R 84 of 255 = 33%
G 71 of 255 = 28%
B 124 of 255 = 49%

84
71
124

R + G + B ~ 37%. #54477C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 71 + 124 = 279 (100%)
R 84 of 279 ~ 30.11%
G 71 of 279 ~ 25.45%
B 124 of 279 ~ 44.44%

%30.11
%25.45
%44.44

CMYK color model

#54477C color CMYK value is (32,43,0,51).

  • cyan value is 32.26%
  • magenta value is 42.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(32,43,0,51)
C32M43Y0K51 
(32%,43%,0%,51%)
(0.32/0.43/0.00/0.51)	

CMYK percentages

%32.26
%42.74
%0
%51.37

Codes

Color #54477C in popluar color models

54477C
RGB8471124
HSL255°27.18%38.24%
HSB/HSV255°42.74%48.63%
CMYK32.26%42.74%0.00%
51.37%

Color #54477C in popluar number systems.

HEX54477C
Decimal8471124
Binary101010010001111111100
Octal124107174

Shades and tints

Shades of #54477C

#54477C
(84,71,124)
#4D4171
(77,65,113)
#463B66
(70,59,102)
#3F355B
(63,53,91)
#382F50
(56,47,80)
#312945
(49,41,69)
#2A233A
(42,35,58)
#231D2F
(35,29,47)
#1C1724
(28,23,36)
#151119
(21,17,25)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #54477C

#54477C
(84,71,124)
#635787
(99,87,135)
#726792
(114,103,146)
#81779D
(129,119,157)
#9087A8
(144,135,168)
#9F97B3
(159,151,179)
#AEA7BE
(174,167,190)
#BDB7C9
(189,183,201)
#CCC7D4
(204,199,212)
#DBD7DF
(219,215,223)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54477C; }

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

This text font color is #54477C.


Background Color

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

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

This div background color is #54477C.


Border color

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

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

This div border color is #54477C.


Opacity

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

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

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

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

This text has shadow with #54477C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54477C on black background.


Color preview on white background

This text has color #54477C on white background.



Black color preview on #54477C background

This text has black color on #54477C background.


White color preview on #54477C background

This text has white color on #54477C background.