Color Hex Logo

#395050 Color Hex

#395050
(57,80,80)
0 Favorites   0 Comments

Color spaces of #395050

RGB 578080
HSL0.500.170.27
HSV180°29°31°
CMYK 0.290.000.00   0.69
XYZ6.00407.18648.6601
Yxy7.18640.27480.3289
Hunter Lab26.8075-6.9349-0.3883
CIE-Lab32.2275-8.7470-2.8595

#395050 color RGB value is (57,80,80).

#395050 hex color red value is 57, green value is 80 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #395050 hue: 0.50 , saturation: 0.17 and the lightness value of 395050 is 0.27.

The process color (four color CMYK) of #395050 color hex is 0.29, 0.00, 0.00, 0.69. Web safe color of #395050 is #336666. Color #395050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010000 01010000
Octal 71 120 120
Decimal 57 80 80
Hex 39 50 50

RGB Percentages of Color #395050

%26.27
%36.87
%36.87

CMYK Percentages of Color #395050

%29
%0
%0
%69

Triadic Colors of #395050

#395050 #503950 #505039

Analogous Colors of #395050

#395050 #394550 #395045

Monochromatic Colors of #395050

#395050

Complementary Color

#395050 #503939

#395050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395050 Color CSS Codes

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

#395050 Text Font Color

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

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


#395050 Background Color

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

This div background color is #395050


#395050 Border Color

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

This div border color is #395050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395050


Comments

No comments written yet.

Please login to write comment.