COLOR #54456B

HEX: #54456B
RGB: (84,69,107)

Color info

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

RGB color model

#54456B color RGB value is (84,69,107).

  • red value is 84;
  • green value is 69;
  • blue value is 107.
RGB:
(84,69,107)
(33%,27%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 69 of 255 = 27%
B 107 of 255 = 42%

84
69
107

R + G + B ~ 34%. #54456B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 69 + 107 = 260 (100%)
R 84 of 260 ~ 32.31%
G 69 of 260 ~ 26.54%
B 107 of 260 ~ 41.15%

%32.31
%26.54
%41.15

CMYK color model

#54456B color CMYK value is (21,36,0,58).

  • cyan value is 21.50%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,36,0,58)
C21M36Y0K58 
(21%,36%,0%,58%)
(0.21/0.36/0.00/0.58)	

CMYK percentages

%21.5
%35.51
%0
%58.04

Codes

Color #54456B in popluar color models

54456B
RGB8469107
HSL264°21.59%34.51%
HSB/HSV264°35.51%41.96%
CMYK21.50%35.51%0.00%
58.04%

Color #54456B in popluar number systems.

HEX54456B
Decimal8469107
Binary101010010001011101011
Octal124105153

Shades and tints

Shades of #54456B

#54456B
(84,69,107)
#4D3F62
(77,63,98)
#463959
(70,57,89)
#3F3350
(63,51,80)
#382D47
(56,45,71)
#31273E
(49,39,62)
#2A2135
(42,33,53)
#231B2C
(35,27,44)
#1C1523
(28,21,35)
#150F1A
(21,15,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #54456B

#54456B
(84,69,107)
#635578
(99,85,120)
#726585
(114,101,133)
#817592
(129,117,146)
#90859F
(144,133,159)
#9F95AC
(159,149,172)
#AEA5B9
(174,165,185)
#BDB5C6
(189,181,198)
#CCC5D3
(204,197,211)
#DBD5E0
(219,213,224)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54456B color. Also use rgb(84,69,107) instead hex code.

Text Font Color

.myTextColor { color: #54456B; }

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

This text font color is #54456B.


Background Color

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

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

This div background color is #54456B.


Border color

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

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

This div border color is #54456B.


Opacity

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

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

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

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

This text has shadow with #54456B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54456B on black background.


Color preview on white background

This text has color #54456B on white background.



Black color preview on #54456B background

This text has black color on #54456B background.


White color preview on #54456B background

This text has white color on #54456B background.