Color Hex Logo

#385e6d Color Hex

#385E6D
(56,94,109)
0 Favorites   0 Comments

Color spaces of #385e6d

RGB 5694109
HSL0.550.320.32
HSV197°49°43°
CMYK 0.490.140.00   0.57
XYZ8.39399.950315.9462
Yxy9.95030.24480.2902
Hunter Lab31.5441-7.7032-7.8915
CIE-Lab37.7531-9.0328-12.7437

#385e6d color RGB value is (56,94,109).

#385e6d hex color red value is 56, green value is 94 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #385e6d hue: 0.55 , saturation: 0.32 and the lightness value of 385e6d is 0.32.

The process color (four color CMYK) of #385e6d color hex is 0.49, 0.14, 0.00, 0.57. Web safe color of #385e6d is #336666. Color #385e6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011110 01101101
Octal 70 136 155
Decimal 56 94 109
Hex 38 5E 6D

RGB Percentages of Color #385e6d

%21.62
%36.29
%42.08

CMYK Percentages of Color #385e6d

%49
%14
%0
%57

Triadic Colors of #385e6d

#385e6d #6d385e #5e6d38

Analogous Colors of #385e6d

#385e6d #38446d #386d62

Monochromatic Colors of #385e6d

#385e6d

Complementary Color

#385e6d #6d4738

#385e6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385e6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#385e6d Color CSS Codes

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

#385e6d Text Font Color

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

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


#385e6d Background Color

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

This div background color is #385e6d


#385e6d Border Color

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

This div border color is #385e6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,94,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385e6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385e6d;
  -webkit-box-shadow: 1px 1px 3px 2px #385e6d;
  box-shadow:         1px 1px 3px 2px #385e6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385e6d


Comments

No comments written yet.

Please login to write comment.