Color Hex Logo

#386c1e Color Hex

#386C1E
(56,108,30)
0 Favorites   0 Comments

Color spaces of #386c1e

RGB 5610830
HSL0.280.570.27
HSV100°72°42°
CMYK 0.480.000.72   0.58
XYZ7.227811.65963.0979
Yxy11.65960.32880.5303
Hunter Lab34.1462-21.972218.5232
CIE-Lab40.6699-32.434436.6502

#386c1e color RGB value is (56,108,30).

#386c1e hex color red value is 56, green value is 108 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #386c1e hue: 0.28 , saturation: 0.57 and the lightness value of 386c1e is 0.27.

The process color (four color CMYK) of #386c1e color hex is 0.48, 0.00, 0.72, 0.58. Web safe color of #386c1e is #336633. Color #386c1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 00011110
Octal 70 154 36
Decimal 56 108 30
Hex 38 6C 1E

RGB Percentages of Color #386c1e

%28.87
%55.67
%15.46

CMYK Percentages of Color #386c1e

%48
%0
%72
%58

Triadic Colors of #386c1e

#386c1e #1e386c #6c1e38

Analogous Colors of #386c1e

#386c1e #1e6c2b #5f6c1e

Monochromatic Colors of #386c1e

#386c1e

Complementary Color

#386c1e #521e6c

#386c1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386c1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#386c1e Color CSS Codes

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

#386c1e Text Font Color

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

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


#386c1e Background Color

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

This div background color is #386c1e


#386c1e Border Color

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

This div border color is #386c1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,108,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386c1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386c1e;
  -webkit-box-shadow: 1px 1px 3px 2px #386c1e;
  box-shadow:         1px 1px 3px 2px #386c1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386c1e


Comments

No comments written yet.

Please login to write comment.