Color Hex Logo

#542519 Color Hex

#542519
(84,37,25)
0 Favorites   0 Comments

Color spaces of #542519

RGB 843725
HSL0.030.540.21
HSV12°70°33°
CMYK 0.000.560.70   0.67
XYZ4.49323.27811.3156
Yxy3.27810.49450.3608
Hunter Lab18.105512.61328.3657
CIE-Lab21.124920.769418.1150

#542519 color RGB value is (84,37,25).

#542519 hex color red value is 84, green value is 37 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #542519 hue: 0.03 , saturation: 0.54 and the lightness value of 542519 is 0.21.

The process color (four color CMYK) of #542519 color hex is 0.00, 0.56, 0.70, 0.67. Web safe color of #542519 is #663300. Color #542519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100101 00011001
Octal 124 45 31
Decimal 84 37 25
Hex 54 25 19

RGB Percentages of Color #542519

%57.53
%25.34
%17.12

CMYK Percentages of Color #542519

%0
%56
%70
%67

Triadic Colors of #542519

#542519 #195425 #251954

Analogous Colors of #542519

#542519 #544319 #54192b

Monochromatic Colors of #542519

#542519

Complementary Color

#542519 #194854

#542519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542519 Color CSS Codes

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

#542519 Text Font Color

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

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


#542519 Background Color

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

This div background color is #542519


#542519 Border Color

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

This div border color is #542519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542519


Comments

No comments written yet.

Please login to write comment.