Color Hex Logo

#386c7d Color Hex

#386C7D
(56,108,125)
0 Favorites   0 Comments

Color spaces of #386c7d

RGB 56108125
HSL0.540.380.35
HSV195°55°49°
CMYK 0.550.140.00   0.51
XYZ10.695113.046521.3566
Yxy13.04650.23720.2893
Hunter Lab36.1199-10.3561-9.7724
CIE-Lab42.8332-12.2017-14.7673

#386c7d color RGB value is (56,108,125).

#386c7d hex color red value is 56, green value is 108 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #386c7d hue: 0.54 , saturation: 0.38 and the lightness value of 386c7d is 0.35.

The process color (four color CMYK) of #386c7d color hex is 0.55, 0.14, 0.00, 0.51. Web safe color of #386c7d is #336666. Color #386c7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 01111101
Octal 70 154 175
Decimal 56 108 125
Hex 38 6C 7D

RGB Percentages of Color #386c7d

%19.38
%37.37
%43.25

CMYK Percentages of Color #386c7d

%55
%14
%0
%51

Triadic Colors of #386c7d

#386c7d #7d386c #6c7d38

Analogous Colors of #386c7d

#386c7d #384a7d #387d6c

Monochromatic Colors of #386c7d

#386c7d

Complementary Color

#386c7d #7d4938

#386c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#386c7d Color CSS Codes

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

#386c7d Text Font Color

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

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


#386c7d Background Color

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

This div background color is #386c7d


#386c7d Border Color

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

This div border color is #386c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,108,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #386c7d;
  box-shadow:         1px 1px 3px 2px #386c7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,108,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386c7d

#386c7d Color Palettes


Comments

No comments written yet.

Please login to write comment.