COLOR #545476

HEX: #545476
RGB: (84,84,118)

Color info

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

RGB color model

#545476 color RGB value is (84,84,118).

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

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 118 of 255 = 46%

84
84
118

R + G + B ~ 37%. #545476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 118 = 286 (100%)
R 84 of 286 ~ 29.37%
G 84 of 286 ~ 29.37%
B 118 of 286 ~ 41.26%

%29.37
%29.37
%41.26

CMYK color model

#545476 color CMYK value is (29,29,0,54).

  • cyan value is 28.81%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(29,29,0,54)
C29M29Y0K54 
(29%,29%,0%,54%)
(0.29/0.29/0.00/0.54)	

CMYK percentages

%28.81
%28.81
%0
%53.73

Codes

Color #545476 in popluar color models

545476
RGB8484118
HSL240°16.83%39.61%
HSB/HSV240°28.81%46.27%
CMYK28.81%28.81%0.00%
53.73%

Color #545476 in popluar number systems.

HEX545476
Decimal8484118
Binary101010010101001110110
Octal124124166

Shades and tints

Shades of #545476

#545476
(84,84,118)
#4D4D6C
(77,77,108)
#464662
(70,70,98)
#3F3F58
(63,63,88)
#38384E
(56,56,78)
#313144
(49,49,68)
#2A2A3A
(42,42,58)
#232330
(35,35,48)
#1C1C26
(28,28,38)
#15151C
(21,21,28)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #545476

#545476
(84,84,118)
#636382
(99,99,130)
#72728E
(114,114,142)
#81819A
(129,129,154)
#9090A6
(144,144,166)
#9F9FB2
(159,159,178)
#AEAEBE
(174,174,190)
#BDBDCA
(189,189,202)
#CCCCD6
(204,204,214)
#DBDBE2
(219,219,226)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545476; }

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

This text font color is #545476.


Background Color

.myBgColor { background-color: #545476; }

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

This div background color is #545476.


Border color

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

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

This div border color is #545476.


Opacity

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

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

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

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

This text has shadow with #545476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545476 on black background.


Color preview on white background

This text has color #545476 on white background.



Black color preview on #545476 background

This text has black color on #545476 background.


White color preview on #545476 background

This text has white color on #545476 background.