Color Hex Logo

#386964 Color Hex

#386964
(56,105,100)
0 Favorites   0 Comments

Color spaces of #386964

RGB 56105100
HSL0.480.300.32
HSV174°47°41°
CMYK 0.470.000.05   0.59
XYZ8.982711.864013.8731
Yxy11.86400.25870.3417
Hunter Lab34.4442-13.72620.2306
CIE-Lab40.9991-17.9354-2.3650

#386964 color RGB value is (56,105,100).

#386964 hex color red value is 56, green value is 105 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #386964 hue: 0.48 , saturation: 0.30 and the lightness value of 386964 is 0.32.

The process color (four color CMYK) of #386964 color hex is 0.47, 0.00, 0.05, 0.59. Web safe color of #386964 is #336666. Color #386964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101001 01100100
Octal 70 151 144
Decimal 56 105 100
Hex 38 69 64

RGB Percentages of Color #386964

%21.46
%40.23
%38.31

CMYK Percentages of Color #386964

%47
%0
%5
%59

Triadic Colors of #386964

#386964 #643869 #696438

Analogous Colors of #386964

#386964 #385669 #38694c

Monochromatic Colors of #386964

#386964

Complementary Color

#386964 #69383d

#386964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386964 Color CSS Codes

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

#386964 Text Font Color

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

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


#386964 Background Color

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

This div background color is #386964


#386964 Border Color

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

This div border color is #386964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386964


Comments

No comments written yet.

Please login to write comment.