Color Hex Logo

#386611 Color Hex

#386611
(56,102,17)
0 Favorites   0 Comments

Color spaces of #386611

RGB 5610217
HSL0.260.710.23
HSV92°83°40°
CMYK 0.450.000.83   0.60
XYZ6.483410.38402.1929
Yxy10.38400.34020.5448
Hunter Lab32.2242-20.478818.5222
CIE-Lab38.5230-30.717639.5904

#386611 color RGB value is (56,102,17).

#386611 hex color red value is 56, green value is 102 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #386611 hue: 0.26 , saturation: 0.71 and the lightness value of 386611 is 0.23.

The process color (four color CMYK) of #386611 color hex is 0.45, 0.00, 0.83, 0.60. Web safe color of #386611 is #336600. Color #386611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100110 00010001
Octal 70 146 21
Decimal 56 102 17
Hex 38 66 11

RGB Percentages of Color #386611

%32.00
%58.29
%9.71

CMYK Percentages of Color #386611

%45
%0
%83
%60

Triadic Colors of #386611

#386611 #113866 #661138

Analogous Colors of #386611

#386611 #116615 #626611

Monochromatic Colors of #386611

#386611

Complementary Color

#386611 #3f1166

#386611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386611 Color CSS Codes

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

#386611 Text Font Color

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

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


#386611 Background Color

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

This div background color is #386611


#386611 Border Color

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

This div border color is #386611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386611


Comments

No comments written yet.

Please login to write comment.