Color Hex Logo

#386624 Color Hex

#386624
(56,102,36)
0 Favorites   0 Comments

Color spaces of #386624

RGB 5610236
HSL0.280.480.27
HSV102°65°40°
CMYK 0.450.000.65   0.60
XYZ6.700710.47093.3370
Yxy10.47090.32670.5106
Hunter Lab32.3588-19.664916.5369
CIE-Lab38.6746-29.114031.6780

#386624 color RGB value is (56,102,36).

#386624 hex color red value is 56, green value is 102 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #386624 hue: 0.28 , saturation: 0.48 and the lightness value of 386624 is 0.27.

The process color (four color CMYK) of #386624 color hex is 0.45, 0.00, 0.65, 0.60. Web safe color of #386624 is #336633. Color #386624 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100110 00100100
Octal 70 146 44
Decimal 56 102 36
Hex 38 66 24

RGB Percentages of Color #386624

%28.87
%52.58
%18.56

CMYK Percentages of Color #386624

%45
%0
%65
%60

Triadic Colors of #386624

#386624 #243866 #662438

Analogous Colors of #386624

#386624 #246631 #596624

Monochromatic Colors of #386624

#386624

Complementary Color

#386624 #522466

#386624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386624 Color CSS Codes

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

#386624 Text Font Color

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

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


#386624 Background Color

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

This div background color is #386624


#386624 Border Color

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

This div border color is #386624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386624


Comments

No comments written yet.

Please login to write comment.