Color Hex Logo

#387141 Color Hex

#387141
(56,113,65)
0 Favorites   0 Comments

Color spaces of #387141

RGB 5611365
HSL0.360.340.33
HSV129°50°44°
CMYK 0.500.000.42   0.56
XYZ8.490113.03277.0691
Yxy13.03270.29690.4558
Hunter Lab36.1008-21.197313.6607
CIE-Lab42.8125-29.993221.0177

#387141 color RGB value is (56,113,65).

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

The process color (four color CMYK) of #387141 color hex is 0.50, 0.00, 0.42, 0.56. Web safe color of #387141 is #336633. Color #387141 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110001 01000001
Octal 70 161 101
Decimal 56 113 65
Hex 38 71 41

RGB Percentages of Color #387141

%23.93
%48.29
%27.78

CMYK Percentages of Color #387141

%50
%0
%42
%56

Triadic Colors of #387141

#387141 #413871 #714138

Analogous Colors of #387141

#387141 #38715e #4c7138

Monochromatic Colors of #387141

#387141

Complementary Color

#387141 #713868

#387141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387141 Color CSS Codes

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

#387141 Text Font Color

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

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


#387141 Background Color

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

This div background color is #387141


#387141 Border Color

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

This div border color is #387141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387141


Comments

No comments written yet.

Please login to write comment.