COLOR #54718B

HEX: #54718B RGB: (84,113,139)

Color info

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

RGB color model

#54718B color RGB value is (84,113,139).

RGB: (84,113,139) (33%, 44%, 55%)

RGB channels and saturation

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

84
113
139

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

Portions of RGB colors in percentages

R + G + B = 84 + 113 + 139 = 336 (100%)
R 84 of 336 ~ 25%
G 113 of 336 ~ 33.63%
B 139 of 336 ~ 41.37'%

%25
%33.63
%41.37

CMYK color model

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

  • cyan value is 39.57%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (40,19,0,45)
C40M19Y0K45 (40%, 19%, 0%, 45%)
(0.40 / 0.19 / 0.00 / 0.45)

CMYK percentages

%39.57
%18.71
%0
%45.49

Codes

Color #54718B in popluar color models

54 71 8B
RGB 84 113 139
HSL 208° 24.66% 43.73%
HSB/HSV 208° 39.57% 54.51%
CMYK 39.57% 18.71% 0.00%
45.49%

Color #54718B in popluar number systems.

HEX 54 71 8B
Decimal 84 113 139
Binary 1010100 1110001 10001011
Octal 124 161 213

Shades and tints

Shades of #54718B

#54718B
(84,113,139)
#4D677F
(77,103,127)
#465D73
(70,93,115)
#3F5367
(63,83,103)
#38495B
(56,73,91)
#313F4F
(49,63,79)
#2A3543
(42,53,67)
#232B37
(35,43,55)
#1C212B
(28,33,43)
#15171F
(21,23,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #54718B

#54718B
(84,113,139)
#637D95
(99,125,149)
#72899F
(114,137,159)
#8195A9
(129,149,169)
#90A1B3
(144,161,179)
#9FADBD
(159,173,189)
#AEB9C7
(174,185,199)
#BDC5D1
(189,197,209)
#CCD1DB
(204,209,219)
#DBDDE5
(219,221,229)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54718B; }

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

This text font color is #54718B.

Background Color

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

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

This div background color is #54718B.

Border color

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

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

This div border color is #54718B.

Opacity

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

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

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

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

This text has shadow with #54718B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54718B.

Preview

Color preview on black background

This text has color #54718B on black background.


Color preview on white background

This text has color #54718B on white background.


Black color preview on #54718B background

This text has black color on #54718B background.


White color preview on #54718B background

This text has white color on #54718B background.


Related colors

Complementary color

Complementary color for #hex is #AB8E74.


I love getcolorcode.com

Triadic colors

1 #8B5471 and #718B54 with #54718B are triadic colors.

2 #8B7154 and #71548B with #54718B are triadic colors.