COLOR #54547F

HEX: #54547F RGB: (84,84,127)

Color info

#54547F contains red, green and blue colors in about the same proportion. Web safe color of #54547F is #666666 (or #666).

RGB color model

#54547F color RGB value is (84,84,127).

RGB: (84,84,127) (33%, 33%, 50%)

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 127 of 255 = 50%

84
84
127

R + G + B ~ 39%. #54547F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 84 + 127 = 295 (100%)
R 84 of 295 ~ 28.47%
G 84 of 295 ~ 28.47%
B 127 of 295 ~ 43.05'%

%28.47
%28.47
%43.05

CMYK color model

#54547F color CMYK value is (34,34,0,50).

  • cyan value is 33.86%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (34,34,0,50)
C34M34Y0K50 (34%, 34%, 0%, 50%)
(0.34 / 0.34 / 0.00 / 0.50)

CMYK percentages

%33.86
%33.86
%0
%50.2

Codes

Color #54547F in popluar color models

54 54 7F
RGB 84 84 127
HSL 240° 20.38% 41.37%
HSB/HSV 240° 33.86% 49.80%
CMYK 33.86% 33.86% 0.00%
50.20%

Color #54547F in popluar number systems.

HEX 54 54 7F
Decimal 84 84 127
Binary 1010100 1010100 1111111
Octal 124 124 177

Shades and tints

Shades of #54547F

#54547F
(84,84,127)
#4D4D74
(77,77,116)
#464669
(70,70,105)
#3F3F5E
(63,63,94)
#383853
(56,56,83)
#313148
(49,49,72)
#2A2A3D
(42,42,61)
#232332
(35,35,50)
#1C1C27
(28,28,39)
#15151C
(21,21,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #54547F

#54547F
(84,84,127)
#63638A
(99,99,138)
#727295
(114,114,149)
#8181A0
(129,129,160)
#9090AB
(144,144,171)
#9F9FB6
(159,159,182)
#AEAEC1
(174,174,193)
#BDBDCC
(189,189,204)
#CCCCD7
(204,204,215)
#DBDBE2
(219,219,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54547F color. Also use rgb(84,84,127) instead hex code.

Text Font Color

.myTextColor { color: #54547F; }

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

This text font color is #54547F.

Background Color

.myBgColor { background-color: #54547F; }

<div style="background-color:#54547F">Inner text</div>

This div background color is #54547F.

Border color

.myBorderColor { border: 1px solid #54547F; }

<div style="border:3px solid #54547F">Div</div>

This div border color is #54547F.

Opacity

.myOpacity80 { color: #54547F; opacity: 0.8; }

<p style="color:#54547F;opacity:0.8;">80%</p>

Text with #54547F 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 #54547F;}

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

This text has shadow with #54547F color.


.textShadow {text-shadow: 3px 3px 1px #54547F', 3px 3px 1px red;}

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

This text has shadow with #54547F primary color and red secondary color.


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

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

This text has shadow with #54547F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54547F; -webkit-box-shadow: 1px 1px 3px 2px #54547F; box-shadow:1px 1px 3px 2px #54547F;">
Div content here
</div>

This div box has shadow with color #54547F.

Preview

Color preview on black background

This text has color #54547F on black background.


Color preview on white background

This text has color #54547F on white background.


Black color preview on #54547F background

This text has black color on #54547F background.


White color preview on #54547F background

This text has white color on #54547F background.


Related colors

Complementary color

Complementary color for #hex is #ABAB80.


I love getcolorcode.com