Color Hex Logo

#366a58 Color Hex

#366A58
(54,106,88)
0 Favorites   0 Comments

Color spaces of #366a58

RGB 5410688
HSL0.440.330.31
HSV159°49°42°
CMYK 0.490.000.17   0.58
XYZ8.436811.796911.0649
Yxy11.79690.26960.3769
Hunter Lab34.3466-16.26044.9421
CIE-Lab40.8915-22.18174.7578

#366a58 color RGB value is (54,106,88).

#366a58 hex color red value is 54, green value is 106 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #366a58 hue: 0.44 , saturation: 0.33 and the lightness value of 366a58 is 0.31.

The process color (four color CMYK) of #366a58 color hex is 0.49, 0.00, 0.17, 0.58. Web safe color of #366a58 is #336666. Color #366a58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 01011000
Octal 66 152 130
Decimal 54 106 88
Hex 36 6A 58

RGB Percentages of Color #366a58

%21.77
%42.74
%35.48

CMYK Percentages of Color #366a58

%49
%0
%17
%58

Triadic Colors of #366a58

#366a58 #58366a #6a5836

Analogous Colors of #366a58

#366a58 #36626a #366a3e

Monochromatic Colors of #366a58

#366a58

Complementary Color

#366a58 #6a3648

#366a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366a58 Color CSS Codes

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

#366a58 Text Font Color

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

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


#366a58 Background Color

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

This div background color is #366a58


#366a58 Border Color

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

This div border color is #366a58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,106,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366a58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366a58;
  -webkit-box-shadow: 1px 1px 3px 2px #366a58;
  box-shadow:         1px 1px 3px 2px #366a58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366a58


Comments

No comments written yet.

Please login to write comment.