Color Hex Logo

#387568 Color Hex

#387568
(56,117,104)
0 Favorites   0 Comments

Color spaces of #387568

RGB 56117104
HSL0.460.350.34
HSV167°52°46°
CMYK 0.520.000.11   0.54
XYZ10.490914.562815.3547
Yxy14.56280.25960.3604
Hunter Lab38.1612-17.71082.8567
CIE-Lab45.0295-23.21451.1217

#387568 color RGB value is (56,117,104).

#387568 hex color red value is 56, green value is 117 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #387568 hue: 0.46 , saturation: 0.35 and the lightness value of 387568 is 0.34.

The process color (four color CMYK) of #387568 color hex is 0.52, 0.00, 0.11, 0.54. Web safe color of #387568 is #336666. Color #387568 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110101 01101000
Octal 70 165 150
Decimal 56 117 104
Hex 38 75 68

RGB Percentages of Color #387568

%20.22
%42.24
%37.55

CMYK Percentages of Color #387568

%52
%0
%11
%54

Triadic Colors of #387568

#387568 #683875 #756838

Analogous Colors of #387568

#387568 #386475 #38754a

Monochromatic Colors of #387568

#387568

Complementary Color

#387568 #753845

#387568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387568 Color CSS Codes

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

#387568 Text Font Color

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

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


#387568 Background Color

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

This div background color is #387568


#387568 Border Color

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

This div border color is #387568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387568


Comments

No comments written yet.

Please login to write comment.