Color Hex Logo

#387665 Color Hex

#387665
(56,118,101)
0 Favorites   0 Comments

Color spaces of #387665

RGB 56118101
HSL0.450.360.34
HSV164°53°46°
CMYK 0.530.000.14   0.54
XYZ10.458314.737214.6053
Yxy14.73720.26280.3703
Hunter Lab38.3891-18.55224.3152
CIE-Lab45.2721-24.50913.2620

#387665 color RGB value is (56,118,101).

#387665 hex color red value is 56, green value is 118 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #387665 hue: 0.45 , saturation: 0.36 and the lightness value of 387665 is 0.34.

The process color (four color CMYK) of #387665 color hex is 0.53, 0.00, 0.14, 0.54. Web safe color of #387665 is #336666. Color #387665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110110 01100101
Octal 70 166 145
Decimal 56 118 101
Hex 38 76 65

RGB Percentages of Color #387665

%20.36
%42.91
%36.73

CMYK Percentages of Color #387665

%53
%0
%14
%54

Triadic Colors of #387665

#387665 #653876 #766538

Analogous Colors of #387665

#387665 #386876 #387646

Monochromatic Colors of #387665

#387665

Complementary Color

#387665 #763849

#387665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387665 Color CSS Codes

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

#387665 Text Font Color

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

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


#387665 Background Color

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

This div background color is #387665


#387665 Border Color

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

This div border color is #387665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387665


Comments

No comments written yet.

Please login to write comment.