COLOR #54778A

HEX: #54778A
RGB: (84,119,138)

Color info

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

RGB color model

#54778A color RGB value is (84,119,138).

  • red value is 84;
  • green value is 119;
  • blue value is 138.
RGB:
(84,119,138)
(33%,47%,54%)

RGB channels and saturation

R 84 of 255 = 33%
G 119 of 255 = 47%
B 138 of 255 = 54%

84
119
138

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

Portions of RGB colors in percentages

R + G + B =
84 + 119 + 138 = 341 (100%)
R 84 of 341 ~ 24.63%
G 119 of 341 ~ 34.9%
B 138 of 341 ~ 40.47%

%24.63
%34.9
%40.47

CMYK color model

#54778A color CMYK value is (39,14,0,46).

  • cyan value is 39.13%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(39,14,0,46)
C39M14Y0K46 
(39%,14%,0%,46%)
(0.39/0.14/0.00/0.46)	

CMYK percentages

%39.13
%13.77
%0
%45.88

Codes

Color #54778A in popluar color models

54778A
RGB84119138
HSL201°24.32%43.53%
HSB/HSV201°39.13%54.12%
CMYK39.13%13.77%0.00%
45.88%

Color #54778A in popluar number systems.

HEX54778A
Decimal84119138
Binary1010100111011110001010
Octal124167212

Shades and tints

Shades of #54778A

#54778A
(84,119,138)
#4D6D7E
(77,109,126)
#466372
(70,99,114)
#3F5966
(63,89,102)
#384F5A
(56,79,90)
#31454E
(49,69,78)
#2A3B42
(42,59,66)
#233136
(35,49,54)
#1C272A
(28,39,42)
#151D1E
(21,29,30)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #54778A

#54778A
(84,119,138)
#638394
(99,131,148)
#728F9E
(114,143,158)
#819BA8
(129,155,168)
#90A7B2
(144,167,178)
#9FB3BC
(159,179,188)
#AEBFC6
(174,191,198)
#BDCBD0
(189,203,208)
#CCD7DA
(204,215,218)
#DBE3E4
(219,227,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54778A color. Also use rgb(84,119,138) instead hex code.

Text Font Color

.myTextColor { color: #54778A; }

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

This text font color is #54778A.


Background Color

.myBgColor { background-color: #54778A; }

<div style="background-color:#54778A">Inner text</div>

This div background color is #54778A.


Border color

.myBorderColor { border: 1px solid #54778A; }

<div style="border:3px solid #54778A">Div</div>

This div border color is #54778A.


Opacity

.myOpacity80 { color: #54778A; opacity: 0.8; }

<p style="color:#54778A;opacity:0.8;">80%</p>

Text with #54778A 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 #54778A;}

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

This text has shadow with #54778A color.

.textShadow {text-shadow: 3px 3px 1px #54778A, 3px 3px 1px red;}

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

This text has shadow with #54778A primary color and red secondary color.


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

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

This text has shadow with #54778A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54778A on black background.


Color preview on white background

This text has color #54778A on white background.



Black color preview on #54778A background

This text has black color on #54778A background.


White color preview on #54778A background

This text has white color on #54778A background.