Color Hex Logo

#386815 Color Hex

#386815
(56,104,21)
0 Favorites   0 Comments

Color spaces of #386815

RGB 5610421
HSL0.260.660.25
HSV95°80°41°
CMYK 0.460.000.80   0.59
XYZ6.716610.79552.4392
Yxy10.79550.33660.5411
Hunter Lab32.8565-21.009518.5980
CIE-Lab39.2339-31.361338.8507

#386815 color RGB value is (56,104,21).

#386815 hex color red value is 56, green value is 104 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #386815 hue: 0.26 , saturation: 0.66 and the lightness value of 386815 is 0.25.

The process color (four color CMYK) of #386815 color hex is 0.46, 0.00, 0.80, 0.59. Web safe color of #386815 is #336600. Color #386815 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101000 00010101
Octal 70 150 25
Decimal 56 104 21
Hex 38 68 15

RGB Percentages of Color #386815

%30.94
%57.46
%11.60

CMYK Percentages of Color #386815

%46
%0
%80
%59

Triadic Colors of #386815

#386815 #153868 #681538

Analogous Colors of #386815

#386815 #15681c #626815

Monochromatic Colors of #386815

#386815

Complementary Color

#386815 #451568

#386815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386815 Color CSS Codes

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

#386815 Text Font Color

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

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


#386815 Background Color

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

This div background color is #386815


#386815 Border Color

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

This div border color is #386815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386815


Comments

No comments written yet.

Please login to write comment.