Color Hex Logo

#361c41 Color Hex

#361C41
(54,28,65)
0 Favorites   0 Comments

Color spaces of #361c41

RGB 542865
HSL0.780.400.18
HSV282°57°25°
CMYK 0.170.570.00   0.75
XYZ2.89071.99645.2340
Yxy1.99640.28560.1973
Hunter Lab14.129411.7924-12.0724
CIE-Lab15.468320.4326-18.4644

#361c41 color RGB value is (54,28,65).

#361c41 hex color red value is 54, green value is 28 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #361c41 hue: 0.78 , saturation: 0.40 and the lightness value of 361c41 is 0.18.

The process color (four color CMYK) of #361c41 color hex is 0.17, 0.57, 0.00, 0.75. Web safe color of #361c41 is #333333. Color #361c41 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011100 01000001
Octal 66 34 101
Decimal 54 28 65
Hex 36 1C 41

RGB Percentages of Color #361c41

%36.73
%19.05
%44.22

CMYK Percentages of Color #361c41

%17
%57
%0
%75

Triadic Colors of #361c41

#361c41 #41361c #1c4136

Analogous Colors of #361c41

#361c41 #411c3a #241c41

Monochromatic Colors of #361c41

#361c41

Complementary Color

#361c41 #27411c

#361c41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361c41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361c41 Color CSS Codes

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

#361c41 Text Font Color

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

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


#361c41 Background Color

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

This div background color is #361c41


#361c41 Border Color

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

This div border color is #361c41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,28,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361c41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361c41;
  -webkit-box-shadow: 1px 1px 3px 2px #361c41;
  box-shadow:         1px 1px 3px 2px #361c41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361c41


Comments

No comments written yet.

Please login to write comment.