COLOR #54717E

HEX: #54717E
RGB: (84,113,126)

Color info

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

RGB color model

#54717E color RGB value is (84,113,126).

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

RGB channels and saturation

R 84 of 255 = 33%
G 113 of 255 = 44%
B 126 of 255 = 49%

84
113
126

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

Portions of RGB colors in percentages

R + G + B =
84 + 113 + 126 = 323 (100%)
R 84 of 323 ~ 26.01%
G 113 of 323 ~ 34.98%
B 126 of 323 ~ 39.01%

%26.01
%34.98
%39.01

CMYK color model

#54717E color CMYK value is (33,10,0,51).

  • cyan value is 33.33%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(33,10,0,51)
C33M10Y0K51 
(33%,10%,0%,51%)
(0.33/0.10/0.00/0.51)	

CMYK percentages

%33.33
%10.32
%0
%50.59

Codes

Color #54717E in popluar color models

54717E
RGB84113126
HSL199°20.00%41.18%
HSB/HSV199°33.33%49.41%
CMYK33.33%10.32%0.00%
50.59%

Color #54717E in popluar number systems.

HEX54717E
Decimal84113126
Binary101010011100011111110
Octal124161176

Shades and tints

Shades of #54717E

#54717E
(84,113,126)
#4D6773
(77,103,115)
#465D68
(70,93,104)
#3F535D
(63,83,93)
#384952
(56,73,82)
#313F47
(49,63,71)
#2A353C
(42,53,60)
#232B31
(35,43,49)
#1C2126
(28,33,38)
#15171B
(21,23,27)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #54717E

#54717E
(84,113,126)
#637D89
(99,125,137)
#728994
(114,137,148)
#81959F
(129,149,159)
#90A1AA
(144,161,170)
#9FADB5
(159,173,181)
#AEB9C0
(174,185,192)
#BDC5CB
(189,197,203)
#CCD1D6
(204,209,214)
#DBDDE1
(219,221,225)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54717E; }

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

This text font color is #54717E.


Background Color

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

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

This div background color is #54717E.


Border color

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

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

This div border color is #54717E.


Opacity

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

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

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

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

This text has shadow with #54717E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54717E on black background.


Color preview on white background

This text has color #54717E on white background.



Black color preview on #54717E background

This text has black color on #54717E background.


White color preview on #54717E background

This text has white color on #54717E background.