Color Hex Logo

#395150 Color Hex

#395150
(57,81,80)
0 Favorites   0 Comments

Color spaces of #395150

RGB 578180
HSL0.490.170.27
HSV178°30°32°
CMYK 0.300.000.01   0.68
XYZ6.07777.33398.6847
Yxy7.33390.27510.3319
Hunter Lab27.0812-7.3321-0.0570
CIE-Lab32.5553-9.3481-2.3758

#395150 color RGB value is (57,81,80).

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

The process color (four color CMYK) of #395150 color hex is 0.30, 0.00, 0.01, 0.68. Web safe color of #395150 is #336666. Color #395150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010001 01010000
Octal 71 121 120
Decimal 57 81 80
Hex 39 51 50

RGB Percentages of Color #395150

%26.15
%37.16
%36.70

CMYK Percentages of Color #395150

%30
%0
%1
%68

Triadic Colors of #395150

#395150 #503951 #515039

Analogous Colors of #395150

#395150 #394651 #395144

Monochromatic Colors of #395150

#395150

Complementary Color

#395150 #51393a

#395150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395150 Color CSS Codes

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

#395150 Text Font Color

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

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


#395150 Background Color

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

This div background color is #395150


#395150 Border Color

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

This div border color is #395150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,81,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 #395150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395150


Comments

No comments written yet.

Please login to write comment.