Color Hex Logo

#387c59 Color Hex

#387C59
(56,124,89)
0 Favorites   0 Comments

Color spaces of #387c59

RGB 5612489
HSL0.410.380.35
HSV149°55°49°
CMYK 0.550.000.28   0.51
XYZ10.641715.977311.9742
Yxy15.97730.27570.4140
Hunter Lab39.9716-22.428010.2188
CIE-Lab46.9447-30.326012.7048

#387c59 color RGB value is (56,124,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111100 01011001
Octal 70 174 131
Decimal 56 124 89
Hex 38 7C 59

RGB Percentages of Color #387c59

%20.82
%46.10
%33.09

CMYK Percentages of Color #387c59

%55
%0
%28
%51

Triadic Colors of #387c59

#387c59 #59387c #7c5938

Analogous Colors of #387c59

#387c59 #387c7b #397c38

Monochromatic Colors of #387c59

#387c59

Complementary Color

#387c59 #7c385b

#387c59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387c59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387c59 Color CSS Codes

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

#387c59 Text Font Color

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

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


#387c59 Background Color

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

This div background color is #387c59


#387c59 Border Color

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

This div border color is #387c59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387c59


Comments

No comments written yet.

Please login to write comment.