Color Hex Logo

#387026 Color Hex

#387026
(56,112,38)
0 Favorites   0 Comments

Color spaces of #387026

RGB 5611238
HSL0.290.490.29
HSV105°66°44°
CMYK 0.500.000.66   0.56
XYZ7.774912.56903.8500
Yxy12.56900.32140.5195
Hunter Lab35.4528-22.896818.3783
CIE-Lab42.1065-33.411334.5394

#387026 color RGB value is (56,112,38).

#387026 hex color red value is 56, green value is 112 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #387026 hue: 0.29 , saturation: 0.49 and the lightness value of 387026 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110000 00100110
Octal 70 160 46
Decimal 56 112 38
Hex 38 70 26

RGB Percentages of Color #387026

%27.18
%54.37
%18.45

CMYK Percentages of Color #387026

%50
%0
%66
%56

Triadic Colors of #387026

#387026 #263870 #702638

Analogous Colors of #387026

#387026 #267039 #5d7026

Monochromatic Colors of #387026

#387026

Complementary Color

#387026 #5e2670

#387026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387026 Color CSS Codes

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

#387026 Text Font Color

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

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


#387026 Background Color

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

This div background color is #387026


#387026 Border Color

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

This div border color is #387026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387026


Comments

No comments written yet.

Please login to write comment.