Color Hex Logo

#541d1d Color Hex

#541D1D
(84,29,29)
0 Favorites   0 Comments

Color spaces of #541d1d

RGB 842929
HSL0.000.490.22
HSV65°33°
CMYK 0.000.650.65   0.67
XYZ4.31732.85231.4854
Yxy2.85230.49880.3296
Hunter Lab16.888816.07496.6075
CIE-Lab19.442425.631013.3190

#541d1d color RGB value is (84,29,29).

#541d1d hex color red value is 84, green value is 29 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #541d1d hue: 0.00 , saturation: 0.49 and the lightness value of 541d1d is 0.22.

The process color (four color CMYK) of #541d1d color hex is 0.00, 0.65, 0.65, 0.67. Web safe color of #541d1d is #663333. Color #541d1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011101 00011101
Octal 124 35 35
Decimal 84 29 29
Hex 54 1D 1D

RGB Percentages of Color #541d1d

%59.15
%20.42
%20.42

CMYK Percentages of Color #541d1d

%0
%65
%65
%67

Triadic Colors of #541d1d

#541d1d #1d541d #1d1d54

Analogous Colors of #541d1d

#541d1d #54391d #541d39

Monochromatic Colors of #541d1d

#541d1d

Complementary Color

#541d1d #1d5454

#541d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#541d1d Color CSS Codes

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

#541d1d Text Font Color

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

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


#541d1d Background Color

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

This div background color is #541d1d


#541d1d Border Color

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

This div border color is #541d1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541d1d

#541d1d Color Palettes


Comments

No comments written yet.

Please login to write comment.