Color Hex Logo

#306061 Color Hex

#306061
(48,96,97)
0 Favorites   0 Comments

Color spaces of #306061

RGB 489697
HSL0.500.340.28
HSV181°51°38°
CMYK 0.510.010.00   0.62
XYZ7.55959.857212.8135
Yxy9.85720.25010.3261
Hunter Lab31.3962-11.9645-2.2203
CIE-Lab37.5849-15.9448-5.6212

#306061 color RGB value is (48,96,97).

#306061 hex color red value is 48, green value is 96 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #306061 hue: 0.50 , saturation: 0.34 and the lightness value of 306061 is 0.28.

The process color (four color CMYK) of #306061 color hex is 0.51, 0.01, 0.00, 0.62. Web safe color of #306061 is #336666. Color #306061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 01100001
Octal 60 140 141
Decimal 48 96 97
Hex 30 60 61

RGB Percentages of Color #306061

%19.92
%39.83
%40.25

CMYK Percentages of Color #306061

%51
%1
%0
%62

Triadic Colors of #306061

#306061 #613060 #606130

Analogous Colors of #306061

#306061 #304861 #30614a

Monochromatic Colors of #306061

#306061

Complementary Color

#306061 #613130

#306061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306061 Color CSS Codes

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

#306061 Text Font Color

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

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


#306061 Background Color

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

This div background color is #306061


#306061 Border Color

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

This div border color is #306061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306061


Comments

No comments written yet.

Please login to write comment.