COLOR #54676C

HEX: #54676C
RGB: (84,103,108)

Color info

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

RGB color model

#54676C color RGB value is (84,103,108).

  • red value is 84;
  • green value is 103;
  • blue value is 108.
RGB:
(84,103,108)
(33%,40%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 108 of 255 = 42%

84
103
108

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

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 108 = 295 (100%)
R 84 of 295 ~ 28.47%
G 103 of 295 ~ 34.92%
B 108 of 295 ~ 36.61%

%28.47
%34.92
%36.61

CMYK color model

#54676C color CMYK value is (22,5,0,58).

  • cyan value is 22.22%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(22,5,0,58)
C22M5Y0K58 
(22%,5%,0%,58%)
(0.22/0.05/0.00/0.58)	

CMYK percentages

%22.22
%4.63
%0
%57.65

Codes

Color #54676C in popluar color models

54676C
RGB84103108
HSL193°12.50%37.65%
HSB/HSV193°22.22%42.35%
CMYK22.22%4.63%0.00%
57.65%

Color #54676C in popluar number systems.

HEX54676C
Decimal84103108
Binary101010011001111101100
Octal124147154

Shades and tints

Shades of #54676C

#54676C
(84,103,108)
#4D5E63
(77,94,99)
#46555A
(70,85,90)
#3F4C51
(63,76,81)
#384348
(56,67,72)
#313A3F
(49,58,63)
#2A3136
(42,49,54)
#23282D
(35,40,45)
#1C1F24
(28,31,36)
#15161B
(21,22,27)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #54676C

#54676C
(84,103,108)
#637479
(99,116,121)
#728186
(114,129,134)
#818E93
(129,142,147)
#909BA0
(144,155,160)
#9FA8AD
(159,168,173)
#AEB5BA
(174,181,186)
#BDC2C7
(189,194,199)
#CCCFD4
(204,207,212)
#DBDCE1
(219,220,225)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54676C; }

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

This text font color is #54676C.


Background Color

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

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

This div background color is #54676C.


Border color

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

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

This div border color is #54676C.


Opacity

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

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

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

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

This text has shadow with #54676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54676C on black background.


Color preview on white background

This text has color #54676C on white background.



Black color preview on #54676C background

This text has black color on #54676C background.


White color preview on #54676C background

This text has white color on #54676C background.