Color Hex Logo

#386707 Color Hex

#386707
(56,103,7)
0 Favorites   0 Comments

Color spaces of #386707

RGB 561037
HSL0.250.870.22
HSV89°93°40°
CMYK 0.460.000.93   0.60
XYZ6.519510.55661.8950
Yxy10.55660.34370.5565
Hunter Lab32.4909-21.042019.2856
CIE-Lab38.8234-31.634142.6933

#386707 color RGB value is (56,103,7).

#386707 hex color red value is 56, green value is 103 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #386707 hue: 0.25 , saturation: 0.87 and the lightness value of 386707 is 0.22.

The process color (four color CMYK) of #386707 color hex is 0.46, 0.00, 0.93, 0.60. Web safe color of #386707 is #336600. Color #386707 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 00000111
Octal 70 147 7
Decimal 56 103 7
Hex 38 67 7

RGB Percentages of Color #386707

%33.73
%62.05
%4.22

CMYK Percentages of Color #386707

%46
%0
%93
%60

Triadic Colors of #386707

#386707 #073867 #670738

Analogous Colors of #386707

#386707 #086707 #676607

Monochromatic Colors of #386707

#386707

Complementary Color

#386707 #360767

#386707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386707 Color CSS Codes

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

#386707 Text Font Color

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

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


#386707 Background Color

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

This div background color is #386707


#386707 Border Color

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

This div border color is #386707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386707


Comments

No comments written yet.

Please login to write comment.