COLOR #54647E

HEX: #54647E
RGB: (84,100,126)

Color info

#54647E contains red, green and blue colors in about the same proportion. Web safe color of #54647E is #666666 (or #666).

RGB color model

#54647E color RGB value is (84,100,126).

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

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 126 of 255 = 49%

84
100
126

R + G + B ~ 40%. #54647E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 100 + 126 = 310 (100%)
R 84 of 310 ~ 27.1%
G 100 of 310 ~ 32.26%
B 126 of 310 ~ 40.65%

%27.1
%32.26
%40.65

CMYK color model

#54647E color CMYK value is (33,21,0,51).

  • cyan value is 33.33%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(33,21,0,51)
C33M21Y0K51 
(33%,21%,0%,51%)
(0.33/0.21/0.00/0.51)	

CMYK percentages

%33.33
%20.63
%0
%50.59

Codes

Color #54647E in popluar color models

54647E
RGB84100126
HSL217°20.00%41.18%
HSB/HSV217°33.33%49.41%
CMYK33.33%20.63%0.00%
50.59%

Color #54647E in popluar number systems.

HEX54647E
Decimal84100126
Binary101010011001001111110
Octal124144176

Shades and tints

Shades of #54647E

#54647E
(84,100,126)
#4D5B73
(77,91,115)
#465268
(70,82,104)
#3F495D
(63,73,93)
#384052
(56,64,82)
#313747
(49,55,71)
#2A2E3C
(42,46,60)
#232531
(35,37,49)
#1C1C26
(28,28,38)
#15131B
(21,19,27)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #54647E

#54647E
(84,100,126)
#637289
(99,114,137)
#728094
(114,128,148)
#818E9F
(129,142,159)
#909CAA
(144,156,170)
#9FAAB5
(159,170,181)
#AEB8C0
(174,184,192)
#BDC6CB
(189,198,203)
#CCD4D6
(204,212,214)
#DBE2E1
(219,226,225)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54647E color. Also use rgb(84,100,126) instead hex code.

Text Font Color

.myTextColor { color: #54647E; }

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

This text font color is #54647E.


Background Color

.myBgColor { background-color: #54647E; }

<div style="background-color:#54647E">Inner text</div>

This div background color is #54647E.


Border color

.myBorderColor { border: 1px solid #54647E; }

<div style="border:3px solid #54647E">Div</div>

This div border color is #54647E.


Opacity

.myOpacity80 { color: #54647E; opacity: 0.8; }

<p style="color:#54647E;opacity:0.8;">80%</p>

Text with #54647E 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 #54647E;}

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

This text has shadow with #54647E color.

.textShadow {text-shadow: 3px 3px 1px #54647E, 3px 3px 1px red;}

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

This text has shadow with #54647E primary color and red secondary color.


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

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

This text has shadow with #54647E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54647E on black background.


Color preview on white background

This text has color #54647E on white background.



Black color preview on #54647E background

This text has black color on #54647E background.


White color preview on #54647E background

This text has white color on #54647E background.