Color Hex Logo

#542214 Color Hex

#542214
(84,34,20)
0 Favorites   0 Comments

Color spaces of #542214

RGB 843420
HSL0.040.620.20
HSV13°76°33°
CMYK 0.000.600.76   0.67
XYZ4.35453.07941.0267
Yxy3.07940.51470.3640
Hunter Lab17.548213.58458.8149
CIE-Lab20.359122.190520.4351

#542214 color RGB value is (84,34,20).

#542214 hex color red value is 84, green value is 34 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #542214 hue: 0.04 , saturation: 0.62 and the lightness value of 542214 is 0.20.

The process color (four color CMYK) of #542214 color hex is 0.00, 0.60, 0.76, 0.67. Web safe color of #542214 is #663300. Color #542214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100010 00010100
Octal 124 42 24
Decimal 84 34 20
Hex 54 22 14

RGB Percentages of Color #542214

%60.87
%24.64
%14.49

CMYK Percentages of Color #542214

%0
%60
%76
%67

Triadic Colors of #542214

#542214 #145422 #221454

Analogous Colors of #542214

#542214 #544214 #541426

Monochromatic Colors of #542214

#542214

Complementary Color

#542214 #144654

#542214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542214 Color CSS Codes

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

#542214 Text Font Color

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

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


#542214 Background Color

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

This div background color is #542214


#542214 Border Color

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

This div border color is #542214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542214


Comments

No comments written yet.

Please login to write comment.