Color Hex Logo

#33500c Color Hex

#33500C
(51,80,12)
0 Favorites   0 Comments

Color spaces of #33500c

RGB 518012
HSL0.240.740.18
HSV86°85°31°
CMYK 0.360.000.85   0.69
XYZ4.30036.46771.3696
Yxy6.46770.35430.5329
Hunter Lab25.4317-14.322514.6092
CIE-Lab30.5630-22.537333.7681

#33500c color RGB value is (51,80,12).

#33500c hex color red value is 51, green value is 80 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #33500c hue: 0.24 , saturation: 0.74 and the lightness value of 33500c is 0.18.

The process color (four color CMYK) of #33500c color hex is 0.36, 0.00, 0.85, 0.69. Web safe color of #33500c is #336600. Color #33500c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010000 00001100
Octal 63 120 14
Decimal 51 80 12
Hex 33 50 C

RGB Percentages of Color #33500c

%35.66
%55.94
%8.39

CMYK Percentages of Color #33500c

%36
%0
%85
%69

Triadic Colors of #33500c

#33500c #0c3350 #500c33

Analogous Colors of #33500c

#33500c #11500c #504b0c

Monochromatic Colors of #33500c

#33500c

Complementary Color

#33500c #290c50

#33500c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33500c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33500c Color CSS Codes

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

#33500c Text Font Color

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

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


#33500c Background Color

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

This div background color is #33500c


#33500c Border Color

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

This div border color is #33500c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,80,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33500c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33500c;
  -webkit-box-shadow: 1px 1px 3px 2px #33500c;
  box-shadow:         1px 1px 3px 2px #33500c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33500c


Comments

No comments written yet.

Please login to write comment.