Color Hex Logo

#387f30 Color Hex

#387F30
(56,127,48)
0 Favorites   0 Comments

Color spaces of #387f30

RGB 5612748
HSL0.320.450.34
HSV114°62°50°
CMYK 0.560.000.62   0.50
XYZ9.753816.23295.4155
Yxy16.23290.31060.5169
Hunter Lab40.2901-27.294720.2337
CIE-Lab47.2786-38.663035.5498

#387f30 color RGB value is (56,127,48).

#387f30 hex color red value is 56, green value is 127 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #387f30 hue: 0.32 , saturation: 0.45 and the lightness value of 387f30 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 00110000
Octal 70 177 60
Decimal 56 127 48
Hex 38 7F 30

RGB Percentages of Color #387f30

%24.24
%54.98
%20.78

CMYK Percentages of Color #387f30

%56
%0
%62
%50

Triadic Colors of #387f30

#387f30 #30387f #7f3038

Analogous Colors of #387f30

#387f30 #307f50 #607f30

Monochromatic Colors of #387f30

#387f30

Complementary Color

#387f30 #77307f

#387f30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387f30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387f30 Color CSS Codes

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

#387f30 Text Font Color

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

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


#387f30 Background Color

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

This div background color is #387f30


#387f30 Border Color

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

This div border color is #387f30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387f30


Comments

No comments written yet.

Please login to write comment.