Color Hex Logo

#395641 Color Hex

#395641
(57,86,65)
0 Favorites   0 Comments

Color spaces of #395641

RGB 578665
HSL0.380.200.28
HSV137°34°34°
CMYK 0.340.000.24   0.66
XYZ5.96937.90716.2126
Yxy7.90710.29710.3936
Hunter Lab28.1196-11.31686.5845
CIE-Lab33.7887-15.86038.8466

#395641 color RGB value is (57,86,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 01000001
Octal 71 126 101
Decimal 57 86 65
Hex 39 56 41

RGB Percentages of Color #395641

%27.40
%41.35
%31.25

CMYK Percentages of Color #395641

%34
%0
%24
%66

Triadic Colors of #395641

#395641 #413956 #564139

Analogous Colors of #395641

#395641 #395650 #405639

Monochromatic Colors of #395641

#395641

Complementary Color

#395641 #56394e

#395641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395641 Color CSS Codes

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

#395641 Text Font Color

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

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


#395641 Background Color

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

This div background color is #395641


#395641 Border Color

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

This div border color is #395641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395641


Comments

No comments written yet.

Please login to write comment.