Color Hex Logo

#33600d Color Hex

#33600D
(51,96,13)
0 Favorites   0 Comments

Color spaces of #33600d

RGB 519613
HSL0.260.760.21
HSV93°86°38°
CMYK 0.470.000.86   0.62
XYZ5.62089.09861.8407
Yxy9.09860.33940.5494
Hunter Lab30.1639-19.524717.4966
CIE-Lab36.1734-30.085138.6242

#33600d color RGB value is (51,96,13).

#33600d hex color red value is 51, green value is 96 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #33600d hue: 0.26 , saturation: 0.76 and the lightness value of 33600d is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100000 00001101
Octal 63 140 15
Decimal 51 96 13
Hex 33 60 D

RGB Percentages of Color #33600d

%31.88
%60.00
%8.13

CMYK Percentages of Color #33600d

%47
%0
%86
%62

Triadic Colors of #33600d

#33600d #0d3360 #600d33

Analogous Colors of #33600d

#33600d #0d6011 #5d600d

Monochromatic Colors of #33600d

#33600d

Complementary Color

#33600d #3a0d60

#33600d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33600d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33600d Color CSS Codes

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

#33600d Text Font Color

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

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


#33600d Background Color

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

This div background color is #33600d


#33600d Border Color

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

This div border color is #33600d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33600d


Comments

No comments written yet.

Please login to write comment.