Color Hex Logo

#387259 Color Hex

#387259
(56,114,89)
0 Favorites   0 Comments

Color spaces of #387259

RGB 5611489
HSL0.430.340.33
HSV154°51°45°
CMYK 0.510.000.22   0.55
XYZ9.451413.596611.5775
Yxy13.59660.27300.3927
Hunter Lab36.8736-18.77587.1957
CIE-Lab43.6488-25.46198.0922

#387259 color RGB value is (56,114,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110010 01011001
Octal 70 162 131
Decimal 56 114 89
Hex 38 72 59

RGB Percentages of Color #387259

%21.62
%44.02
%34.36

CMYK Percentages of Color #387259

%51
%0
%22
%55

Triadic Colors of #387259

#387259 #593872 #725938

Analogous Colors of #387259

#387259 #386e72 #38723c

Monochromatic Colors of #387259

#387259

Complementary Color

#387259 #723851

#387259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387259 Color CSS Codes

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

#387259 Text Font Color

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

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


#387259 Background Color

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

This div background color is #387259


#387259 Border Color

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

This div border color is #387259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,114,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 #387259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387259


Comments

No comments written yet.

Please login to write comment.