COLOR #54448F

HEX: #54448F
RGB: (84,68,143)

Color info

#54448F contains mainly red and blue colors. Web safe color of #54448F is #663399 (or #639).

RGB color model

#54448F color RGB value is (84,68,143).

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

RGB channels and saturation

R 84 of 255 = 33%
G 68 of 255 = 27%
B 143 of 255 = 56%

84
68
143

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

Portions of RGB colors in percentages

R + G + B =
84 + 68 + 143 = 295 (100%)
R 84 of 295 ~ 28.47%
G 68 of 295 ~ 23.05%
B 143 of 295 ~ 48.47%

%28.47
%23.05
%48.47

CMYK color model

#54448F color CMYK value is (41,52,0,44).

  • cyan value is 41.26%
  • magenta value is 52.45%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(41,52,0,44)
C41M52Y0K44 
(41%,52%,0%,44%)
(0.41/0.52/0.00/0.44)	

CMYK percentages

%41.26
%52.45
%0
%43.92

Codes

Color #54448F in popluar color models

54448F
RGB8468143
HSL253°35.55%41.37%
HSB/HSV253°52.45%56.08%
CMYK41.26%52.45%0.00%
43.92%

Color #54448F in popluar number systems.

HEX54448F
Decimal8468143
Binary1010100100010010001111
Octal124104217

Shades and tints

Shades of #54448F

#54448F
(84,68,143)
#4D3E82
(77,62,130)
#463875
(70,56,117)
#3F3268
(63,50,104)
#382C5B
(56,44,91)
#31264E
(49,38,78)
#2A2041
(42,32,65)
#231A34
(35,26,52)
#1C1427
(28,20,39)
#150E1A
(21,14,26)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #54448F

#54448F
(84,68,143)
#635599
(99,85,153)
#7266A3
(114,102,163)
#8177AD
(129,119,173)
#9088B7
(144,136,183)
#9F99C1
(159,153,193)
#AEAACB
(174,170,203)
#BDBBD5
(189,187,213)
#CCCCDF
(204,204,223)
#DBDDE9
(219,221,233)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54448F; }

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

This text font color is #54448F.


Background Color

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

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

This div background color is #54448F.


Border color

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

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

This div border color is #54448F.


Opacity

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

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

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

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

This text has shadow with #54448F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54448F on black background.


Color preview on white background

This text has color #54448F on white background.



Black color preview on #54448F background

This text has black color on #54448F background.


White color preview on #54448F background

This text has white color on #54448F background.