Color Hex Logo

#541503 Color Hex

#541503
(84,21,3)
0 Favorites   0 Comments

Color spaces of #541503

RGB 84213
HSL0.040.930.17
HSV13°96°33°
CMYK 0.000.750.96   0.67
XYZ3.94082.42770.3470
Yxy2.42770.58680.3615
Hunter Lab15.581117.87979.5863
CIE-Lab17.588428.277825.3616

#541503 color RGB value is (84,21,3).

#541503 hex color red value is 84, green value is 21 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #541503 hue: 0.04 , saturation: 0.93 and the lightness value of 541503 is 0.17.

The process color (four color CMYK) of #541503 color hex is 0.00, 0.75, 0.96, 0.67. Web safe color of #541503 is #660000. Color #541503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010101 00000011
Octal 124 25 3
Decimal 84 21 3
Hex 54 15 3

RGB Percentages of Color #541503

%77.78
%19.44
%2.78

CMYK Percentages of Color #541503

%0
%75
%96
%67

Triadic Colors of #541503

#541503 #035415 #150354

Analogous Colors of #541503

#541503 #543e03 #540319

Monochromatic Colors of #541503

#541503

Complementary Color

#541503 #034254

#541503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#541503 Color CSS Codes

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

#541503 Text Font Color

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

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


#541503 Background Color

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

This div background color is #541503


#541503 Border Color

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

This div border color is #541503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541503


Comments

No comments written yet.

Please login to write comment.