COLOR #54497A

HEX: #54497A
RGB: (84,73,122)

Color info

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

RGB color model

#54497A color RGB value is (84,73,122).

  • red value is 84;
  • green value is 73;
  • blue value is 122.
RGB:
(84,73,122)
(33%,29%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 73 of 255 = 29%
B 122 of 255 = 48%

84
73
122

R + G + B ~ 37%. #54497A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 73 + 122 = 279 (100%)
R 84 of 279 ~ 30.11%
G 73 of 279 ~ 26.16%
B 122 of 279 ~ 43.73%

%30.11
%26.16
%43.73

CMYK color model

#54497A color CMYK value is (31,40,0,52).

  • cyan value is 31.15%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(31,40,0,52)
C31M40Y0K52 
(31%,40%,0%,52%)
(0.31/0.40/0.00/0.52)	

CMYK percentages

%31.15
%40.16
%0
%52.16

Codes

Color #54497A in popluar color models

54497A
RGB8473122
HSL253°25.13%38.24%
HSB/HSV253°40.16%47.84%
CMYK31.15%40.16%0.00%
52.16%

Color #54497A in popluar number systems.

HEX54497A
Decimal8473122
Binary101010010010011111010
Octal124111172

Shades and tints

Shades of #54497A

#54497A
(84,73,122)
#4D436F
(77,67,111)
#463D64
(70,61,100)
#3F3759
(63,55,89)
#38314E
(56,49,78)
#312B43
(49,43,67)
#2A2538
(42,37,56)
#231F2D
(35,31,45)
#1C1922
(28,25,34)
#151317
(21,19,23)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #54497A

#54497A
(84,73,122)
#635986
(99,89,134)
#726992
(114,105,146)
#81799E
(129,121,158)
#9089AA
(144,137,170)
#9F99B6
(159,153,182)
#AEA9C2
(174,169,194)
#BDB9CE
(189,185,206)
#CCC9DA
(204,201,218)
#DBD9E6
(219,217,230)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54497A color. Also use rgb(84,73,122) instead hex code.

Text Font Color

.myTextColor { color: #54497A; }

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

This text font color is #54497A.


Background Color

.myBgColor { background-color: #54497A; }

<div style="background-color:#54497A">Inner text</div>

This div background color is #54497A.


Border color

.myBorderColor { border: 1px solid #54497A; }

<div style="border:3px solid #54497A">Div</div>

This div border color is #54497A.


Opacity

.myOpacity80 { color: #54497A; opacity: 0.8; }

<p style="color:#54497A;opacity:0.8;">80%</p>

Text with #54497A 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 #54497A;}

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

This text has shadow with #54497A color.

.textShadow {text-shadow: 3px 3px 1px #54497A, 3px 3px 1px red;}

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

This text has shadow with #54497A primary color and red secondary color.


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

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

This text has shadow with #54497A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54497A on black background.


Color preview on white background

This text has color #54497A on white background.



Black color preview on #54497A background

This text has black color on #54497A background.


White color preview on #54497A background

This text has white color on #54497A background.