Color Hex Logo

#307077 Color Hex

#307077
(48,112,119)
0 Favorites   0 Comments

Color spaces of #307077

RGB 48112119
HSL0.520.430.33
HSV186°60°47°
CMYK 0.600.060.00   0.53
XYZ10.342913.548619.5228
Yxy13.54860.23820.3121
Hunter Lab36.8084-14.2575-5.6809
CIE-Lab43.5785-18.0934-10.0564

#307077 color RGB value is (48,112,119).

#307077 hex color red value is 48, green value is 112 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #307077 hue: 0.52 , saturation: 0.43 and the lightness value of 307077 is 0.33.

The process color (four color CMYK) of #307077 color hex is 0.60, 0.06, 0.00, 0.53. Web safe color of #307077 is #336666. Color #307077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110000 01110111
Octal 60 160 167
Decimal 48 112 119
Hex 30 70 77

RGB Percentages of Color #307077

%17.20
%40.14
%42.65

CMYK Percentages of Color #307077

%60
%6
%0
%53

Triadic Colors of #307077

#307077 #773070 #707730

Analogous Colors of #307077

#307077 #304d77 #30775b

Monochromatic Colors of #307077

#307077

Complementary Color

#307077 #773730

#307077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307077 Color CSS Codes

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

#307077 Text Font Color

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

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


#307077 Background Color

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

This div background color is #307077


#307077 Border Color

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

This div border color is #307077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307077


Comments

No comments written yet.

Please login to write comment.