Color Hex Logo

#362e42 Color Hex

#362E42
(54,46,66)
1 Favorites   0 Comments

Color spaces of #362e42

RGB 544666
HSL0.730.180.22
HSV264°30°26°
CMYK 0.180.300.00   0.74
XYZ3.48173.13165.5752
Yxy3.13160.28570.2569
Hunter Lab17.69634.1508-6.2918
CIE-Lab20.56348.4550-11.2268

#362e42 color RGB value is (54,46,66).

#362e42 hex color red value is 54, green value is 46 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #362e42 hue: 0.73 , saturation: 0.18 and the lightness value of 362e42 is 0.22.

The process color (four color CMYK) of #362e42 color hex is 0.18, 0.30, 0.00, 0.74. Web safe color of #362e42 is #333333. Color #362e42 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101110 01000010
Octal 66 56 102
Decimal 54 46 66
Hex 36 2E 42

RGB Percentages of Color #362e42

%32.53
%27.71
%39.76

CMYK Percentages of Color #362e42

%18
%30
%0
%74

Triadic Colors of #362e42

#362e42 #42362e #2e4236

Analogous Colors of #362e42

#362e42 #402e42 #2e3042

Monochromatic Colors of #362e42

#362e42

Complementary Color

#362e42 #3a422e

#362e42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362e42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#362e42 Color CSS Codes

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

#362e42 Text Font Color

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

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


#362e42 Background Color

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

This div background color is #362e42


#362e42 Border Color

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

This div border color is #362e42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,46,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #362e42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #362e42;
  -webkit-box-shadow: 1px 1px 3px 2px #362e42;
  box-shadow:         1px 1px 3px 2px #362e42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362e42

#362e42 Color Palettes


Comments

No comments written yet.

Please login to write comment.