Color Hex Logo

#336462 Color Hex

#336462
(51,100,98)
0 Favorites   0 Comments

Color spaces of #336462

RGB 5110098
HSL0.490.320.30
HSV178°49°39°
CMYK 0.490.000.02   0.61
XYZ8.127010.700013.1922
Yxy10.70000.25380.3342
Hunter Lab32.7109-12.8957-1.0139
CIE-Lab39.0705-17.0969-4.0160

#336462 color RGB value is (51,100,98).

#336462 hex color red value is 51, green value is 100 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #336462 hue: 0.49 , saturation: 0.32 and the lightness value of 336462 is 0.30.

The process color (four color CMYK) of #336462 color hex is 0.49, 0.00, 0.02, 0.61. Web safe color of #336462 is #336666. Color #336462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100100 01100010
Octal 63 144 142
Decimal 51 100 98
Hex 33 64 62

RGB Percentages of Color #336462

%20.48
%40.16
%39.36

CMYK Percentages of Color #336462

%49
%0
%2
%61

Triadic Colors of #336462

#336462 #623364 #646233

Analogous Colors of #336462

#336462 #334e64 #33644a

Monochromatic Colors of #336462

#336462

Complementary Color

#336462 #643335

#336462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336462 Color CSS Codes

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

#336462 Text Font Color

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

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


#336462 Background Color

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

This div background color is #336462


#336462 Border Color

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

This div border color is #336462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336462


Comments

No comments written yet.

Please login to write comment.