Color Hex Logo

#386567 Color Hex

#386567
(56,101,103)
0 Favorites   0 Comments

Color spaces of #386567

RGB 56101103
HSL0.510.300.31
HSV183°46°40°
CMYK 0.460.020.00   0.60
XYZ8.732711.127414.5195
Yxy11.12740.25400.3237
Hunter Lab33.3578-11.6467-2.4565
CIE-Lab39.7942-14.8745-5.9818

#386567 color RGB value is (56,101,103).

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

The process color (four color CMYK) of #386567 color hex is 0.46, 0.02, 0.00, 0.60. Web safe color of #386567 is #336666. Color #386567 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100101 01100111
Octal 70 145 147
Decimal 56 101 103
Hex 38 65 67

RGB Percentages of Color #386567

%21.54
%38.85
%39.62

CMYK Percentages of Color #386567

%46
%2
%0
%60

Triadic Colors of #386567

#386567 #673865 #656738

Analogous Colors of #386567

#386567 #384e67 #386752

Monochromatic Colors of #386567

#386567

Complementary Color

#386567 #673a38

#386567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386567 Color CSS Codes

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

#386567 Text Font Color

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

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


#386567 Background Color

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

This div background color is #386567


#386567 Border Color

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

This div border color is #386567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386567


Comments

No comments written yet.

Please login to write comment.