Color Hex Logo

#387650 Color Hex

#387650
(56,118,80)
0 Favorites   0 Comments

Color spaces of #387650

RGB 5611880
HSL0.400.360.34
HSV143°53°46°
CMYK 0.530.000.32   0.54
XYZ9.557314.37689.8607
Yxy14.37680.28280.4254
Hunter Lab37.9168-21.361611.1227
CIE-Lab44.7685-29.426514.9589

#387650 color RGB value is (56,118,80).

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

The process color (four color CMYK) of #387650 color hex is 0.53, 0.00, 0.32, 0.54. Web safe color of #387650 is #336666. Color #387650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110110 01010000
Octal 70 166 120
Decimal 56 118 80
Hex 38 76 50

RGB Percentages of Color #387650

%22.05
%46.46
%31.50

CMYK Percentages of Color #387650

%53
%0
%32
%54

Triadic Colors of #387650

#387650 #503876 #765038

Analogous Colors of #387650

#387650 #38766f #3f7638

Monochromatic Colors of #387650

#387650

Complementary Color

#387650 #76385e

#387650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387650 Color CSS Codes

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

#387650 Text Font Color

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

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


#387650 Background Color

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

This div background color is #387650


#387650 Border Color

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

This div border color is #387650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387650

#387650 Color Palettes


Comments

No comments written yet.

Please login to write comment.