Color Hex Logo

#363531 Color Hex

#363531
(54,53,49)
0 Favorites   0 Comments

Color spaces of #363531

RGB 545349
HSL0.130.050.20
HSV48°21°
CMYK 0.000.020.09   0.79
XYZ3.34883.55223.4149
Yxy3.55220.32460.3443
Hunter Lab18.8473-1.26672.4505
CIE-Lab22.1321-0.44682.6731

#363531 color RGB value is (54,53,49).

#363531 hex color red value is 54, green value is 53 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #363531 hue: 0.13 , saturation: 0.05 and the lightness value of 363531 is 0.20.

The process color (four color CMYK) of #363531 color hex is 0.00, 0.02, 0.09, 0.79. Web safe color of #363531 is #333333. Color #363531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110101 00110001
Octal 66 65 61
Decimal 54 53 49
Hex 36 35 31

RGB Percentages of Color #363531

%34.62
%33.97
%31.41

CMYK Percentages of Color #363531

%0
%2
%9
%79

Triadic Colors of #363531

#363531 #313635 #353136

Analogous Colors of #363531

#363531 #353631 #363331

Monochromatic Colors of #363531

#363531

Complementary Color

#363531 #313236

#363531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363531 Color CSS Codes

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

#363531 Text Font Color

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

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


#363531 Background Color

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

This div background color is #363531


#363531 Border Color

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

This div border color is #363531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363531

#363531 Color Palettes


Comments

No comments written yet.

Please login to write comment.