COLOR #54365B

HEX: #54365B
RGB: (84,54,91)

Color info

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

RGB color model

#54365B color RGB value is (84,54,91).

  • red value is 84;
  • green value is 54;
  • blue value is 91.
RGB:
(84,54,91)
(33%,21%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 54 of 255 = 21%
B 91 of 255 = 36%

84
54
91

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

Portions of RGB colors in percentages

R + G + B =
84 + 54 + 91 = 229 (100%)
R 84 of 229 ~ 36.68%
G 54 of 229 ~ 23.58%
B 91 of 229 ~ 39.74%

%36.68
%23.58
%39.74

CMYK color model

#54365B color CMYK value is (8,41,0,64).

  • cyan value is 7.69%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(8,41,0,64)
C8M41Y0K64 
(8%,41%,0%,64%)
(0.08/0.41/0.00/0.64)	

CMYK percentages

%7.69
%40.66
%0
%64.31

Codes

Color #54365B in popluar color models

54365B
RGB845491
HSL289°25.52%28.43%
HSB/HSV289°40.66%35.69%
CMYK7.69%40.66%0.00%
64.31%

Color #54365B in popluar number systems.

HEX54365B
Decimal845491
Binary10101001101101011011
Octal12466133

Shades and tints

Shades of #54365B

#54365B
(84,54,91)
#4D3253
(77,50,83)
#462E4B
(70,46,75)
#3F2A43
(63,42,67)
#38263B
(56,38,59)
#312233
(49,34,51)
#2A1E2B
(42,30,43)
#231A23
(35,26,35)
#1C161B
(28,22,27)
#151213
(21,18,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #54365B

#54365B
(84,54,91)
#634869
(99,72,105)
#725A77
(114,90,119)
#816C85
(129,108,133)
#907E93
(144,126,147)
#9F90A1
(159,144,161)
#AEA2AF
(174,162,175)
#BDB4BD
(189,180,189)
#CCC6CB
(204,198,203)
#DBD8D9
(219,216,217)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54365B color. Also use rgb(84,54,91) instead hex code.

Text Font Color

.myTextColor { color: #54365B; }

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

This text font color is #54365B.


Background Color

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

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

This div background color is #54365B.


Border color

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

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

This div border color is #54365B.


Opacity

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

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

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

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

This text has shadow with #54365B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54365B on black background.


Color preview on white background

This text has color #54365B on white background.



Black color preview on #54365B background

This text has black color on #54365B background.


White color preview on #54365B background

This text has white color on #54365B background.