Color Hex Logo

#336013 Color Hex

#336013
(51,96,19)
0 Favorites   0 Comments

Color spaces of #336013

RGB 519619
HSL0.260.670.23
HSV95°80°38°
CMYK 0.470.000.80   0.62
XYZ5.66579.11662.0772
Yxy9.11660.33610.5407
Hunter Lab30.1937-19.344317.0567
CIE-Lab36.2078-29.716036.5731

#336013 color RGB value is (51,96,19).

#336013 hex color red value is 51, green value is 96 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #336013 hue: 0.26 , saturation: 0.67 and the lightness value of 336013 is 0.23.

The process color (four color CMYK) of #336013 color hex is 0.47, 0.00, 0.80, 0.62. Web safe color of #336013 is #336600. Color #336013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100000 00010011
Octal 63 140 23
Decimal 51 96 19
Hex 33 60 13

RGB Percentages of Color #336013

%30.72
%57.83
%11.45

CMYK Percentages of Color #336013

%47
%0
%80
%62

Triadic Colors of #336013

#336013 #133360 #601333

Analogous Colors of #336013

#336013 #13601a #5a6013

Monochromatic Colors of #336013

#336013

Complementary Color

#336013 #401360

#336013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336013 Color CSS Codes

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

#336013 Text Font Color

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

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


#336013 Background Color

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

This div background color is #336013


#336013 Border Color

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

This div border color is #336013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336013


Comments

No comments written yet.

Please login to write comment.