Color Hex Logo

#387362 Color Hex

#387362
(56,115,98)
0 Favorites   0 Comments

Color spaces of #387362

RGB 5611598
HSL0.450.350.34
HSV163°51°45°
CMYK 0.510.000.15   0.55
XYZ9.966213.984113.7292
Yxy13.98410.26450.3711
Hunter Lab37.3953-17.86994.4092
CIE-Lab44.2101-23.74993.5204

#387362 color RGB value is (56,115,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110011 01100010
Octal 70 163 142
Decimal 56 115 98
Hex 38 73 62

RGB Percentages of Color #387362

%20.82
%42.75
%36.43

CMYK Percentages of Color #387362

%51
%0
%15
%55

Triadic Colors of #387362

#387362 #623873 #736238

Analogous Colors of #387362

#387362 #386773 #387345

Monochromatic Colors of #387362

#387362

Complementary Color

#387362 #733849

#387362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387362 Color CSS Codes

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

#387362 Text Font Color

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

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


#387362 Background Color

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

This div background color is #387362


#387362 Border Color

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

This div border color is #387362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387362


Comments

No comments written yet.

Please login to write comment.