Color Hex Logo

#54645c Color Hex

#54645C
(84,100,92)
0 Favorites   0 Comments

Color spaces of #54645c

RGB 8410092
HSL0.420.090.36
HSV150°16°39°
CMYK 0.160.000.08   0.61
XYZ10.145111.771911.8627
Yxy11.77190.30030.3485
Hunter Lab34.3102-7.26263.5177
CIE-Lab40.8513-7.86972.4972

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

#54645c hex color red value is 84, green value is 100 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #54645c hue: 0.42 , saturation: 0.09 and the lightness value of 54645c is 0.36.

The process color (four color CMYK) of #54645c color hex is 0.16, 0.00, 0.08, 0.61. Web safe color of #54645c is #666666. Color #54645c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100100 01011100
Octal 124 144 134
Decimal 84 100 92
Hex 54 64 5C

RGB Percentages of Color #54645c

%30.43
%36.23
%33.33

CMYK Percentages of Color #54645c

%16
%0
%8
%61

Triadic Colors of #54645c

#54645c #5c5464 #645c54

Analogous Colors of #54645c

#54645c #546464 #546454

Monochromatic Colors of #54645c

#54645c

Complementary Color

#54645c #64545c

#54645c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54645c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54645c Color CSS Codes

.mybgcolor {background-color:#54645c; } 
.myforecolor {color:#54645c; }
.mybordercolor {border:3px solid #54645c; }

#54645c Text Font Color

<p style="color:#54645c">Text here</p>

This sample text font color is #54645c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#54645c Background Color

<div style="background-color:#54645c">
Div content here</div>

This div background color is #54645c


#54645c Border Color

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

This div border color is #54645c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,100,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54645c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54645c;
  -webkit-box-shadow: 1px 1px 3px 2px #54645c;
  box-shadow:         1px 1px 3px 2px #54645c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,100,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #54645c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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

#54645c Color Palettes


Comments

No comments written yet.

Please login to write comment.