COLOR #54898D

HEX: #54898D
RGB: (84,137,141)

Color info

#54898D contains red, green and blue colors in about the same proportion. Web safe color of #54898D is #669999 (or #699).

RGB color model

#54898D color RGB value is (84,137,141).

  • red value is 84;
  • green value is 137;
  • blue value is 141.
RGB:
(84,137,141)
(33%,54%,55%)

RGB channels and saturation

R 84 of 255 = 33%
G 137 of 255 = 54%
B 141 of 255 = 55%

84
137
141

R + G + B ~ 47%. #54898D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 137 + 141 = 362 (100%)
R 84 of 362 ~ 23.2%
G 137 of 362 ~ 37.85%
B 141 of 362 ~ 38.95%

%23.2
%37.85
%38.95

CMYK color model

#54898D color CMYK value is (40,3,0,45).

  • cyan value is 40.43%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(40,3,0,45)
C40M3Y0K45 
(40%,3%,0%,45%)
(0.40/0.03/0.00/0.45)	

CMYK percentages

%40.43
%2.84
%0
%44.71

Codes

Color #54898D in popluar color models

54898D
RGB84137141
HSL184°25.33%44.12%
HSB/HSV184°40.43%55.29%
CMYK40.43%2.84%0.00%
44.71%

Color #54898D in popluar number systems.

HEX54898D
Decimal84137141
Binary10101001000100110001101
Octal124211215

Shades and tints

Shades of #54898D

#54898D
(84,137,141)
#4D7D81
(77,125,129)
#467175
(70,113,117)
#3F6569
(63,101,105)
#38595D
(56,89,93)
#314D51
(49,77,81)
#2A4145
(42,65,69)
#233539
(35,53,57)
#1C292D
(28,41,45)
#151D21
(21,29,33)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #54898D

#54898D
(84,137,141)
#639397
(99,147,151)
#729DA1
(114,157,161)
#81A7AB
(129,167,171)
#90B1B5
(144,177,181)
#9FBBBF
(159,187,191)
#AEC5C9
(174,197,201)
#BDCFD3
(189,207,211)
#CCD9DD
(204,217,221)
#DBE3E7
(219,227,231)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54898D color. Also use rgb(84,137,141) instead hex code.

Text Font Color

.myTextColor { color: #54898D; }

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

This text font color is #54898D.


Background Color

.myBgColor { background-color: #54898D; }

<div style="background-color:#54898D">Inner text</div>

This div background color is #54898D.


Border color

.myBorderColor { border: 1px solid #54898D; }

<div style="border:3px solid #54898D">Div</div>

This div border color is #54898D.


Opacity

.myOpacity80 { color: #54898D; opacity: 0.8; }

<p style="color:#54898D;opacity:0.8;">80%</p>

Text with #54898D 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 #54898D;}

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

This text has shadow with #54898D color.

.textShadow {text-shadow: 3px 3px 1px #54898D, 3px 3px 1px red;}

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

This text has shadow with #54898D primary color and red secondary color.


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

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

This text has shadow with #54898D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54898D on black background.


Color preview on white background

This text has color #54898D on white background.



Black color preview on #54898D background

This text has black color on #54898D background.


White color preview on #54898D background

This text has white color on #54898D background.