COLOR #545C76

HEX: #545C76 RGB: (84,92,118)

Color info

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

RGB color model

#545C76 color RGB value is (84,92,118).

RGB: (84,92,118) (33%, 36%, 46%)

RGB channels and saturation

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

84
92
118

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

Portions of RGB colors in percentages

R + G + B = 84 + 92 + 118 = 294 (100%)
R 84 of 294 ~ 28.57%
G 92 of 294 ~ 31.29%
B 118 of 294 ~ 40.14'%

%28.57
%31.29
%40.14

CMYK color model

#545C76 color CMYK value is (29,22,0,54).

  • cyan value is 28.81%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (29,22,0,54)
C29M22Y0K54 (29%, 22%, 0%, 54%)
(0.29 / 0.22 / 0.00 / 0.54)

CMYK percentages

%28.81
%22.03
%0
%53.73

Codes

Color #545C76 in popluar color models

54 5C 76
RGB 84 92 118
HSL 226° 16.83% 39.61%
HSB/HSV 226° 28.81% 46.27%
CMYK 28.81% 22.03% 0.00%
53.73%

Color #545C76 in popluar number systems.

HEX 54 5C 76
Decimal 84 92 118
Binary 1010100 1011100 1110110
Octal 124 134 166

Shades and tints

Shades of #545C76

#545C76
(84,92,118)
#4D546C
(77,84,108)
#464C62
(70,76,98)
#3F4458
(63,68,88)
#383C4E
(56,60,78)
#313444
(49,52,68)
#2A2C3A
(42,44,58)
#232430
(35,36,48)
#1C1C26
(28,28,38)
#15141C
(21,20,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #545C76

#545C76
(84,92,118)
#636A82
(99,106,130)
#72788E
(114,120,142)
#81869A
(129,134,154)
#9094A6
(144,148,166)
#9FA2B2
(159,162,178)
#AEB0BE
(174,176,190)
#BDBECA
(189,190,202)
#CCCCD6
(204,204,214)
#DBDAE2
(219,218,226)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545C76; }

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

This text font color is #545C76.

Background Color

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

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

This div background color is #545C76.

Border color

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

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

This div border color is #545C76.

Opacity

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

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

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

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

This text has shadow with #545C76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545C76.

Preview

Color preview on black background

This text has color #545C76 on black background.


Color preview on white background

This text has color #545C76 on white background.


Black color preview on #545C76 background

This text has black color on #545C76 background.


White color preview on #545C76 background

This text has white color on #545C76 background.


Related colors

Complementary color

Complementary color for #hex is #ABA389.


I love getcolorcode.com

Triadic colors

1 #76545C and #5C7654 with #545C76 are triadic colors.

2 #765C54 and #5C5476 with #545C76 are triadic colors.