Color Hex Logo

#541304 Color Hex

#541304
(84,19,4)
0 Favorites   0 Comments

Color spaces of #541304

RGB 84194
HSL0.030.910.17
HSV11°95°33°
CMYK 0.000.770.95   0.67
XYZ3.91092.35930.3641
Yxy2.35930.58950.3556
Hunter Lab15.360018.56899.3466
CIE-Lab17.270029.211724.5679

#541304 color RGB value is (84,19,4).

#541304 hex color red value is 84, green value is 19 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #541304 hue: 0.03 , saturation: 0.91 and the lightness value of 541304 is 0.17.

The process color (four color CMYK) of #541304 color hex is 0.00, 0.77, 0.95, 0.67. Web safe color of #541304 is #660000. Color #541304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010011 00000100
Octal 124 23 4
Decimal 84 19 4
Hex 54 13 4

RGB Percentages of Color #541304

%78.50
%17.76
%3.74

CMYK Percentages of Color #541304

%0
%77
%95
%67

Triadic Colors of #541304

#541304 #045413 #130454

Analogous Colors of #541304

#541304 #543b04 #54041d

Monochromatic Colors of #541304

#541304

Complementary Color

#541304 #044554

#541304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#541304 Color CSS Codes

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

#541304 Text Font Color

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

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


#541304 Background Color

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

This div background color is #541304


#541304 Border Color

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

This div border color is #541304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541304


Comments

No comments written yet.

Please login to write comment.