COLOR #54758B

HEX: #54758B
RGB: (84,117,139)

Color info

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

RGB color model

#54758B color RGB value is (84,117,139).

  • red value is 84;
  • green value is 117;
  • blue value is 139.
RGB:
(84,117,139)
(33%,46%,55%)

RGB channels and saturation

R 84 of 255 = 33%
G 117 of 255 = 46%
B 139 of 255 = 55%

84
117
139

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

Portions of RGB colors in percentages

R + G + B =
84 + 117 + 139 = 340 (100%)
R 84 of 340 ~ 24.71%
G 117 of 340 ~ 34.41%
B 139 of 340 ~ 40.88%

%24.71
%34.41
%40.88

CMYK color model

#54758B color CMYK value is (40,16,0,45).

  • cyan value is 39.57%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(40,16,0,45)
C40M16Y0K45 
(40%,16%,0%,45%)
(0.40/0.16/0.00/0.45)	

CMYK percentages

%39.57
%15.83
%0
%45.49

Codes

Color #54758B in popluar color models

54758B
RGB84117139
HSL204°24.66%43.73%
HSB/HSV204°39.57%54.51%
CMYK39.57%15.83%0.00%
45.49%

Color #54758B in popluar number systems.

HEX54758B
Decimal84117139
Binary1010100111010110001011
Octal124165213

Shades and tints

Shades of #54758B

#54758B
(84,117,139)
#4D6B7F
(77,107,127)
#466173
(70,97,115)
#3F5767
(63,87,103)
#384D5B
(56,77,91)
#31434F
(49,67,79)
#2A3943
(42,57,67)
#232F37
(35,47,55)
#1C252B
(28,37,43)
#151B1F
(21,27,31)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #54758B

#54758B
(84,117,139)
#638195
(99,129,149)
#728D9F
(114,141,159)
#8199A9
(129,153,169)
#90A5B3
(144,165,179)
#9FB1BD
(159,177,189)
#AEBDC7
(174,189,199)
#BDC9D1
(189,201,209)
#CCD5DB
(204,213,219)
#DBE1E5
(219,225,229)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54758B; }

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

This text font color is #54758B.


Background Color

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

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

This div background color is #54758B.


Border color

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

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

This div border color is #54758B.


Opacity

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

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

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

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

This text has shadow with #54758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54758B on black background.


Color preview on white background

This text has color #54758B on white background.



Black color preview on #54758B background

This text has black color on #54758B background.


White color preview on #54758B background

This text has white color on #54758B background.