Color Hex Logo

#361329 Color Hex

#361329
(54,19,41)
0 Favorites   0 Comments

Color spaces of #361329

RGB 541941
HSL0.900.480.14
HSV322°65°21°
CMYK 0.000.650.24   0.79
XYZ2.15441.41012.2564
Yxy1.41010.37010.2422
Hunter Lab11.874811.6038-2.9537
CIE-Lab12.024720.7069-6.6165

#361329 color RGB value is (54,19,41).

#361329 hex color red value is 54, green value is 19 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #361329 hue: 0.90 , saturation: 0.48 and the lightness value of 361329 is 0.14.

The process color (four color CMYK) of #361329 color hex is 0.00, 0.65, 0.24, 0.79. Web safe color of #361329 is #330033. Color #361329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010011 00101001
Octal 66 23 51
Decimal 54 19 41
Hex 36 13 29

RGB Percentages of Color #361329

%47.37
%16.67
%35.96

CMYK Percentages of Color #361329

%0
%65
%24
%79

Triadic Colors of #361329

#361329 #293613 #132936

Analogous Colors of #361329

#361329 #361318 #321336

Monochromatic Colors of #361329

#361329

Complementary Color

#361329 #133620

#361329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361329 Color CSS Codes

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

#361329 Text Font Color

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

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


#361329 Background Color

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

This div background color is #361329


#361329 Border Color

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

This div border color is #361329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361329


Comments

No comments written yet.

Please login to write comment.