Color Hex Logo

#363242 Color Hex

#363242
(54,50,66)
0 Favorites   0 Comments

Color spaces of #363242

RGB 545066
HSL0.710.140.23
HSV255°24°26°
CMYK 0.180.240.00   0.74
XYZ3.64533.45885.6297
Yxy3.45880.28630.2716
Hunter Lab18.59782.4409-4.9290
CIE-Lab21.79495.7081-9.3448

#363242 color RGB value is (54,50,66).

#363242 hex color red value is 54, green value is 50 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #363242 hue: 0.71 , saturation: 0.14 and the lightness value of 363242 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 01000010
Octal 66 62 102
Decimal 54 50 66
Hex 36 32 42

RGB Percentages of Color #363242

%31.76
%29.41
%38.82

CMYK Percentages of Color #363242

%18
%24
%0
%74

Triadic Colors of #363242

#363242 #423632 #324236

Analogous Colors of #363242

#363242 #3e3242 #323642

Monochromatic Colors of #363242

#363242

Complementary Color

#363242 #3e4232

#363242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363242 Color CSS Codes

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

#363242 Text Font Color

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

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


#363242 Background Color

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

This div background color is #363242


#363242 Border Color

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

This div border color is #363242


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,50,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 #363242">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363242


Comments

No comments written yet.

Please login to write comment.