COLOR #54347C

HEX: #54347C
RGB: (84,52,124)

Color info

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

RGB color model

#54347C color RGB value is (84,52,124).

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

RGB channels and saturation

R 84 of 255 = 33%
G 52 of 255 = 20%
B 124 of 255 = 49%

84
52
124

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

Portions of RGB colors in percentages

R + G + B =
84 + 52 + 124 = 260 (100%)
R 84 of 260 ~ 32.31%
G 52 of 260 ~ 20%
B 124 of 260 ~ 47.69%

%32.31
%20
%47.69

CMYK color model

#54347C color CMYK value is (32,58,0,51).

  • cyan value is 32.26%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(32,58,0,51)
C32M58Y0K51 
(32%,58%,0%,51%)
(0.32/0.58/0.00/0.51)	

CMYK percentages

%32.26
%58.06
%0
%51.37

Codes

Color #54347C in popluar color models

54347C
RGB8452124
HSL267°40.91%34.51%
HSB/HSV267°58.06%48.63%
CMYK32.26%58.06%0.00%
51.37%

Color #54347C in popluar number systems.

HEX54347C
Decimal8452124
Binary10101001101001111100
Octal12464174

Shades and tints

Shades of #54347C

#54347C
(84,52,124)
#4D3071
(77,48,113)
#462C66
(70,44,102)
#3F285B
(63,40,91)
#382450
(56,36,80)
#312045
(49,32,69)
#2A1C3A
(42,28,58)
#23182F
(35,24,47)
#1C1424
(28,20,36)
#151019
(21,16,25)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #54347C

#54347C
(84,52,124)
#634687
(99,70,135)
#725892
(114,88,146)
#816A9D
(129,106,157)
#907CA8
(144,124,168)
#9F8EB3
(159,142,179)
#AEA0BE
(174,160,190)
#BDB2C9
(189,178,201)
#CCC4D4
(204,196,212)
#DBD6DF
(219,214,223)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54347C; }

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

This text font color is #54347C.


Background Color

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

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

This div background color is #54347C.


Border color

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

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

This div border color is #54347C.


Opacity

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

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

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

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

This text has shadow with #54347C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54347C on black background.


Color preview on white background

This text has color #54347C on white background.



Black color preview on #54347C background

This text has black color on #54347C background.


White color preview on #54347C background

This text has white color on #54347C background.