Color Hex Logo

#545040 Color Hex

#545040
(84,80,64)
0 Favorites   0 Comments

Color spaces of #545040

RGB 848064
HSL0.130.140.29
HSV48°24°33°
CMYK 0.000.050.24   0.67
XYZ7.45027.99236.0005
Yxy7.99230.34740.3727
Hunter Lab28.2707-2.43337.2050
CIE-Lab33.9668-1.391010.0402

#545040 color RGB value is (84,80,64).

#545040 hex color red value is 84, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #545040 hue: 0.13 , saturation: 0.14 and the lightness value of 545040 is 0.29.

The process color (four color CMYK) of #545040 color hex is 0.00, 0.05, 0.24, 0.67. Web safe color of #545040 is #666633. Color #545040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010000 01000000
Octal 124 120 100
Decimal 84 80 64
Hex 54 50 40

RGB Percentages of Color #545040

%36.84
%35.09
%28.07

CMYK Percentages of Color #545040

%0
%5
%24
%67

Triadic Colors of #545040

#545040 #405450 #504054

Analogous Colors of #545040

#545040 #4e5440 #544640

Monochromatic Colors of #545040

#545040

Complementary Color

#545040 #404454

#545040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#545040 Color CSS Codes

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

#545040 Text Font Color

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

This sample text font color is #545040
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.


#545040 Background Color

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

This div background color is #545040


#545040 Border Color

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

This div border color is #545040


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,80,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #545040; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #545040;
  -webkit-box-shadow: 1px 1px 3px 2px #545040;
  box-shadow:         1px 1px 3px 2px #545040; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #545040;
  -webkit-box-shadow: 1px 1px 3px 2px #545040;
  box-shadow:         1px 1px 3px 2px #545040;">
Div content here</div>

This div box has shadow with color #545040


Comments

No comments written yet.

Please login to write comment.