Color Hex Logo

#366864 Color Hex

#366864
(54,104,100)
0 Favorites   0 Comments

Color spaces of #366864

RGB 54104100
HSL0.490.320.31
HSV175°48°41°
CMYK 0.480.000.04   0.59
XYZ8.771911.605013.8343
Yxy11.60500.25640.3392
Hunter Lab34.0661-13.6526-0.2315
CIE-Lab40.5813-17.9301-2.9914

#366864 color RGB value is (54,104,100).

#366864 hex color red value is 54, green value is 104 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #366864 hue: 0.49 , saturation: 0.32 and the lightness value of 366864 is 0.31.

The process color (four color CMYK) of #366864 color hex is 0.48, 0.00, 0.04, 0.59. Web safe color of #366864 is #336666. Color #366864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101000 01100100
Octal 66 150 144
Decimal 54 104 100
Hex 36 68 64

RGB Percentages of Color #366864

%20.93
%40.31
%38.76

CMYK Percentages of Color #366864

%48
%0
%4
%59

Triadic Colors of #366864

#366864 #643668 #686436

Analogous Colors of #366864

#366864 #365368 #36684b

Monochromatic Colors of #366864

#366864

Complementary Color

#366864 #68363a

#366864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366864 Color CSS Codes

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

#366864 Text Font Color

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

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


#366864 Background Color

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

This div background color is #366864


#366864 Border Color

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

This div border color is #366864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366864


Comments

No comments written yet.

Please login to write comment.