Color Hex Logo

#366c65 Color Hex

#366C65
(54,108,101)
0 Favorites   0 Comments

Color spaces of #366c65

RGB 54108101
HSL0.480.330.32
HSV172°50°42°
CMYK 0.500.000.06   0.58
XYZ9.232812.449014.2282
Yxy12.44900.25710.3467
Hunter Lab35.2831-15.03610.7890
CIE-Lab41.9210-19.8146-1.6270

#366c65 color RGB value is (54,108,101).

#366c65 hex color red value is 54, green value is 108 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #366c65 hue: 0.48 , saturation: 0.33 and the lightness value of 366c65 is 0.32.

The process color (four color CMYK) of #366c65 color hex is 0.50, 0.00, 0.06, 0.58. Web safe color of #366c65 is #336666. Color #366c65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101100 01100101
Octal 66 154 145
Decimal 54 108 101
Hex 36 6C 65

RGB Percentages of Color #366c65

%20.53
%41.06
%38.40

CMYK Percentages of Color #366c65

%50
%0
%6
%58

Triadic Colors of #366c65

#366c65 #65366c #6c6536

Analogous Colors of #366c65

#366c65 #36586c #366c4a

Monochromatic Colors of #366c65

#366c65

Complementary Color

#366c65 #6c363d

#366c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366c65 Color CSS Codes

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

#366c65 Text Font Color

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

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


#366c65 Background Color

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

This div background color is #366c65


#366c65 Border Color

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

This div border color is #366c65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366c65


Comments

No comments written yet.

Please login to write comment.