COLOR #54325C

HEX: #54325C
RGB: (84,50,92)

Color info

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

RGB color model

#54325C color RGB value is (84,50,92).

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

RGB channels and saturation

R 84 of 255 = 33%
G 50 of 255 = 20%
B 92 of 255 = 36%

84
50
92

R + G + B ~ 30%. #54325C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 50 + 92 = 226 (100%)
R 84 of 226 ~ 37.17%
G 50 of 226 ~ 22.12%
B 92 of 226 ~ 40.71%

%37.17
%22.12
%40.71

CMYK color model

#54325C color CMYK value is (9,46,0,64).

  • cyan value is 8.70%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (9,46,0,64) C9M46Y0K64 (9%,46%,0%,64%) (0.09/0.46/0.00/0.64)

CMYK percentages

%8.7
%45.65
%0
%63.92

Codes

Color #54325C in popluar color models

54325C
RGB845092
HSL289°29.58%27.84%
HSB/HSV289°45.65%36.08%
CMYK8.70%45.65%0.00%
63.92%

Color #54325C in popluar number systems.

HEX54325C
Decimal845092
Binary10101001100101011100
Octal12462134

Shades and tints

Shades of #54325C

#54325C
(84,50,92)
#4D2E54
(77,46,84)
#462A4C
(70,42,76)
#3F2644
(63,38,68)
#38223C
(56,34,60)
#311E34
(49,30,52)
#2A1A2C
(42,26,44)
#231624
(35,22,36)
#1C121C
(28,18,28)
#150E14
(21,14,20)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #54325C

#54325C
(84,50,92)
#63446A
(99,68,106)
#725678
(114,86,120)
#816886
(129,104,134)
#907A94
(144,122,148)
#9F8CA2
(159,140,162)
#AE9EB0
(174,158,176)
#BDB0BE
(189,176,190)
#CCC2CC
(204,194,204)
#DBD4DA
(219,212,218)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54325C; }

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

This text font color is #54325C.


Background Color

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

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

This div background color is #54325C.


Border color

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

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

This div border color is #54325C.


Opacity

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

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

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

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

This text has shadow with #54325C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #54325C on black background.


Color preview on white background

This text has color #54325C on white background.



Black color preview on #54325C background

This text has black color on #54325C background.


White color preview on #54325C background

This text has white color on #54325C background.