Color Hex Logo

#379690 Color Hex

#379690
(55,150,144)
0 Favorites   0 Comments

Color spaces of #379690

RGB 55150144
HSL0.490.460.40
HSV176°63°59°
CMYK 0.630.000.04   0.41
XYZ17.515924.638530.2181
Yxy24.63850.24200.3404
Hunter Lab49.6372-23.8762-1.3485
CIE-Lab56.7215-28.9203-5.0746

#379690 color RGB value is (55,150,144).

#379690 hex color red value is 55, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #379690 hue: 0.49 , saturation: 0.46 and the lightness value of 379690 is 0.40.

The process color (four color CMYK) of #379690 color hex is 0.63, 0.00, 0.04, 0.41. Web safe color of #379690 is #339999. Color #379690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010110 10010000
Octal 67 226 220
Decimal 55 150 144
Hex 37 96 90

RGB Percentages of Color #379690

%15.76
%42.98
%41.26

CMYK Percentages of Color #379690

%63
%0
%4
%41

Triadic Colors of #379690

#379690 #903796 #969037

Analogous Colors of #379690

#379690 #376d96 #379661

Monochromatic Colors of #379690

#379690

Complementary Color

#379690 #96373d

#379690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379690 Color CSS Codes

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

#379690 Text Font Color

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

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


#379690 Background Color

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

This div background color is #379690


#379690 Border Color

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

This div border color is #379690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,150,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #379690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #379690;
  -webkit-box-shadow: 1px 1px 3px 2px #379690;
  box-shadow:         1px 1px 3px 2px #379690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379690


Comments

No comments written yet.

Please login to write comment.