Color Hex Logo

#325d0c Color Hex

#325D0C
(50,93,12)
0 Favorites   0 Comments

Color spaces of #325d0c

RGB 509312
HSL0.260.770.21
HSV92°87°36°
CMYK 0.460.000.87   0.64
XYZ5.29618.53341.7158
Yxy8.53340.34070.5489
Hunter Lab29.2120-18.759116.9659
CIE-Lab35.0699-29.154337.9099

#325d0c color RGB value is (50,93,12).

#325d0c hex color red value is 50, green value is 93 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #325d0c hue: 0.26 , saturation: 0.77 and the lightness value of 325d0c is 0.21.

The process color (four color CMYK) of #325d0c color hex is 0.46, 0.00, 0.87, 0.64. Web safe color of #325d0c is #336600. Color #325d0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011101 00001100
Octal 62 135 14
Decimal 50 93 12
Hex 32 5D C

RGB Percentages of Color #325d0c

%32.26
%60.00
%7.74

CMYK Percentages of Color #325d0c

%46
%0
%87
%64

Triadic Colors of #325d0c

#325d0c #0c325d #5d0c32

Analogous Colors of #325d0c

#325d0c #0c5d0f #5b5d0c

Monochromatic Colors of #325d0c

#325d0c

Complementary Color

#325d0c #370c5d

#325d0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325d0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#325d0c Color CSS Codes

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

#325d0c Text Font Color

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

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


#325d0c Background Color

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

This div background color is #325d0c


#325d0c Border Color

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

This div border color is #325d0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,93,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325d0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325d0c;
  -webkit-box-shadow: 1px 1px 3px 2px #325d0c;
  box-shadow:         1px 1px 3px 2px #325d0c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,93,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 #325d0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325d0c

#325d0c Color Palettes


Comments

No comments written yet.

Please login to write comment.