Color Hex Logo

#386915 Color Hex

#386915
(56,105,21)
0 Favorites   0 Comments

Color spaces of #386915

RGB 5610521
HSL0.260.670.25
HSV95°80°41°
CMYK 0.470.000.80   0.59
XYZ6.817810.99802.4730
Yxy10.99800.33600.5421
Hunter Lab33.1632-21.339118.7930
CIE-Lab39.5771-31.807639.1833

#386915 color RGB value is (56,105,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101001 00010101
Octal 70 151 25
Decimal 56 105 21
Hex 38 69 15

RGB Percentages of Color #386915

%30.77
%57.69
%11.54

CMYK Percentages of Color #386915

%47
%0
%80
%59

Triadic Colors of #386915

#386915 #153869 #691538

Analogous Colors of #386915

#386915 #15691c #626915

Monochromatic Colors of #386915

#386915

Complementary Color

#386915 #461569

#386915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386915 Color CSS Codes

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

#386915 Text Font Color

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

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


#386915 Background Color

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

This div background color is #386915


#386915 Border Color

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

This div border color is #386915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386915


Comments

No comments written yet.

Please login to write comment.