COLOR #54738F

HEX: #54738F
RGB: (84,115,143)

Color info

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

RGB color model

#54738F color RGB value is (84,115,143).

  • red value is 84;
  • green value is 115;
  • blue value is 143.
RGB:
(84,115,143)
(33%,45%,56%)

RGB channels and saturation

R 84 of 255 = 33%
G 115 of 255 = 45%
B 143 of 255 = 56%

84
115
143

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

Portions of RGB colors in percentages

R + G + B =
84 + 115 + 143 = 342 (100%)
R 84 of 342 ~ 24.56%
G 115 of 342 ~ 33.63%
B 143 of 342 ~ 41.81%

%24.56
%33.63
%41.81

CMYK color model

#54738F color CMYK value is (41,20,0,44).

  • cyan value is 41.26%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(41,20,0,44)
C41M20Y0K44 
(41%,20%,0%,44%)
(0.41/0.20/0.00/0.44)	

CMYK percentages

%41.26
%19.58
%0
%43.92

Codes

Color #54738F in popluar color models

54738F
RGB84115143
HSL208°25.99%44.51%
HSB/HSV208°41.26%56.08%
CMYK41.26%19.58%0.00%
43.92%

Color #54738F in popluar number systems.

HEX54738F
Decimal84115143
Binary1010100111001110001111
Octal124163217

Shades and tints

Shades of #54738F

#54738F
(84,115,143)
#4D6982
(77,105,130)
#465F75
(70,95,117)
#3F5568
(63,85,104)
#384B5B
(56,75,91)
#31414E
(49,65,78)
#2A3741
(42,55,65)
#232D34
(35,45,52)
#1C2327
(28,35,39)
#15191A
(21,25,26)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #54738F

#54738F
(84,115,143)
#637F99
(99,127,153)
#728BA3
(114,139,163)
#8197AD
(129,151,173)
#90A3B7
(144,163,183)
#9FAFC1
(159,175,193)
#AEBBCB
(174,187,203)
#BDC7D5
(189,199,213)
#CCD3DF
(204,211,223)
#DBDFE9
(219,223,233)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54738F; }

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

This text font color is #54738F.


Background Color

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

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

This div background color is #54738F.


Border color

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

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

This div border color is #54738F.


Opacity

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

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

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

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

This text has shadow with #54738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54738F on black background.


Color preview on white background

This text has color #54738F on white background.



Black color preview on #54738F background

This text has black color on #54738F background.


White color preview on #54738F background

This text has white color on #54738F background.