Color Hex Logo

#306663 Color Hex

#306663
(48,102,99)
0 Favorites   0 Comments

Color spaces of #306663

RGB 4810299
HSL0.490.360.29
HSV177°53°40°
CMYK 0.530.000.03   0.60
XYZ8.222411.032013.5004
Yxy11.03200.25100.3368
Hunter Lab33.2145-13.9368-0.8490
CIE-Lab39.6343-18.6685-3.8087

#306663 color RGB value is (48,102,99).

#306663 hex color red value is 48, green value is 102 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #306663 hue: 0.49 , saturation: 0.36 and the lightness value of 306663 is 0.29.

The process color (four color CMYK) of #306663 color hex is 0.53, 0.00, 0.03, 0.60. Web safe color of #306663 is #336666. Color #306663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100110 01100011
Octal 60 146 143
Decimal 48 102 99
Hex 30 66 63

RGB Percentages of Color #306663

%19.28
%40.96
%39.76

CMYK Percentages of Color #306663

%53
%0
%3
%60

Triadic Colors of #306663

#306663 #633066 #666330

Analogous Colors of #306663

#306663 #304e66 #306648

Monochromatic Colors of #306663

#306663

Complementary Color

#306663 #663033

#306663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306663 Color CSS Codes

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

#306663 Text Font Color

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

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


#306663 Background Color

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

This div background color is #306663


#306663 Border Color

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

This div border color is #306663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306663


Comments

No comments written yet.

Please login to write comment.