Color Hex Logo

#037576 Color Hex

#037576
(3,117,118)
0 Favorites   0 Comments

Color spaces of #037576

RGB 3117118
HSL0.500.950.24
HSV181°97°46°
CMYK 0.970.010.00   0.54
XYZ9.668914.049919.3418
Yxy14.04990.22450.3263
Hunter Lab37.4832-19.5510-4.3561
CIE-Lab44.3044-26.5245-8.4552

#037576 color RGB value is (3,117,118).

#037576 hex color red value is 3, green value is 117 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #037576 hue: 0.50 , saturation: 0.95 and the lightness value of 037576 is 0.24.

The process color (four color CMYK) of #037576 color hex is 0.97, 0.01, 0.00, 0.54. Web safe color of #037576 is #006666. Color #037576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01110101 01110110
Octal 3 165 166
Decimal 3 117 118
Hex 3 75 76

RGB Percentages of Color #037576

%1.26
%49.16
%49.58

CMYK Percentages of Color #037576

%97
%1
%0
%54

Triadic Colors of #037576

#037576 #760375 #757603

Analogous Colors of #037576

#037576 #033c76 #03763e

Monochromatic Colors of #037576

#037576

Complementary Color

#037576 #760403

#037576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#037576 Color CSS Codes

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

#037576 Text Font Color

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

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


#037576 Background Color

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

This div background color is #037576


#037576 Border Color

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

This div border color is #037576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037576


Comments

No comments written yet.

Please login to write comment.