COLOR #54648A

HEX: #54648A
RGB: (84,100,138)

Color info

#54648A contains red, green and blue colors in about the same proportion. Web safe color of #54648A is #666699 (or #669).

RGB color model

#54648A color RGB value is (84,100,138).

  • red value is 84;
  • green value is 100;
  • blue value is 138.
RGB:
(84,100,138)
(33%,39%,54%)

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 138 of 255 = 54%

84
100
138

R + G + B ~ 42%. #54648A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 100 + 138 = 322 (100%)
R 84 of 322 ~ 26.09%
G 100 of 322 ~ 31.06%
B 138 of 322 ~ 42.86%

%26.09
%31.06
%42.86

CMYK color model

#54648A color CMYK value is (39,28,0,46).

  • cyan value is 39.13%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(39,28,0,46)
C39M28Y0K46 
(39%,28%,0%,46%)
(0.39/0.28/0.00/0.46)	

CMYK percentages

%39.13
%27.54
%0
%45.88

Codes

Color #54648A in popluar color models

54648A
RGB84100138
HSL222°24.32%43.53%
HSB/HSV222°39.13%54.12%
CMYK39.13%27.54%0.00%
45.88%

Color #54648A in popluar number systems.

HEX54648A
Decimal84100138
Binary1010100110010010001010
Octal124144212

Shades and tints

Shades of #54648A

#54648A
(84,100,138)
#4D5B7E
(77,91,126)
#465272
(70,82,114)
#3F4966
(63,73,102)
#38405A
(56,64,90)
#31374E
(49,55,78)
#2A2E42
(42,46,66)
#232536
(35,37,54)
#1C1C2A
(28,28,42)
#15131E
(21,19,30)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #54648A

#54648A
(84,100,138)
#637294
(99,114,148)
#72809E
(114,128,158)
#818EA8
(129,142,168)
#909CB2
(144,156,178)
#9FAABC
(159,170,188)
#AEB8C6
(174,184,198)
#BDC6D0
(189,198,208)
#CCD4DA
(204,212,218)
#DBE2E4
(219,226,228)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54648A color. Also use rgb(84,100,138) instead hex code.

Text Font Color

.myTextColor { color: #54648A; }

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

This text font color is #54648A.


Background Color

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

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

This div background color is #54648A.


Border color

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

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

This div border color is #54648A.


Opacity

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

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

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

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

This text has shadow with #54648A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54648A on black background.


Color preview on white background

This text has color #54648A on white background.



Black color preview on #54648A background

This text has black color on #54648A background.


White color preview on #54648A background

This text has white color on #54648A background.