COLOR #54426B

HEX: #54426B
RGB: (84,66,107)

Color info

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

RGB color model

#54426B color RGB value is (84,66,107).

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

RGB channels and saturation

R 84 of 255 = 33%
G 66 of 255 = 26%
B 107 of 255 = 42%

84
66
107

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

Portions of RGB colors in percentages

R + G + B =
84 + 66 + 107 = 257 (100%)
R 84 of 257 ~ 32.68%
G 66 of 257 ~ 25.68%
B 107 of 257 ~ 41.63%

%32.68
%25.68
%41.63

CMYK color model

#54426B color CMYK value is (21,38,0,58).

  • cyan value is 21.50%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,38,0,58)
C21M38Y0K58 
(21%,38%,0%,58%)
(0.21/0.38/0.00/0.58)	

CMYK percentages

%21.5
%38.32
%0
%58.04

Codes

Color #54426B in popluar color models

54426B
RGB8466107
HSL266°23.70%33.92%
HSB/HSV266°38.32%41.96%
CMYK21.50%38.32%0.00%
58.04%

Color #54426B in popluar number systems.

HEX54426B
Decimal8466107
Binary101010010000101101011
Octal124102153

Shades and tints

Shades of #54426B

#54426B
(84,66,107)
#4D3C62
(77,60,98)
#463659
(70,54,89)
#3F3050
(63,48,80)
#382A47
(56,42,71)
#31243E
(49,36,62)
#2A1E35
(42,30,53)
#23182C
(35,24,44)
#1C1223
(28,18,35)
#150C1A
(21,12,26)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #54426B

#54426B
(84,66,107)
#635378
(99,83,120)
#726485
(114,100,133)
#817592
(129,117,146)
#90869F
(144,134,159)
#9F97AC
(159,151,172)
#AEA8B9
(174,168,185)
#BDB9C6
(189,185,198)
#CCCAD3
(204,202,211)
#DBDBE0
(219,219,224)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54426B; }

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

This text font color is #54426B.


Background Color

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

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

This div background color is #54426B.


Border color

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

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

This div border color is #54426B.


Opacity

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

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

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

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

This text has shadow with #54426B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54426B on black background.


Color preview on white background

This text has color #54426B on white background.



Black color preview on #54426B background

This text has black color on #54426B background.


White color preview on #54426B background

This text has white color on #54426B background.