Color Hex Logo

#387d7c Color Hex

#387D7C
(56,125,124)
0 Favorites   0 Comments

Color spaces of #387d7c

RGB 56125124
HSL0.500.380.35
HSV179°55°49°
CMYK 0.550.000.01   0.51
XYZ12.602616.963221.6788
Yxy16.96320.24590.3310
Hunter Lab41.1864-17.4571-2.3773
CIE-Lab48.2136-21.8199-6.0722

#387d7c color RGB value is (56,125,124).

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

The process color (four color CMYK) of #387d7c color hex is 0.55, 0.00, 0.01, 0.51. Web safe color of #387d7c is #336666. Color #387d7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111101 01111100
Octal 70 175 174
Decimal 56 125 124
Hex 38 7D 7C

RGB Percentages of Color #387d7c

%18.36
%40.98
%40.66

CMYK Percentages of Color #387d7c

%55
%0
%1
%51

Triadic Colors of #387d7c

#387d7c #7c387d #7d7c38

Analogous Colors of #387d7c

#387d7c #385c7d #387d5a

Monochromatic Colors of #387d7c

#387d7c

Complementary Color

#387d7c #7d3839

#387d7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387d7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#387d7c Color CSS Codes

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

#387d7c Text Font Color

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

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


#387d7c Background Color

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

This div background color is #387d7c


#387d7c Border Color

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

This div border color is #387d7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387d7c


Comments

No comments written yet.

Please login to write comment.