Color Hex Logo

#306057 Color Hex

#306057
(48,96,87)
0 Favorites   0 Comments

Color spaces of #306057

RGB 489687
HSL0.470.330.28
HSV169°50°38°
CMYK 0.500.000.09   0.62
XYZ7.12219.682210.5103
Yxy9.68220.26070.3545
Hunter Lab31.1162-13.59711.7547
CIE-Lab37.2659-18.79960.0929

#306057 color RGB value is (48,96,87).

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

The process color (four color CMYK) of #306057 color hex is 0.50, 0.00, 0.09, 0.62. Web safe color of #306057 is #336666. Color #306057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 01010111
Octal 60 140 127
Decimal 48 96 87
Hex 30 60 57

RGB Percentages of Color #306057

%20.78
%41.56
%37.66

CMYK Percentages of Color #306057

%50
%0
%9
%62

Triadic Colors of #306057

#306057 #573060 #605730

Analogous Colors of #306057

#306057 #305160 #30603f

Monochromatic Colors of #306057

#306057

Complementary Color

#306057 #603039

#306057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306057 Color CSS Codes

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

#306057 Text Font Color

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

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


#306057 Background Color

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

This div background color is #306057


#306057 Border Color

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

This div border color is #306057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306057


Comments

No comments written yet.

Please login to write comment.