COLOR #54396B

HEX: #54396B
RGB: (84,57,107)

Color info

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

RGB color model

#54396B color RGB value is (84,57,107).

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

RGB channels and saturation

R 84 of 255 = 33%
G 57 of 255 = 22%
B 107 of 255 = 42%

84
57
107

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

Portions of RGB colors in percentages

R + G + B =
84 + 57 + 107 = 248 (100%)
R 84 of 248 ~ 33.87%
G 57 of 248 ~ 22.98%
B 107 of 248 ~ 43.15%

%33.87
%22.98
%43.15

CMYK color model

#54396B color CMYK value is (21,47,0,58).

  • cyan value is 21.50%
  • magenta value is 46.73%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,47,0,58)
C21M47Y0K58 
(21%,47%,0%,58%)
(0.21/0.47/0.00/0.58)	

CMYK percentages

%21.5
%46.73
%0
%58.04

Codes

Color #54396B in popluar color models

54396B
RGB8457107
HSL272°30.49%32.16%
HSB/HSV272°46.73%41.96%
CMYK21.50%46.73%0.00%
58.04%

Color #54396B in popluar number systems.

HEX54396B
Decimal8457107
Binary10101001110011101011
Octal12471153

Shades and tints

Shades of #54396B

#54396B
(84,57,107)
#4D3462
(77,52,98)
#462F59
(70,47,89)
#3F2A50
(63,42,80)
#382547
(56,37,71)
#31203E
(49,32,62)
#2A1B35
(42,27,53)
#23162C
(35,22,44)
#1C1123
(28,17,35)
#150C1A
(21,12,26)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #54396B

#54396B
(84,57,107)
#634B78
(99,75,120)
#725D85
(114,93,133)
#816F92
(129,111,146)
#90819F
(144,129,159)
#9F93AC
(159,147,172)
#AEA5B9
(174,165,185)
#BDB7C6
(189,183,198)
#CCC9D3
(204,201,211)
#DBDBE0
(219,219,224)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54396B; }

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

This text font color is #54396B.


Background Color

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

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

This div background color is #54396B.


Border color

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

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

This div border color is #54396B.


Opacity

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

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

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

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

This text has shadow with #54396B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54396B on black background.


Color preview on white background

This text has color #54396B on white background.



Black color preview on #54396B background

This text has black color on #54396B background.


White color preview on #54396B background

This text has white color on #54396B background.