Color Hex Logo

#542449 Color Hex

#542449
(84,36,73)
0 Favorites   0 Comments

Color spaces of #542449

RGB 843673
HSL0.870.400.24
HSV314°57°33°
CMYK 0.000.570.13   0.67
XYZ5.48963.62766.7142
Yxy3.62760.34680.2291
Hunter Lab19.046318.1171-7.5686
CIE-Lab22.400027.7556-12.8078

#542449 color RGB value is (84,36,73).

#542449 hex color red value is 84, green value is 36 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #542449 hue: 0.87 , saturation: 0.40 and the lightness value of 542449 is 0.24.

The process color (four color CMYK) of #542449 color hex is 0.00, 0.57, 0.13, 0.67. Web safe color of #542449 is #663333. Color #542449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100100 01001001
Octal 124 44 111
Decimal 84 36 73
Hex 54 24 49

RGB Percentages of Color #542449

%43.52
%18.65
%37.82

CMYK Percentages of Color #542449

%0
%57
%13
%67

Triadic Colors of #542449

#542449 #495424 #244954

Analogous Colors of #542449

#542449 #542431 #472454

Monochromatic Colors of #542449

#542449

Complementary Color

#542449 #24542f

#542449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542449 Color CSS Codes

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

#542449 Text Font Color

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

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


#542449 Background Color

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

This div background color is #542449


#542449 Border Color

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

This div border color is #542449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542449


Comments

No comments written yet.

Please login to write comment.