Color Hex Logo

#542509 Color Hex

#542509
(84,37,9)
0 Favorites   0 Comments

Color spaces of #542509

RGB 84379
HSL0.060.810.18
HSV22°89°33°
CMYK 0.000.560.89   0.67
XYZ4.36703.22770.6513
Yxy3.22770.52960.3914
Hunter Lab17.965811.948410.4267
CIE-Lab20.933719.885026.7767

#542509 color RGB value is (84,37,9).

#542509 hex color red value is 84, green value is 37 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #542509 hue: 0.06 , saturation: 0.81 and the lightness value of 542509 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100101 00001001
Octal 124 45 11
Decimal 84 37 9
Hex 54 25 9

RGB Percentages of Color #542509

%64.62
%28.46
%6.92

CMYK Percentages of Color #542509

%0
%56
%89
%67

Triadic Colors of #542509

#542509 #095425 #250954

Analogous Colors of #542509

#542509 #544b09 #540913

Monochromatic Colors of #542509

#542509

Complementary Color

#542509 #093854

#542509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542509 Color CSS Codes

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

#542509 Text Font Color

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

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


#542509 Background Color

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

This div background color is #542509


#542509 Border Color

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

This div border color is #542509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542509


Comments

No comments written yet.

Please login to write comment.