COLOR #54466A

HEX: #54466A
RGB: (84,70,106)

Color info

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

RGB color model

#54466A color RGB value is (84,70,106).

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

RGB channels and saturation

R 84 of 255 = 33%
G 70 of 255 = 27%
B 106 of 255 = 42%

84
70
106

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

Portions of RGB colors in percentages

R + G + B =
84 + 70 + 106 = 260 (100%)
R 84 of 260 ~ 32.31%
G 70 of 260 ~ 26.92%
B 106 of 260 ~ 40.77%

%32.31
%26.92
%40.77

CMYK color model

#54466A color CMYK value is (21,34,0,58).

  • cyan value is 20.75%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(21,34,0,58)
C21M34Y0K58 
(21%,34%,0%,58%)
(0.21/0.34/0.00/0.58)	

CMYK percentages

%20.75
%33.96
%0
%58.43

Codes

Color #54466A in popluar color models

54466A
RGB8470106
HSL263°20.45%34.51%
HSB/HSV263°33.96%41.57%
CMYK20.75%33.96%0.00%
58.43%

Color #54466A in popluar number systems.

HEX54466A
Decimal8470106
Binary101010010001101101010
Octal124106152

Shades and tints

Shades of #54466A

#54466A
(84,70,106)
#4D4061
(77,64,97)
#463A58
(70,58,88)
#3F344F
(63,52,79)
#382E46
(56,46,70)
#31283D
(49,40,61)
#2A2234
(42,34,52)
#231C2B
(35,28,43)
#1C1622
(28,22,34)
#151019
(21,16,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #54466A

#54466A
(84,70,106)
#635677
(99,86,119)
#726684
(114,102,132)
#817691
(129,118,145)
#90869E
(144,134,158)
#9F96AB
(159,150,171)
#AEA6B8
(174,166,184)
#BDB6C5
(189,182,197)
#CCC6D2
(204,198,210)
#DBD6DF
(219,214,223)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54466A color. Also use rgb(84,70,106) instead hex code.

Text Font Color

.myTextColor { color: #54466A; }

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

This text font color is #54466A.


Background Color

.myBgColor { background-color: #54466A; }

<div style="background-color:#54466A">Inner text</div>

This div background color is #54466A.


Border color

.myBorderColor { border: 1px solid #54466A; }

<div style="border:3px solid #54466A">Div</div>

This div border color is #54466A.


Opacity

.myOpacity80 { color: #54466A; opacity: 0.8; }

<p style="color:#54466A;opacity:0.8;">80%</p>

Text with #54466A 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 #54466A;}

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

This text has shadow with #54466A color.

.textShadow {text-shadow: 3px 3px 1px #54466A, 3px 3px 1px red;}

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

This text has shadow with #54466A primary color and red secondary color.


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

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

This text has shadow with #54466A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54466A on black background.


Color preview on white background

This text has color #54466A on white background.



Black color preview on #54466A background

This text has black color on #54466A background.


White color preview on #54466A background

This text has white color on #54466A background.