Color Hex Logo

#307e77 Color Hex

#307E77
(48,126,119)
0 Favorites   0 Comments

Color spaces of #307e77

RGB 48126119
HSL0.490.450.34
HSV175°62°49°
CMYK 0.620.000.06   0.51
XYZ12.009616.882020.0783
Yxy16.88200.24520.3447
Hunter Lab41.0877-19.7294-0.2118
CIE-Lab48.1110-25.4409-3.3013

#307e77 color RGB value is (48,126,119).

#307e77 hex color red value is 48, green value is 126 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #307e77 hue: 0.49 , saturation: 0.45 and the lightness value of 307e77 is 0.34.

The process color (four color CMYK) of #307e77 color hex is 0.62, 0.00, 0.06, 0.51. Web safe color of #307e77 is #336666. Color #307e77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111110 01110111
Octal 60 176 167
Decimal 48 126 119
Hex 30 7E 77

RGB Percentages of Color #307e77

%16.38
%43.00
%40.61

CMYK Percentages of Color #307e77

%62
%0
%6
%51

Triadic Colors of #307e77

#307e77 #77307e #7e7730

Analogous Colors of #307e77

#307e77 #305e7e #307e50

Monochromatic Colors of #307e77

#307e77

Complementary Color

#307e77 #7e3037

#307e77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307e77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307e77 Color CSS Codes

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

#307e77 Text Font Color

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

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


#307e77 Background Color

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

This div background color is #307e77


#307e77 Border Color

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

This div border color is #307e77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307e77


Comments

No comments written yet.

Please login to write comment.