Color Hex Logo

#386715 Color Hex

#386715
(56,103,21)
0 Favorites   0 Comments

Color spaces of #386715

RGB 5610321
HSL0.260.660.24
HSV94°80°40°
CMYK 0.460.000.80   0.60
XYZ6.616510.59542.4059
Yxy10.59540.33730.5401
Hunter Lab32.5506-20.680118.4031
CIE-Lab38.8905-30.913238.5164

#386715 color RGB value is (56,103,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 00010101
Octal 70 147 25
Decimal 56 103 21
Hex 38 67 15

RGB Percentages of Color #386715

%31.11
%57.22
%11.67

CMYK Percentages of Color #386715

%46
%0
%80
%60

Triadic Colors of #386715

#386715 #153867 #671538

Analogous Colors of #386715

#386715 #15671b #616715

Monochromatic Colors of #386715

#386715

Complementary Color

#386715 #441567

#386715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386715 Color CSS Codes

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

#386715 Text Font Color

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

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


#386715 Background Color

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

This div background color is #386715


#386715 Border Color

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

This div border color is #386715


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,103,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 #386715">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386715


Comments

No comments written yet.

Please login to write comment.