Color Hex Logo

#385647 Color Hex

#385647
(56,86,71)
0 Favorites   0 Comments

Color spaces of #385647

RGB 568671
HSL0.420.210.28
HSV150°35°34°
CMYK 0.350.000.17   0.66
XYZ6.09607.95137.1747
Yxy7.95130.28720.3747
Hunter Lab28.1980-10.75754.6529
CIE-Lab33.8813-14.86315.2208

#385647 color RGB value is (56,86,71).

#385647 hex color red value is 56, green value is 86 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #385647 hue: 0.42 , saturation: 0.21 and the lightness value of 385647 is 0.28.

The process color (four color CMYK) of #385647 color hex is 0.35, 0.00, 0.17, 0.66. Web safe color of #385647 is #336633. Color #385647 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010110 01000111
Octal 70 126 107
Decimal 56 86 71
Hex 38 56 47

RGB Percentages of Color #385647

%26.29
%40.38
%33.33

CMYK Percentages of Color #385647

%35
%0
%17
%66

Triadic Colors of #385647

#385647 #473856 #564738

Analogous Colors of #385647

#385647 #385656 #385638

Monochromatic Colors of #385647

#385647

Complementary Color

#385647 #563847

#385647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385647 Color CSS Codes

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

#385647 Text Font Color

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

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


#385647 Background Color

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

This div background color is #385647


#385647 Border Color

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

This div border color is #385647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385647


Comments

No comments written yet.

Please login to write comment.