COLOR #545A7D

HEX: #545A7D
RGB: (84,90,125)

Color info

#545A7D contains red, green and blue colors in about the same proportion. Web safe color of #545A7D is #666666 (or #666).

RGB color model

#545A7D color RGB value is (84,90,125).

  • red value is 84;
  • green value is 90;
  • blue value is 125.
RGB:
(84,90,125)
(33%,35%,49%)

RGB channels and saturation

R 84 of 255 = 33%
G 90 of 255 = 35%
B 125 of 255 = 49%

84
90
125

R + G + B ~ 39%. #545A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 90 + 125 = 299 (100%)
R 84 of 299 ~ 28.09%
G 90 of 299 ~ 30.1%
B 125 of 299 ~ 41.81%

%28.09
%30.1
%41.81

CMYK color model

#545A7D color CMYK value is (33,28,0,51).

  • cyan value is 32.80%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(33,28,0,51)
C33M28Y0K51 
(33%,28%,0%,51%)
(0.33/0.28/0.00/0.51)	

CMYK percentages

%32.8
%28
%0
%50.98

Codes

Color #545A7D in popluar color models

545A7D
RGB8490125
HSL231°19.62%40.98%
HSB/HSV231°32.80%49.02%
CMYK32.80%28.00%0.00%
50.98%

Color #545A7D in popluar number systems.

HEX545A7D
Decimal8490125
Binary101010010110101111101
Octal124132175

Shades and tints

Shades of #545A7D

#545A7D
(84,90,125)
#4D5272
(77,82,114)
#464A67
(70,74,103)
#3F425C
(63,66,92)
#383A51
(56,58,81)
#313246
(49,50,70)
#2A2A3B
(42,42,59)
#232230
(35,34,48)
#1C1A25
(28,26,37)
#15121A
(21,18,26)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #545A7D

#545A7D
(84,90,125)
#636988
(99,105,136)
#727893
(114,120,147)
#81879E
(129,135,158)
#9096A9
(144,150,169)
#9FA5B4
(159,165,180)
#AEB4BF
(174,180,191)
#BDC3CA
(189,195,202)
#CCD2D5
(204,210,213)
#DBE1E0
(219,225,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545A7D color. Also use rgb(84,90,125) instead hex code.

Text Font Color

.myTextColor { color: #545A7D; }

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

This text font color is #545A7D.


Background Color

.myBgColor { background-color: #545A7D; }

<div style="background-color:#545A7D">Inner text</div>

This div background color is #545A7D.


Border color

.myBorderColor { border: 1px solid #545A7D; }

<div style="border:3px solid #545A7D">Div</div>

This div border color is #545A7D.


Opacity

.myOpacity80 { color: #545A7D; opacity: 0.8; }

<p style="color:#545A7D;opacity:0.8;">80%</p>

Text with #545A7D 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 #545A7D;}

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

This text has shadow with #545A7D color.

.textShadow {text-shadow: 3px 3px 1px #545A7D, 3px 3px 1px red;}

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

This text has shadow with #545A7D primary color and red secondary color.


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

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

This text has shadow with #545A7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545A7D on black background.


Color preview on white background

This text has color #545A7D on white background.



Black color preview on #545A7D background

This text has black color on #545A7D background.


White color preview on #545A7D background

This text has white color on #545A7D background.