Color Hex Logo

#386712 Color Hex

#386712
(56,103,18)
0 Favorites   0 Comments

Color spaces of #386712

RGB 5610318
HSL0.260.700.24
HSV93°83°40°
CMYK 0.460.000.83   0.60
XYZ6.590310.58492.2680
Yxy10.58490.33900.5444
Hunter Lab32.5344-20.777618.6410
CIE-Lab38.8724-31.106939.5786

#386712 color RGB value is (56,103,18).

#386712 hex color red value is 56, green value is 103 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #386712 hue: 0.26 , saturation: 0.70 and the lightness value of 386712 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 00010010
Octal 70 147 22
Decimal 56 103 18
Hex 38 67 12

RGB Percentages of Color #386712

%31.64
%58.19
%10.17

CMYK Percentages of Color #386712

%46
%0
%83
%60

Triadic Colors of #386712

#386712 #123867 #671238

Analogous Colors of #386712

#386712 #126717 #626712

Monochromatic Colors of #386712

#386712

Complementary Color

#386712 #411267

#386712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386712 Color CSS Codes

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

#386712 Text Font Color

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

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


#386712 Background Color

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

This div background color is #386712


#386712 Border Color

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

This div border color is #386712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386712


Comments

No comments written yet.

Please login to write comment.