Color Hex Logo

#387104 Color Hex

#387104
(56,113,4)
0 Favorites   0 Comments

Color spaces of #387104

RGB 561134
HSL0.250.930.23
HSV91°96°44°
CMYK 0.500.000.96   0.56
XYZ7.557912.65982.1601
Yxy12.65980.33770.5657
Hunter Lab35.5806-24.349821.3069
CIE-Lab42.2461-36.051446.2823

#387104 color RGB value is (56,113,4).

#387104 hex color red value is 56, green value is 113 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #387104 hue: 0.25 , saturation: 0.93 and the lightness value of 387104 is 0.23.

The process color (four color CMYK) of #387104 color hex is 0.50, 0.00, 0.96, 0.56. Web safe color of #387104 is #336600. Color #387104 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110001 00000100
Octal 70 161 4
Decimal 56 113 4
Hex 38 71 4

RGB Percentages of Color #387104

%32.37
%65.32
%2.31

CMYK Percentages of Color #387104

%50
%0
%96
%56

Triadic Colors of #387104

#387104 #043871 #710438

Analogous Colors of #387104

#387104 #047107 #6f7104

Monochromatic Colors of #387104

#387104

Complementary Color

#387104 #3d0471

#387104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387104 Color CSS Codes

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

#387104 Text Font Color

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

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


#387104 Background Color

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

This div background color is #387104


#387104 Border Color

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

This div border color is #387104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387104


Comments

No comments written yet.

Please login to write comment.