COLOR #545477

HEX: #545477
RGB: (84,84,119)

Color info

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

RGB color model

#545477 color RGB value is (84,84,119).

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

RGB channels and saturation

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

84
84
119

R + G + B ~ 38%. #545477 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 119 = 287 (100%)
R 84 of 287 ~ 29.27%
G 84 of 287 ~ 29.27%
B 119 of 287 ~ 41.46%

%29.27
%29.27
%41.46

CMYK color model

#545477 color CMYK value is (29,29,0,53).

  • cyan value is 29.41%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(29,29,0,53)
C29M29Y0K53 
(29%,29%,0%,53%)
(0.29/0.29/0.00/0.53)	

CMYK percentages

%29.41
%29.41
%0
%53.33

Codes

Color #545477 in popluar color models

545477
RGB8484119
HSL240°17.24%39.80%
HSB/HSV240°29.41%46.67%
CMYK29.41%29.41%0.00%
53.33%

Color #545477 in popluar number systems.

HEX545477
Decimal8484119
Binary101010010101001110111
Octal124124167

Shades and tints

Shades of #545477

#545477
(84,84,119)
#4D4D6D
(77,77,109)
#464663
(70,70,99)
#3F3F59
(63,63,89)
#38384F
(56,56,79)
#313145
(49,49,69)
#2A2A3B
(42,42,59)
#232331
(35,35,49)
#1C1C27
(28,28,39)
#15151D
(21,21,29)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #545477

#545477
(84,84,119)
#636383
(99,99,131)
#72728F
(114,114,143)
#81819B
(129,129,155)
#9090A7
(144,144,167)
#9F9FB3
(159,159,179)
#AEAEBF
(174,174,191)
#BDBDCB
(189,189,203)
#CCCCD7
(204,204,215)
#DBDBE3
(219,219,227)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545477; }

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

This text font color is #545477.


Background Color

.myBgColor { background-color: #545477; }

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

This div background color is #545477.


Border color

.myBorderColor { border: 1px solid #545477; }

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

This div border color is #545477.


Opacity

.myOpacity80 { color: #545477; opacity: 0.8; }

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

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

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

This text has shadow with #545477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545477 on black background.


Color preview on white background

This text has color #545477 on white background.



Black color preview on #545477 background

This text has black color on #545477 background.


White color preview on #545477 background

This text has white color on #545477 background.