COLOR #54446F

HEX: #54446F
RGB: (84,68,111)

Color info

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

RGB color model

#54446F color RGB value is (84,68,111).

  • red value is 84;
  • green value is 68;
  • blue value is 111.
RGB:
(84,68,111)
(33%,27%,44%)

RGB channels and saturation

R 84 of 255 = 33%
G 68 of 255 = 27%
B 111 of 255 = 44%

84
68
111

R + G + B ~ 35%. #54446F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 68 + 111 = 263 (100%)
R 84 of 263 ~ 31.94%
G 68 of 263 ~ 25.86%
B 111 of 263 ~ 42.21%

%31.94
%25.86
%42.21

CMYK color model

#54446F color CMYK value is (24,39,0,56).

  • cyan value is 24.32%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(24,39,0,56)
C24M39Y0K56 
(24%,39%,0%,56%)
(0.24/0.39/0.00/0.56)	

CMYK percentages

%24.32
%38.74
%0
%56.47

Codes

Color #54446F in popluar color models

54446F
RGB8468111
HSL262°24.02%35.10%
HSB/HSV262°38.74%43.53%
CMYK24.32%38.74%0.00%
56.47%

Color #54446F in popluar number systems.

HEX54446F
Decimal8468111
Binary101010010001001101111
Octal124104157

Shades and tints

Shades of #54446F

#54446F
(84,68,111)
#4D3E65
(77,62,101)
#46385B
(70,56,91)
#3F3251
(63,50,81)
#382C47
(56,44,71)
#31263D
(49,38,61)
#2A2033
(42,32,51)
#231A29
(35,26,41)
#1C141F
(28,20,31)
#150E15
(21,14,21)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #54446F

#54446F
(84,68,111)
#63557C
(99,85,124)
#726689
(114,102,137)
#817796
(129,119,150)
#9088A3
(144,136,163)
#9F99B0
(159,153,176)
#AEAABD
(174,170,189)
#BDBBCA
(189,187,202)
#CCCCD7
(204,204,215)
#DBDDE4
(219,221,228)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54446F; }

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

This text font color is #54446F.


Background Color

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

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

This div background color is #54446F.


Border color

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

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

This div border color is #54446F.


Opacity

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

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

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

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

This text has shadow with #54446F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54446F on black background.


Color preview on white background

This text has color #54446F on white background.



Black color preview on #54446F background

This text has black color on #54446F background.


White color preview on #54446F background

This text has white color on #54446F background.