#395d6f

#395d6f color hex

#395d6f hex color information.
RGB value of #395d6f is (57,93,111)
Change page background color to #395d6f | Reset

#395d6f rgb color chart

Color spaces of #395d6f

RGB 5793111
HSL0.560.320.33
HSV200°49°44°
CMYK 0.490.160.00   0.56
XYZ8.47099.846316.4930
Yxy9.84630.24330.2829
Hunter Lab31.3788-6.7258-9.1982
CIE-Lab37.5652-7.5440-14.2592

Shades of #395d6f

Tints of #395d6f

RGB Percentages of Color #395d6f

%21.84
%35.63
%42.53

CMYK Percentages of Color #395d6f

%49
%16
%0
%56

#395d6f Color Info

#395d6f hex color red value is 57, green value is 93 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #395d6f hue: 0.56 , saturation: 0.32 and the lightness value of 395d6f is 0.33.

The process color (four color CMYK) of #395d6f hex color is 0.49, 0.16, 0.00, 0.56. Web safe color of #395d6f is #336666

Color #395d6f contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011101 01101111
Octal 71 135 157
Decimal 57 93 111
Hexadecimal 39 5D 6F

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #395d6f

Triadic Colors of #395d6f

#395d6f #6e385c #5c6e38

Analogous Colors of #395d6f

#395d6f #38416e #386e66

Complementary Color of #395d6f

#395d6f #6e4b38

#395d6f HSL Color Chart
#395d6f hsl color chart
#395d6f RGB Color Chart

#395d6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395d6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#395d6f Color CSS Codes

.mybgcolor {background-color:#395d6f; } 
.myforecolor {color:#395d6f; }
.mybordercolor {border:3px solid #395d6f; }
Sample text font color #395d6f

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

html code
<p style="color:#395d6f">Text here</p>
#395d6f background color

This div background color is #395d6f

<div style="background-color:#395d6f">
Div content here</div>
#395d6f border color

This div border color is #395d6f

<div style="border:3px solid #395d6f">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #395d6f Color Sample
#395d6fborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(57,93,111, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #395d6f; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #395d6f;
  -webkit-box-shadow: 1px 1px 3px 2px #395d6f;
  box-shadow:         1px 1px 3px 2px #395d6f; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,93,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #395d6f">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #395d6f

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top