COLOR #54645C

HEX: #54645C RGB: (84,100,92)

Color info

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

RGB color model

#54645C color RGB value is (84,100,92).

RGB: (84,100,92) (33%, 39%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 92 of 255 = 36%

84
100
92

R + G + B ~ 36%. #54645C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 100 + 92 = 276 (100%)
R 84 of 276 ~ 30.43%
G 100 of 276 ~ 36.23%
B 92 of 276 ~ 33.33'%

%30.43
%36.23
%33.33

CMYK color model

#54645C color CMYK value is (16,0,8,61).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 60.78%
CMYK: (16,0,8,61) C16M0Y8K61 (16%,0%,8%,61%) (0.16/0.00/0.08/0.61) 

CMYK percentages

%16
%0
%8
%60.78

Codes

Color #54645C in popluar color models

54 64 5C
RGB 84 100 92
HSL 150° 8.70% 36.08%
HSB/HSV 150° 16.00% 39.22%
CMYK 16.00% 0.00% 8.00%
60.78%

Color #54645C in popluar number systems.

HEX 54 64 5C
Decimal 84 100 92
Binary 1010100 1100100 1011100
Octal 124 144 134

Shades and tints

Shades of #54645C

#54645C
(84,100,92)
#4D5B54
(77,91,84)
#46524C
(70,82,76)
#3F4944
(63,73,68)
#38403C
(56,64,60)
#313734
(49,55,52)
#2A2E2C
(42,46,44)
#232524
(35,37,36)
#1C1C1C
(28,28,28)
#151314
(21,19,20)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #54645C

#54645C
(84,100,92)
#63726A
(99,114,106)
#728078
(114,128,120)
#818E86
(129,142,134)
#909C94
(144,156,148)
#9FAAA2
(159,170,162)
#AEB8B0
(174,184,176)
#BDC6BE
(189,198,190)
#CCD4CC
(204,212,204)
#DBE2DA
(219,226,218)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54645C color. Also use rgb(84,100,92) instead hex code.

Text Font Color

.myTextColor { color: #54645C; }

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

This text font color is #54645C.

Background Color

.myBgColor { background-color: #54645C; }

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

This div background color is #54645C.

Border color

.myBorderColor { border: 1px solid #54645C; }

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

This div border color is #54645C.

Opacity

.myOpacity80 { color: #54645C; opacity: 0.8; }

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

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

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

This text has shadow with #54645C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54645C.

Preview

Color preview on black background

This text has color #54645C on black background.


Color preview on white background

This text has color #54645C on white background.


Black color preview on #54645C background

This text has black color on #54645C background.


White color preview on #54645C background

This text has white color on #54645C background.


Related colors

Complementary color

Complementary color for #hex is #AB9BA3.


I love getcolorcode.com

Triadic colors

1 #5C5464 and #645C54 with #54645C are triadic colors.

2 #5C6454 and #64545C with #54645C are triadic colors.