Color Hex Logo

#542842 Color Hex

#542842
(84,40,66)
0 Favorites   0 Comments

Color spaces of #542842

RGB 844066
HSL0.900.350.24
HSV325°52°33°
CMYK 0.000.520.21   0.67
XYZ5.39833.79575.6024
Yxy3.79570.36480.2565
Hunter Lab19.482615.3650-3.4116
CIE-Lab22.984224.1600-7.1736

#542842 color RGB value is (84,40,66).

#542842 hex color red value is 84, green value is 40 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #542842 hue: 0.90 , saturation: 0.35 and the lightness value of 542842 is 0.24.

The process color (four color CMYK) of #542842 color hex is 0.00, 0.52, 0.21, 0.67. Web safe color of #542842 is #663333. Color #542842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101000 01000010
Octal 124 50 102
Decimal 84 40 66
Hex 54 28 42

RGB Percentages of Color #542842

%44.21
%21.05
%34.74

CMYK Percentages of Color #542842

%0
%52
%21
%67

Triadic Colors of #542842

#542842 #425428 #284254

Analogous Colors of #542842

#542842 #54282c #502854

Monochromatic Colors of #542842

#542842

Complementary Color

#542842 #28543a

#542842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542842 Color CSS Codes

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

#542842 Text Font Color

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

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


#542842 Background Color

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

This div background color is #542842


#542842 Border Color

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

This div border color is #542842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542842


Comments

No comments written yet.

Please login to write comment.