Color Hex Logo

#366165 Color Hex

#366165
(54,97,101)
0 Favorites   0 Comments

Color spaces of #366165

RGB 5497101
HSL0.510.300.30
HSV185°47°40°
CMYK 0.470.040.00   0.60
XYZ8.145010.273213.8656
Yxy10.27320.25230.3182
Hunter Lab32.0518-10.7304-3.2125
CIE-Lab38.3284-13.7354-6.9516

#366165 color RGB value is (54,97,101).

#366165 hex color red value is 54, green value is 97 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #366165 hue: 0.51 , saturation: 0.30 and the lightness value of 366165 is 0.30.

The process color (four color CMYK) of #366165 color hex is 0.47, 0.04, 0.00, 0.60. Web safe color of #366165 is #336666. Color #366165 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100001 01100101
Octal 66 141 145
Decimal 54 97 101
Hex 36 61 65

RGB Percentages of Color #366165

%21.43
%38.49
%40.08

CMYK Percentages of Color #366165

%47
%4
%0
%60

Triadic Colors of #366165

#366165 #653661 #616536

Analogous Colors of #366165

#366165 #364a65 #366552

Monochromatic Colors of #366165

#366165

Complementary Color

#366165 #653a36

#366165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366165 Color CSS Codes

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

#366165 Text Font Color

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

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


#366165 Background Color

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

This div background color is #366165


#366165 Border Color

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

This div border color is #366165


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,97,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 #366165">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366165


Comments

No comments written yet.

Please login to write comment.