Color Hex Logo

#364f56 Color Hex

#364F56
(54,79,86)
0 Favorites   0 Comments

Color spaces of #364f56

RGB 547986
HSL0.540.230.27
HSV193°37°34°
CMYK 0.370.080.00   0.66
XYZ5.99707.04819.8484
Yxy7.04810.26200.3079
Hunter Lab26.5483-6.1380-3.4106
CIE-Lab31.9162-7.4823-7.1630

#364f56 color RGB value is (54,79,86).

#364f56 hex color red value is 54, green value is 79 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #364f56 hue: 0.54 , saturation: 0.23 and the lightness value of 364f56 is 0.27.

The process color (four color CMYK) of #364f56 color hex is 0.37, 0.08, 0.00, 0.66. Web safe color of #364f56 is #336666. Color #364f56 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 01010110
Octal 66 117 126
Decimal 54 79 86
Hex 36 4F 56

RGB Percentages of Color #364f56

%24.66
%36.07
%39.27

CMYK Percentages of Color #364f56

%37
%8
%0
%66

Triadic Colors of #364f56

#364f56 #56364f #4f5636

Analogous Colors of #364f56

#364f56 #363f56 #36564d

Monochromatic Colors of #364f56

#364f56

Complementary Color

#364f56 #563d36

#364f56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364f56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364f56 Color CSS Codes

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

#364f56 Text Font Color

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

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


#364f56 Background Color

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

This div background color is #364f56


#364f56 Border Color

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

This div border color is #364f56


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,79,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364f56; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364f56;
  -webkit-box-shadow: 1px 1px 3px 2px #364f56;
  box-shadow:         1px 1px 3px 2px #364f56; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364f56


Comments

No comments written yet.

Please login to write comment.