COLOR #545576

HEX: #545576
RGB: (84,85,118)

Color info

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

RGB color model

#545576 color RGB value is (84,85,118).

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

RGB channels and saturation

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

84
85
118

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

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 118 = 287 (100%)
R 84 of 287 ~ 29.27%
G 85 of 287 ~ 29.62%
B 118 of 287 ~ 41.11%

%29.27
%29.62
%41.11

CMYK color model

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

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

CMYK percentages

%28.81
%27.97
%0
%53.73

Codes

Color #545576 in popluar color models

545576
RGB8485118
HSL238°16.83%39.61%
HSB/HSV238°28.81%46.27%
CMYK28.81%27.97%0.00%
53.73%

Color #545576 in popluar number systems.

HEX545576
Decimal8485118
Binary101010010101011110110
Octal124125166

Shades and tints

Shades of #545576

#545576
(84,85,118)
#4D4E6C
(77,78,108)
#464762
(70,71,98)
#3F4058
(63,64,88)
#38394E
(56,57,78)
#313244
(49,50,68)
#2A2B3A
(42,43,58)
#232430
(35,36,48)
#1C1D26
(28,29,38)
#15161C
(21,22,28)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #545576

#545576
(84,85,118)
#636482
(99,100,130)
#72738E
(114,115,142)
#81829A
(129,130,154)
#9091A6
(144,145,166)
#9FA0B2
(159,160,178)
#AEAFBE
(174,175,190)
#BDBECA
(189,190,202)
#CCCDD6
(204,205,214)
#DBDCE2
(219,220,226)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545576; }

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

This text font color is #545576.


Background Color

.myBgColor { background-color: #545576; }

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

This div background color is #545576.


Border color

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

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

This div border color is #545576.


Opacity

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

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

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

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

This text has shadow with #545576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545576 on black background.


Color preview on white background

This text has color #545576 on white background.



Black color preview on #545576 background

This text has black color on #545576 background.


White color preview on #545576 background

This text has white color on #545576 background.