Color Hex Logo

#307376 Color Hex

#307376
(48,115,118)
0 Favorites   0 Comments

Color spaces of #307376

RGB 48115118
HSL0.510.420.33
HSV183°59°46°
CMYK 0.590.030.00   0.54
XYZ10.619714.197919.3203
Yxy14.19790.24060.3217
Hunter Lab37.6801-15.6320-4.0246
CIE-Lab44.5154-20.0212-8.0497

#307376 color RGB value is (48,115,118).

#307376 hex color red value is 48, green value is 115 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #307376 hue: 0.51 , saturation: 0.42 and the lightness value of 307376 is 0.33.

The process color (four color CMYK) of #307376 color hex is 0.59, 0.03, 0.00, 0.54. Web safe color of #307376 is #336666. Color #307376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110011 01110110
Octal 60 163 166
Decimal 48 115 118
Hex 30 73 76

RGB Percentages of Color #307376

%17.08
%40.93
%41.99

CMYK Percentages of Color #307376

%59
%3
%0
%54

Triadic Colors of #307376

#307376 #763073 #737630

Analogous Colors of #307376

#307376 #305076 #307656

Monochromatic Colors of #307376

#307376

Complementary Color

#307376 #763330

#307376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307376 Color CSS Codes

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

#307376 Text Font Color

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

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


#307376 Background Color

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

This div background color is #307376


#307376 Border Color

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

This div border color is #307376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307376


Comments

No comments written yet.

Please login to write comment.