Color Hex Logo

#395853 Color Hex

#395853
(57,88,83)
0 Favorites   0 Comments

Color spaces of #395853

RGB 578883
HSL0.470.210.28
HSV170°35°35°
CMYK 0.350.000.06   0.65
XYZ6.73848.47389.4641
Yxy8.47380.27310.3434
Hunter Lab29.1098-9.62261.1006
CIE-Lab34.9508-12.6762-0.7476

#395853 color RGB value is (57,88,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 01010011
Octal 71 130 123
Decimal 57 88 83
Hex 39 58 53

RGB Percentages of Color #395853

%25.00
%38.60
%36.40

CMYK Percentages of Color #395853

%35
%0
%6
%65

Triadic Colors of #395853

#395853 #533958 #585339

Analogous Colors of #395853

#395853 #394e58 #395844

Monochromatic Colors of #395853

#395853

Complementary Color

#395853 #58393e

#395853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395853 Color CSS Codes

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

#395853 Text Font Color

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

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


#395853 Background Color

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

This div background color is #395853


#395853 Border Color

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

This div border color is #395853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395853


Comments

No comments written yet.

Please login to write comment.