Color Hex Logo

#396066 Color Hex

#396066
(57,96,102)
0 Favorites   0 Comments

Color spaces of #396066

RGB 5796102
HSL0.520.280.31
HSV188°44°40°
CMYK 0.440.060.00   0.60
XYZ8.268510.194914.1024
Yxy10.19490.25390.3131
Hunter Lab31.9295-9.6519-3.8362
CIE-Lab38.1900-12.0304-7.7598

#396066 color RGB value is (57,96,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100000 01100110
Octal 71 140 146
Decimal 57 96 102
Hex 39 60 66

RGB Percentages of Color #396066

%22.35
%37.65
%40.00

CMYK Percentages of Color #396066

%44
%6
%0
%60

Triadic Colors of #396066

#396066 #663960 #606639

Analogous Colors of #396066

#396066 #394a66 #396656

Monochromatic Colors of #396066

#396066

Complementary Color

#396066 #663f39

#396066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396066 Color CSS Codes

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

#396066 Text Font Color

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

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


#396066 Background Color

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

This div background color is #396066


#396066 Border Color

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

This div border color is #396066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396066


Comments

No comments written yet.

Please login to write comment.