Color Hex Logo

#361849 Color Hex

#361849
(54,24,73)
0 Favorites   0 Comments

Color spaces of #361849

RGB 542473
HSL0.770.510.19
HSV277°67°29°
CMYK 0.260.670.00   0.71
XYZ3.05061.91866.5129
Yxy1.91860.26570.1671
Hunter Lab13.851415.0727-18.1822
CIE-Lab15.054125.0442-24.6754

#361849 color RGB value is (54,24,73).

#361849 hex color red value is 54, green value is 24 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #361849 hue: 0.77 , saturation: 0.51 and the lightness value of 361849 is 0.19.

The process color (four color CMYK) of #361849 color hex is 0.26, 0.67, 0.00, 0.71. Web safe color of #361849 is #330033. Color #361849 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011000 01001001
Octal 66 30 111
Decimal 54 24 73
Hex 36 18 49

RGB Percentages of Color #361849

%35.76
%15.89
%48.34

CMYK Percentages of Color #361849

%26
%67
%0
%71

Triadic Colors of #361849

#361849 #493618 #184936

Analogous Colors of #361849

#361849 #491844 #1e1849

Monochromatic Colors of #361849

#361849

Complementary Color

#361849 #2b4918

#361849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361849 Color CSS Codes

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

#361849 Text Font Color

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

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


#361849 Background Color

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

This div background color is #361849


#361849 Border Color

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

This div border color is #361849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361849


Comments

No comments written yet.

Please login to write comment.