Color Hex Logo

#386756 Color Hex

#386756
(56,103,86)
0 Favorites   0 Comments

Color spaces of #386756

RGB 5610386
HSL0.440.300.31
HSV158°46°40°
CMYK 0.460.000.17   0.60
XYZ8.160811.213110.5383
Yxy11.21310.27280.3749
Hunter Lab33.4860-15.09864.7811
CIE-Lab39.9371-20.52724.6170

#386756 color RGB value is (56,103,86).

#386756 hex color red value is 56, green value is 103 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #386756 hue: 0.44 , saturation: 0.30 and the lightness value of 386756 is 0.31.

The process color (four color CMYK) of #386756 color hex is 0.46, 0.00, 0.17, 0.60. Web safe color of #386756 is #336666. Color #386756 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 01010110
Octal 70 147 126
Decimal 56 103 86
Hex 38 67 56

RGB Percentages of Color #386756

%22.86
%42.04
%35.10

CMYK Percentages of Color #386756

%46
%0
%17
%60

Triadic Colors of #386756

#386756 #563867 #675638

Analogous Colors of #386756

#386756 #386167 #38673f

Monochromatic Colors of #386756

#386756

Complementary Color

#386756 #673849

#386756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386756 Color CSS Codes

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

#386756 Text Font Color

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

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


#386756 Background Color

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

This div background color is #386756


#386756 Border Color

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

This div border color is #386756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386756


Comments

No comments written yet.

Please login to write comment.