Color Hex Logo

#336077 Color Hex

#336077
(51,96,119)
0 Favorites   0 Comments

Color spaces of #336077

RGB 5196119
HSL0.560.400.33
HSV200°57°47°
CMYK 0.570.190.00   0.53
XYZ8.877910.401518.9925
Yxy10.40150.23200.2718
Hunter Lab32.2514-7.3038-12.3393
CIE-Lab38.5536-8.2834-17.6895

#336077 color RGB value is (51,96,119).

#336077 hex color red value is 51, green value is 96 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #336077 hue: 0.56 , saturation: 0.40 and the lightness value of 336077 is 0.33.

The process color (four color CMYK) of #336077 color hex is 0.57, 0.19, 0.00, 0.53. Web safe color of #336077 is #336666. Color #336077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100000 01110111
Octal 63 140 167
Decimal 51 96 119
Hex 33 60 77

RGB Percentages of Color #336077

%19.17
%36.09
%44.74

CMYK Percentages of Color #336077

%57
%19
%0
%53

Triadic Colors of #336077

#336077 #773360 #607733

Analogous Colors of #336077

#336077 #333e77 #33776c

Monochromatic Colors of #336077

#336077

Complementary Color

#336077 #774a33

#336077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336077 Color CSS Codes

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

#336077 Text Font Color

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

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


#336077 Background Color

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

This div background color is #336077


#336077 Border Color

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

This div border color is #336077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336077


Comments

No comments written yet.

Please login to write comment.