Color Hex Logo

#396067 Color Hex

#396067
(57,96,103)
0 Favorites   0 Comments

Color spaces of #396067

RGB 5796103
HSL0.530.290.31
HSV189°45°40°
CMYK 0.450.070.00   0.60
XYZ8.318410.214914.3652
Yxy10.21490.25290.3105
Hunter Lab31.9608-9.4733-4.2762
CIE-Lab38.2254-11.7382-8.3234

#396067 color RGB value is (57,96,103).

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

The process color (four color CMYK) of #396067 color hex is 0.45, 0.07, 0.00, 0.60. Web safe color of #396067 is #336666. Color #396067 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100000 01100111
Octal 71 140 147
Decimal 57 96 103
Hex 39 60 67

RGB Percentages of Color #396067

%22.27
%37.50
%40.23

CMYK Percentages of Color #396067

%45
%7
%0
%60

Triadic Colors of #396067

#396067 #673960 #606739

Analogous Colors of #396067

#396067 #394967 #396757

Monochromatic Colors of #396067

#396067

Complementary Color

#396067 #674039

#396067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396067 Color CSS Codes

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

#396067 Text Font Color

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

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


#396067 Background Color

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

This div background color is #396067


#396067 Border Color

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

This div border color is #396067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396067

#396067 Color Palettes


Comments

No comments written yet.

Please login to write comment.