Color Hex Logo

#386705 Color Hex

#386705
(56,103,5)
0 Favorites   0 Comments

Color spaces of #386705

RGB 561035
HSL0.250.910.21
HSV89°95°40°
CMYK 0.460.000.95   0.60
XYZ6.508510.55221.8373
Yxy10.55220.34440.5584
Hunter Lab32.4841-21.083119.3855
CIE-Lab38.8158-31.716543.2116

#386705 color RGB value is (56,103,5).

#386705 hex color red value is 56, green value is 103 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #386705 hue: 0.25 , saturation: 0.91 and the lightness value of 386705 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 00000101
Octal 70 147 5
Decimal 56 103 5
Hex 38 67 5

RGB Percentages of Color #386705

%34.15
%62.80
%3.05

CMYK Percentages of Color #386705

%46
%0
%95
%60

Triadic Colors of #386705

#386705 #053867 #670538

Analogous Colors of #386705

#386705 #076705 #676505

Monochromatic Colors of #386705

#386705

Complementary Color

#386705 #340567

#386705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386705 Color CSS Codes

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

#386705 Text Font Color

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

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


#386705 Background Color

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

This div background color is #386705


#386705 Border Color

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

This div border color is #386705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386705


Comments

No comments written yet.

Please login to write comment.