Color Hex Logo

#363047 Color Hex

#363047
(54,48,71)
0 Favorites   0 Comments

Color spaces of #363047

RGB 544871
HSL0.710.190.23
HSV256°32°28°
CMYK 0.240.320.00   0.72
XYZ3.71563.35316.4126
Yxy3.35310.27560.2487
Hunter Lab18.31154.1745-7.9451
CIE-Lab21.40598.4618-13.3205

#363047 color RGB value is (54,48,71).

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

The process color (four color CMYK) of #363047 color hex is 0.24, 0.32, 0.00, 0.72. Web safe color of #363047 is #333333. Color #363047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110000 01000111
Octal 66 60 107
Decimal 54 48 71
Hex 36 30 47

RGB Percentages of Color #363047

%31.21
%27.75
%41.04

CMYK Percentages of Color #363047

%24
%32
%0
%72

Triadic Colors of #363047

#363047 #473630 #304736

Analogous Colors of #363047

#363047 #423047 #303647

Monochromatic Colors of #363047

#363047

Complementary Color

#363047 #414730

#363047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363047 Color CSS Codes

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

#363047 Text Font Color

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

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


#363047 Background Color

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

This div background color is #363047


#363047 Border Color

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

This div border color is #363047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363047


Comments

No comments written yet.

Please login to write comment.