Color Hex Logo

#386623 Color Hex

#386623
(56,102,35)
0 Favorites   0 Comments

Color spaces of #386623

RGB 5610235
HSL0.280.490.27
HSV101°66°40°
CMYK 0.450.000.66   0.60
XYZ6.685610.46483.2577
Yxy10.46480.32760.5128
Hunter Lab32.3493-19.721016.6738
CIE-Lab38.6640-29.223532.1595

#386623 color RGB value is (56,102,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100110 00100011
Octal 70 146 43
Decimal 56 102 35
Hex 38 66 23

RGB Percentages of Color #386623

%29.02
%52.85
%18.13

CMYK Percentages of Color #386623

%45
%0
%66
%60

Triadic Colors of #386623

#386623 #233866 #662338

Analogous Colors of #386623

#386623 #236630 #5a6623

Monochromatic Colors of #386623

#386623

Complementary Color

#386623 #512366

#386623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386623 Color CSS Codes

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

#386623 Text Font Color

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

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


#386623 Background Color

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

This div background color is #386623


#386623 Border Color

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

This div border color is #386623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386623


Comments

No comments written yet.

Please login to write comment.