COLOR #54718C

HEX: #54718C
RGB: (84,113,140)

Color info

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

RGB color model

#54718C color RGB value is (84,113,140).

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

RGB channels and saturation

R 84 of 255 = 33%
G 113 of 255 = 44%
B 140 of 255 = 55%

84
113
140

R + G + B ~ 44%. #54718C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 113 + 140 = 337 (100%)
R 84 of 337 ~ 24.93%
G 113 of 337 ~ 33.53%
B 140 of 337 ~ 41.54%

%24.93
%33.53
%41.54

CMYK color model

#54718C color CMYK value is (40,19,0,45).

  • cyan value is 40.00%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(40,19,0,45)
C40M19Y0K45 
(40%,19%,0%,45%)
(0.40/0.19/0.00/0.45)	

CMYK percentages

%40
%19.29
%0
%45.1

Codes

Color #54718C in popluar color models

54718C
RGB84113140
HSL209°25.00%43.92%
HSB/HSV209°40.00%54.90%
CMYK40.00%19.29%0.00%
45.10%

Color #54718C in popluar number systems.

HEX54718C
Decimal84113140
Binary1010100111000110001100
Octal124161214

Shades and tints

Shades of #54718C

#54718C
(84,113,140)
#4D6780
(77,103,128)
#465D74
(70,93,116)
#3F5368
(63,83,104)
#38495C
(56,73,92)
#313F50
(49,63,80)
#2A3544
(42,53,68)
#232B38
(35,43,56)
#1C212C
(28,33,44)
#151720
(21,23,32)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #54718C

#54718C
(84,113,140)
#637D96
(99,125,150)
#7289A0
(114,137,160)
#8195AA
(129,149,170)
#90A1B4
(144,161,180)
#9FADBE
(159,173,190)
#AEB9C8
(174,185,200)
#BDC5D2
(189,197,210)
#CCD1DC
(204,209,220)
#DBDDE6
(219,221,230)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54718C color. Also use rgb(84,113,140) instead hex code.

Text Font Color

.myTextColor { color: #54718C; }

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

This text font color is #54718C.


Background Color

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

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

This div background color is #54718C.


Border color

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

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

This div border color is #54718C.


Opacity

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

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

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

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

This text has shadow with #54718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54718C on black background.


Color preview on white background

This text has color #54718C on white background.



Black color preview on #54718C background

This text has black color on #54718C background.


White color preview on #54718C background

This text has white color on #54718C background.