COLOR #54425C

HEX: #54425C
RGB: (84,66,92)

Color info

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

RGB color model

#54425C color RGB value is (84,66,92).

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

RGB channels and saturation

R 84 of 255 = 33%
G 66 of 255 = 26%
B 92 of 255 = 36%

84
66
92

R + G + B ~ 32%. #54425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 66 + 92 = 242 (100%)
R 84 of 242 ~ 34.71%
G 66 of 242 ~ 27.27%
B 92 of 242 ~ 38.02%

%34.71
%27.27
%38.02

CMYK color model

#54425C color CMYK value is (9,28,0,64).

  • cyan value is 8.70%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (9,28,0,64) C9M28Y0K64 (9%,28%,0%,64%) (0.09/0.28/0.00/0.64)

CMYK percentages

%8.7
%28.26
%0
%63.92

Codes

Color #54425C in popluar color models

54425C
RGB846692
HSL282°16.46%30.98%
HSB/HSV282°28.26%36.08%
CMYK8.70%28.26%0.00%
63.92%

Color #54425C in popluar number systems.

HEX54425C
Decimal846692
Binary101010010000101011100
Octal124102134

Shades and tints

Shades of #54425C

#54425C
(84,66,92)
#4D3C54
(77,60,84)
#46364C
(70,54,76)
#3F3044
(63,48,68)
#382A3C
(56,42,60)
#312434
(49,36,52)
#2A1E2C
(42,30,44)
#231824
(35,24,36)
#1C121C
(28,18,28)
#150C14
(21,12,20)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #54425C

#54425C
(84,66,92)
#63536A
(99,83,106)
#726478
(114,100,120)
#817586
(129,117,134)
#908694
(144,134,148)
#9F97A2
(159,151,162)
#AEA8B0
(174,168,176)
#BDB9BE
(189,185,190)
#CCCACC
(204,202,204)
#DBDBDA
(219,219,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54425C color. Also use rgb(84,66,92) instead hex code.

Text Font Color

.myTextColor { color: #54425C; }

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

This text font color is #54425C.


Background Color

.myBgColor { background-color: #54425C; }

<div style="background-color:#54425C">Inner text</div>

This div background color is #54425C.


Border color

.myBorderColor { border: 1px solid #54425C; }

<div style="border:3px solid #54425C">Div</div>

This div border color is #54425C.


Opacity

.myOpacity80 { color: #54425C; opacity: 0.8; }

<p style="color:#54425C;opacity:0.8;">80%</p>

Text with #54425C 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 #54425C;}

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

This text has shadow with #54425C color.

.textShadow {text-shadow: 3px 3px 1px #54425C, 3px 3px 1px red;}

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

This text has shadow with #54425C primary color and red secondary color.


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

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

This text has shadow with #54425C and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #54425C; -webkit-box-shadow:	1px 1px 3px 2px #54425C; box-shadow:	1px 1px 3px 2px #54425C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #54425C; -webkit-box-shadow: 1px 1px 3px 2px #54425C; box-shadow:1px 1px 3px 2px #54425C;">
Div content here</div>
This div box has shadow with color #54425C.

Preview

Color preview on black background

This text has color #54425C on black background.


Color preview on white background

This text has color #54425C on white background.



Black color preview on #54425C background

This text has black color on #54425C background.


White color preview on #54425C background

This text has white color on #54425C background.