Color Hex Logo

#386066 Color Hex

#386066
(56,96,102)
0 Favorites   0 Comments

Color spaces of #386066

RGB 5696102
HSL0.520.290.31
HSV188°45°40°
CMYK 0.450.060.00   0.60
XYZ8.212010.165814.0997
Yxy10.16580.25290.3130
Hunter Lab31.8839-9.8223-3.9006
CIE-Lab38.1384-12.3137-7.8423

#386066 color RGB value is (56,96,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100000 01100110
Octal 70 140 146
Decimal 56 96 102
Hex 38 60 66

RGB Percentages of Color #386066

%22.05
%37.80
%40.16

CMYK Percentages of Color #386066

%45
%6
%0
%60

Triadic Colors of #386066

#386066 #663860 #606638

Analogous Colors of #386066

#386066 #384966 #386655

Monochromatic Colors of #386066

#386066

Complementary Color

#386066 #663e38

#386066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386066 Color CSS Codes

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

#386066 Text Font Color

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

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


#386066 Background Color

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

This div background color is #386066


#386066 Border Color

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

This div border color is #386066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386066


Comments

No comments written yet.

Please login to write comment.