COLOR #54347B

HEX: #54347B
RGB: (84,52,123)

Color info

#54347B contains mainly red and blue colors. Web safe color of #54347B is #663366 (or #636).

RGB color model

#54347B color RGB value is (84,52,123).

  • red value is 84;
  • green value is 52;
  • blue value is 123.
RGB:
(84,52,123)
(33%,20%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 52 of 255 = 20%
B 123 of 255 = 48%

84
52
123

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

Portions of RGB colors in percentages

R + G + B =
84 + 52 + 123 = 259 (100%)
R 84 of 259 ~ 32.43%
G 52 of 259 ~ 20.08%
B 123 of 259 ~ 47.49%

%32.43
%20.08
%47.49

CMYK color model

#54347B color CMYK value is (32,58,0,52).

  • cyan value is 31.71%
  • magenta value is 57.72%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(32,58,0,52)
C32M58Y0K52 
(32%,58%,0%,52%)
(0.32/0.58/0.00/0.52)	

CMYK percentages

%31.71
%57.72
%0
%51.76

Codes

Color #54347B in popluar color models

54347B
RGB8452123
HSL267°40.57%34.31%
HSB/HSV267°57.72%48.24%
CMYK31.71%57.72%0.00%
51.76%

Color #54347B in popluar number systems.

HEX54347B
Decimal8452123
Binary10101001101001111011
Octal12464173

Shades and tints

Shades of #54347B

#54347B
(84,52,123)
#4D3070
(77,48,112)
#462C65
(70,44,101)
#3F285A
(63,40,90)
#38244F
(56,36,79)
#312044
(49,32,68)
#2A1C39
(42,28,57)
#23182E
(35,24,46)
#1C1423
(28,20,35)
#151018
(21,16,24)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #54347B

#54347B
(84,52,123)
#634687
(99,70,135)
#725893
(114,88,147)
#816A9F
(129,106,159)
#907CAB
(144,124,171)
#9F8EB7
(159,142,183)
#AEA0C3
(174,160,195)
#BDB2CF
(189,178,207)
#CCC4DB
(204,196,219)
#DBD6E7
(219,214,231)
#EAE8F3
(234,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54347B color. Also use rgb(84,52,123) instead hex code.

Text Font Color

.myTextColor { color: #54347B; }

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

This text font color is #54347B.


Background Color

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

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

This div background color is #54347B.


Border color

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

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

This div border color is #54347B.


Opacity

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

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

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

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

This text has shadow with #54347B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54347B on black background.


Color preview on white background

This text has color #54347B on white background.



Black color preview on #54347B background

This text has black color on #54347B background.


White color preview on #54347B background

This text has white color on #54347B background.