Color Hex Logo

#395644 Color Hex

#395644
(57,86,68)
0 Favorites   0 Comments

Color spaces of #395644

RGB 578668
HSL0.400.200.28
HSV143°34°34°
CMYK 0.340.000.21   0.66
XYZ6.05857.94286.6826
Yxy7.94280.29290.3840
Hunter Lab28.1830-10.94805.6695
CIE-Lab33.8635-15.19777.0809

#395644 color RGB value is (57,86,68).

#395644 hex color red value is 57, green value is 86 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #395644 hue: 0.40 , saturation: 0.20 and the lightness value of 395644 is 0.28.

The process color (four color CMYK) of #395644 color hex is 0.34, 0.00, 0.21, 0.66. Web safe color of #395644 is #336633. Color #395644 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 01000100
Octal 71 126 104
Decimal 57 86 68
Hex 39 56 44

RGB Percentages of Color #395644

%27.01
%40.76
%32.23

CMYK Percentages of Color #395644

%34
%0
%21
%66

Triadic Colors of #395644

#395644 #443956 #564439

Analogous Colors of #395644

#395644 #395653 #3d5639

Monochromatic Colors of #395644

#395644

Complementary Color

#395644 #56394b

#395644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395644 Color CSS Codes

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

#395644 Text Font Color

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

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


#395644 Background Color

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

This div background color is #395644


#395644 Border Color

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

This div border color is #395644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395644


Comments

No comments written yet.

Please login to write comment.