COLOR #545C51

HEX: #545C51 RGB: (84,92,81)

Color info

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

RGB color model

#545C51 color RGB value is (84,92,81).

RGB: (84,92,81) (33%, 36%, 32%)

RGB channels and saturation

R 84 of 255 = 33%
G 92 of 255 = 36%
B 81 of 255 = 32%

84
92
81

R + G + B ~ 34%. #545C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 92 + 81 = 257 (100%)
R 84 of 257 ~ 32.68%
G 92 of 257 ~ 35.8%
B 81 of 257 ~ 31.52'%

%32.68
%35.8
%31.52

CMYK color model

#545C51 color CMYK value is (9,0,12,64).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 11.96%
  • key color value is 63.92%

CMYK: (9,0,12,64)
C9M0Y12K64 (9%, 0%, 12%, 64%)
(0.09 / 0.00 / 0.12 / 0.64)

CMYK percentages

%8.7
%0
%11.96
%63.92

Codes

Color #545C51 in popluar color models

54 5C 51
RGB 84 92 81
HSL 104° 6.36% 33.92%
HSB/HSV 104° 11.96% 36.08%
CMYK 8.70% 0.00% 11.96%
63.92%

Color #545C51 in popluar number systems.

HEX 54 5C 51
Decimal 84 92 81
Binary 1010100 1011100 1010001
Octal 124 134 121

Shades and tints

Shades of #545C51

#545C51
(84,92,81)
#4D544A
(77,84,74)
#464C43
(70,76,67)
#3F443C
(63,68,60)
#383C35
(56,60,53)
#31342E
(49,52,46)
#2A2C27
(42,44,39)
#232420
(35,36,32)
#1C1C19
(28,28,25)
#151412
(21,20,18)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #545C51

#545C51
(84,92,81)
#636A60
(99,106,96)
#72786F
(114,120,111)
#81867E
(129,134,126)
#90948D
(144,148,141)
#9FA29C
(159,162,156)
#AEB0AB
(174,176,171)
#BDBEBA
(189,190,186)
#CCCCC9
(204,204,201)
#DBDAD8
(219,218,216)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545C51; }

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

This text font color is #545C51.

Background Color

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

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

This div background color is #545C51.

Border color

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

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

This div border color is #545C51.

Opacity

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

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

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

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

This text has shadow with #545C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545C51.

Preview

Color preview on black background

This text has color #545C51 on black background.


Color preview on white background

This text has color #545C51 on white background.


Black color preview on #545C51 background

This text has black color on #545C51 background.


White color preview on #545C51 background

This text has white color on #545C51 background.


Related colors

Complementary color

Complementary color for #hex is #ABA3AE.


I love getcolorcode.com

Triadic colors

1 #51545C and #5C5154 with #545C51 are triadic colors.

2 #515C54 and #5C5451 with #545C51 are triadic colors.