Color Hex Logo

#396166 Color Hex

#396166
(57,97,102)
0 Favorites   0 Comments

Color spaces of #396166

RGB 5797102
HSL0.520.280.31
HSV187°44°40°
CMYK 0.440.050.00   0.60
XYZ8.360310.378614.1330
Yxy10.37860.25430.3157
Hunter Lab32.2158-10.0553-3.4593
CIE-Lab38.5135-12.6081-7.2751

#396166 color RGB value is (57,97,102).

#396166 hex color red value is 57, green value is 97 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #396166 hue: 0.52 , saturation: 0.28 and the lightness value of 396166 is 0.31.

The process color (four color CMYK) of #396166 color hex is 0.44, 0.05, 0.00, 0.60. Web safe color of #396166 is #336666. Color #396166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100001 01100110
Octal 71 141 146
Decimal 57 97 102
Hex 39 61 66

RGB Percentages of Color #396166

%22.27
%37.89
%39.84

CMYK Percentages of Color #396166

%44
%5
%0
%60

Triadic Colors of #396166

#396166 #663961 #616639

Analogous Colors of #396166

#396166 #394b66 #396655

Monochromatic Colors of #396166

#396166

Complementary Color

#396166 #663e39

#396166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396166 Color CSS Codes

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

#396166 Text Font Color

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

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


#396166 Background Color

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

This div background color is #396166


#396166 Border Color

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

This div border color is #396166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,97,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396166


Comments

No comments written yet.

Please login to write comment.