COLOR #54646C

HEX: #54646C RGB: (84,100,108)

Color info

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

RGB color model

#54646C color RGB value is (84,100,108).

RGB: (84,100,108) (33%, 39%, 42%)

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 108 of 255 = 42%

84
100
108

R + G + B ~ 38%. #54646C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 100 + 108 = 292 (100%)
R 84 of 292 ~ 28.77%
G 100 of 292 ~ 34.25%
B 108 of 292 ~ 36.99'%

%28.77
%34.25
%36.99

CMYK color model

#54646C color CMYK value is (22,7,0,58).

  • cyan value is 22.22%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (22,7,0,58)
C22M7Y0K58 (22%, 7%, 0%, 58%)
(0.22 / 0.07 / 0.00 / 0.58)

CMYK percentages

%22.22
%7.41
%0
%57.65

Codes

Color #54646C in popluar color models

54 64 6C
RGB 84 100 108
HSL 200° 12.50% 37.65%
HSB/HSV 200° 22.22% 42.35%
CMYK 22.22% 7.41% 0.00%
57.65%

Color #54646C in popluar number systems.

HEX 54 64 6C
Decimal 84 100 108
Binary 1010100 1100100 1101100
Octal 124 144 154

Shades and tints

Shades of #54646C

#54646C
(84,100,108)
#4D5B63
(77,91,99)
#46525A
(70,82,90)
#3F4951
(63,73,81)
#384048
(56,64,72)
#31373F
(49,55,63)
#2A2E36
(42,46,54)
#23252D
(35,37,45)
#1C1C24
(28,28,36)
#15131B
(21,19,27)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #54646C

#54646C
(84,100,108)
#637279
(99,114,121)
#728086
(114,128,134)
#818E93
(129,142,147)
#909CA0
(144,156,160)
#9FAAAD
(159,170,173)
#AEB8BA
(174,184,186)
#BDC6C7
(189,198,199)
#CCD4D4
(204,212,212)
#DBE2E1
(219,226,225)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54646C; }

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

This text font color is #54646C.

Background Color

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

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

This div background color is #54646C.

Border color

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

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

This div border color is #54646C.

Opacity

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

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

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

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

This text has shadow with #54646C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54646C.

Preview

Color preview on black background

This text has color #54646C on black background.


Color preview on white background

This text has color #54646C on white background.


Black color preview on #54646C background

This text has black color on #54646C background.


White color preview on #54646C background

This text has white color on #54646C background.


Related colors

Complementary color

Complementary color for #hex is #AB9B93.


I love getcolorcode.com

Triadic colors

1 #6C5464 and #646C54 with #54646C are triadic colors.

2 #6C6454 and #64546C with #54646C are triadic colors.