Color Hex Logo

#326521 Color Hex

#326521
(50,101,33)
0 Favorites   0 Comments

Color spaces of #326521

RGB 5010133
HSL0.290.510.26
HSV105°67°40°
CMYK 0.500.000.67   0.60
XYZ6.243610.09533.0584
Yxy10.09530.32190.5204
Hunter Lab31.7731-20.526616.5341
CIE-Lab38.0129-31.069632.3298

#326521 color RGB value is (50,101,33).

#326521 hex color red value is 50, green value is 101 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #326521 hue: 0.29 , saturation: 0.51 and the lightness value of 326521 is 0.26.

The process color (four color CMYK) of #326521 color hex is 0.50, 0.00, 0.67, 0.60. Web safe color of #326521 is #336633. Color #326521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100101 00100001
Octal 62 145 41
Decimal 50 101 33
Hex 32 65 21

RGB Percentages of Color #326521

%27.17
%54.89
%17.93

CMYK Percentages of Color #326521

%50
%0
%67
%60

Triadic Colors of #326521

#326521 #213265 #652132

Analogous Colors of #326521

#326521 #216532 #546521

Monochromatic Colors of #326521

#326521

Complementary Color

#326521 #542165

#326521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326521 Color CSS Codes

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

#326521 Text Font Color

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

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


#326521 Background Color

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

This div background color is #326521


#326521 Border Color

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

This div border color is #326521


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,101,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326521; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326521;
  -webkit-box-shadow: 1px 1px 3px 2px #326521;
  box-shadow:         1px 1px 3px 2px #326521; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,101,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326521


Comments

No comments written yet.

Please login to write comment.