COLOR #54708F

HEX: #54708F RGB: (84,112,143)

Color info

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

RGB color model

#54708F color RGB value is (84,112,143).

RGB: (84,112,143) (33%, 44%, 56%)

RGB channels and saturation

R 84 of 255 = 33%
G 112 of 255 = 44%
B 143 of 255 = 56%

84
112
143

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

Portions of RGB colors in percentages

R + G + B = 84 + 112 + 143 = 339 (100%)
R 84 of 339 ~ 24.78%
G 112 of 339 ~ 33.04%
B 143 of 339 ~ 42.18'%

%24.78
%33.04
%42.18

CMYK color model

#54708F color CMYK value is (41,22,0,44).

  • cyan value is 41.26%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (41,22,0,44)
C41M22Y0K44 (41%, 22%, 0%, 44%)
(0.41 / 0.22 / 0.00 / 0.44)

CMYK percentages

%41.26
%21.68
%0
%43.92

Codes

Color #54708F in popluar color models

54 70 8F
RGB 84 112 143
HSL 212° 25.99% 44.51%
HSB/HSV 212° 41.26% 56.08%
CMYK 41.26% 21.68% 0.00%
43.92%

Color #54708F in popluar number systems.

HEX 54 70 8F
Decimal 84 112 143
Binary 1010100 1110000 10001111
Octal 124 160 217

Shades and tints

Shades of #54708F

#54708F
(84,112,143)
#4D6682
(77,102,130)
#465C75
(70,92,117)
#3F5268
(63,82,104)
#38485B
(56,72,91)
#313E4E
(49,62,78)
#2A3441
(42,52,65)
#232A34
(35,42,52)
#1C2027
(28,32,39)
#15161A
(21,22,26)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #54708F

#54708F
(84,112,143)
#637D99
(99,125,153)
#728AA3
(114,138,163)
#8197AD
(129,151,173)
#90A4B7
(144,164,183)
#9FB1C1
(159,177,193)
#AEBECB
(174,190,203)
#BDCBD5
(189,203,213)
#CCD8DF
(204,216,223)
#DBE5E9
(219,229,233)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54708F color. Also use rgb(84,112,143) instead hex code.

Text Font Color

.myTextColor { color: #54708F; }

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

This text font color is #54708F.

Background Color

.myBgColor { background-color: #54708F; }

<div style="background-color:#54708F">Inner text</div>

This div background color is #54708F.

Border color

.myBorderColor { border: 1px solid #54708F; }

<div style="border:3px solid #54708F">Div</div>

This div border color is #54708F.

Opacity

.myOpacity80 { color: #54708F; opacity: 0.8; }

<p style="color:#54708F;opacity:0.8;">80%</p>

Text with #54708F 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 #54708F;}

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

This text has shadow with #54708F color.


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

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

This text has shadow with #54708F primary color and red secondary color.


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

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

This text has shadow with #54708F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54708F.

Preview

Color preview on black background

This text has color #54708F on black background.


Color preview on white background

This text has color #54708F on white background.


Black color preview on #54708F background

This text has black color on #54708F background.


White color preview on #54708F background

This text has white color on #54708F background.


Related colors

Complementary color

Complementary color for #hex is #AB8F70.


I love getcolorcode.com

Triadic colors

1 #8F5470 and #708F54 with #54708F are triadic colors.

2 #8F7054 and #70548F with #54708F are triadic colors.