Color Hex Logo

#385d65 Color Hex

#385D65
(56,93,101)
0 Favorites   0 Comments

Color spaces of #385d65

RGB 5693101
HSL0.530.290.31
HSV191°45°40°
CMYK 0.450.080.00   0.60
XYZ7.89429.609013.7506
Yxy9.60900.25260.3075
Hunter Lab30.9984-8.7895-4.6016
CIE-Lab37.1313-10.8620-8.7365

#385d65 color RGB value is (56,93,101).

#385d65 hex color red value is 56, green value is 93 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #385d65 hue: 0.53 , saturation: 0.29 and the lightness value of 385d65 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 01100101
Octal 70 135 145
Decimal 56 93 101
Hex 38 5D 65

RGB Percentages of Color #385d65

%22.40
%37.20
%40.40

CMYK Percentages of Color #385d65

%45
%8
%0
%60

Triadic Colors of #385d65

#385d65 #65385d #5d6538

Analogous Colors of #385d65

#385d65 #384765 #386557

Monochromatic Colors of #385d65

#385d65

Complementary Color

#385d65 #654038

#385d65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385d65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385d65 Color CSS Codes

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

#385d65 Text Font Color

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

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


#385d65 Background Color

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

This div background color is #385d65


#385d65 Border Color

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

This div border color is #385d65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385d65


Comments

No comments written yet.

Please login to write comment.