Color Hex Logo

#307c63 Color Hex

#307C63
(48,124,99)
0 Favorites   0 Comments

Color spaces of #307c63

RGB 4812499
HSL0.450.440.34
HSV160°61°49°
CMYK 0.610.000.20   0.51
XYZ10.678715.944514.3192
Yxy15.94450.26080.3894
Hunter Lab39.9306-22.14196.6899
CIE-Lab46.9016-29.86126.7443

#307c63 color RGB value is (48,124,99).

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

The process color (four color CMYK) of #307c63 color hex is 0.61, 0.00, 0.20, 0.51. Web safe color of #307c63 is #336666. Color #307c63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 01100011
Octal 60 174 143
Decimal 48 124 99
Hex 30 7C 63

RGB Percentages of Color #307c63

%17.71
%45.76
%36.53

CMYK Percentages of Color #307c63

%61
%0
%20
%51

Triadic Colors of #307c63

#307c63 #63307c #7c6330

Analogous Colors of #307c63

#307c63 #306f7c #307c3d

Monochromatic Colors of #307c63

#307c63

Complementary Color

#307c63 #7c3049

#307c63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307c63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307c63 Color CSS Codes

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

#307c63 Text Font Color

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

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


#307c63 Background Color

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

This div background color is #307c63


#307c63 Border Color

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

This div border color is #307c63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307c63

#307c63 Color Palettes


Comments

No comments written yet.

Please login to write comment.