COLOR #54636C

HEX: #54636C
RGB: (84,99,108)

Color info

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

RGB color model

#54636C color RGB value is (84,99,108).

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

RGB channels and saturation

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

84
99
108

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

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 108 = 291 (100%)
R 84 of 291 ~ 28.87%
G 99 of 291 ~ 34.02%
B 108 of 291 ~ 37.11%

%28.87
%34.02
%37.11

CMYK color model

#54636C color CMYK value is (22,8,0,58).

  • cyan value is 22.22%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(22,8,0,58)
C22M8Y0K58 
(22%,8%,0%,58%)
(0.22/0.08/0.00/0.58)	

CMYK percentages

%22.22
%8.33
%0
%57.65

Codes

Color #54636C in popluar color models

54636C
RGB8499108
HSL203°12.50%37.65%
HSB/HSV203°22.22%42.35%
CMYK22.22%8.33%0.00%
57.65%

Color #54636C in popluar number systems.

HEX54636C
Decimal8499108
Binary101010011000111101100
Octal124143154

Shades and tints

Shades of #54636C

#54636C
(84,99,108)
#4D5A63
(77,90,99)
#46515A
(70,81,90)
#3F4851
(63,72,81)
#383F48
(56,63,72)
#31363F
(49,54,63)
#2A2D36
(42,45,54)
#23242D
(35,36,45)
#1C1B24
(28,27,36)
#15121B
(21,18,27)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #54636C

#54636C
(84,99,108)
#637179
(99,113,121)
#727F86
(114,127,134)
#818D93
(129,141,147)
#909BA0
(144,155,160)
#9FA9AD
(159,169,173)
#AEB7BA
(174,183,186)
#BDC5C7
(189,197,199)
#CCD3D4
(204,211,212)
#DBE1E1
(219,225,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54636C; }

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

This text font color is #54636C.


Background Color

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

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

This div background color is #54636C.


Border color

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

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

This div border color is #54636C.


Opacity

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

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

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

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

This text has shadow with #54636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54636C on black background.


Color preview on white background

This text has color #54636C on white background.



Black color preview on #54636C background

This text has black color on #54636C background.


White color preview on #54636C background

This text has white color on #54636C background.