Color Hex Logo

#307663 Color Hex

#307663
(48,118,99)
0 Favorites   0 Comments

Color spaces of #307663

RGB 4811899
HSL0.450.420.33
HSV164°59°46°
CMYK 0.590.000.16   0.54
XYZ9.949514.486114.0761
Yxy14.48610.25840.3761
Hunter Lab38.0606-19.94404.7150
CIE-Lab44.9221-26.95083.9103

#307663 color RGB value is (48,118,99).

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

The process color (four color CMYK) of #307663 color hex is 0.59, 0.00, 0.16, 0.54. Web safe color of #307663 is #336666. Color #307663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 01100011
Octal 60 166 143
Decimal 48 118 99
Hex 30 76 63

RGB Percentages of Color #307663

%18.11
%44.53
%37.36

CMYK Percentages of Color #307663

%59
%0
%16
%54

Triadic Colors of #307663

#307663 #633076 #766330

Analogous Colors of #307663

#307663 #306676 #307640

Monochromatic Colors of #307663

#307663

Complementary Color

#307663 #763043

#307663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307663 Color CSS Codes

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

#307663 Text Font Color

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

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


#307663 Background Color

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

This div background color is #307663


#307663 Border Color

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

This div border color is #307663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307663


Comments

No comments written yet.

Please login to write comment.