Color Hex Logo

#395855 Color Hex

#395855
(57,88,85)
0 Favorites   0 Comments

Color spaces of #395855

RGB 578885
HSL0.480.210.28
HSV174°35°35°
CMYK 0.350.000.03   0.65
XYZ6.81688.50529.8767
Yxy8.50520.27050.3375
Hunter Lab29.1637-9.31330.3352
CIE-Lab35.0136-12.1476-1.9084

#395855 color RGB value is (57,88,85).

#395855 hex color red value is 57, green value is 88 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #395855 hue: 0.48 , saturation: 0.21 and the lightness value of 395855 is 0.28.

The process color (four color CMYK) of #395855 color hex is 0.35, 0.00, 0.03, 0.65. Web safe color of #395855 is #336666. Color #395855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 01010101
Octal 71 130 125
Decimal 57 88 85
Hex 39 58 55

RGB Percentages of Color #395855

%24.78
%38.26
%36.96

CMYK Percentages of Color #395855

%35
%0
%3
%65

Triadic Colors of #395855

#395855 #553958 #585539

Analogous Colors of #395855

#395855 #394c58 #395846

Monochromatic Colors of #395855

#395855

Complementary Color

#395855 #58393c

#395855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395855 Color CSS Codes

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

#395855 Text Font Color

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

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


#395855 Background Color

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

This div background color is #395855


#395855 Border Color

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

This div border color is #395855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395855


Comments

No comments written yet.

Please login to write comment.