Color Hex Logo

#306676 Color Hex

#306676
(48,102,118)
0 Favorites   0 Comments

Color spaces of #306676

RGB 48102118
HSL0.540.420.33
HSV194°59°46°
CMYK 0.590.140.00   0.54
XYZ9.240311.439118.8605
Yxy11.43910.23370.2893
Hunter Lab33.8217-10.4208-9.3875
CIE-Lab40.3104-12.8100-14.4010

#306676 color RGB value is (48,102,118).

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

The process color (four color CMYK) of #306676 color hex is 0.59, 0.14, 0.00, 0.54. Web safe color of #306676 is #336666. Color #306676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100110 01110110
Octal 60 146 166
Decimal 48 102 118
Hex 30 66 76

RGB Percentages of Color #306676

%17.91
%38.06
%44.03

CMYK Percentages of Color #306676

%59
%14
%0
%54

Triadic Colors of #306676

#306676 #763066 #667630

Analogous Colors of #306676

#306676 #304376 #307663

Monochromatic Colors of #306676

#306676

Complementary Color

#306676 #764030

#306676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306676 Color CSS Codes

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

#306676 Text Font Color

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

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


#306676 Background Color

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

This div background color is #306676


#306676 Border Color

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

This div border color is #306676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306676


Comments

No comments written yet.

Please login to write comment.