Color Hex Logo

#326542 Color Hex

#326542
(50,101,66)
0 Favorites   0 Comments

Color spaces of #326542

RGB 5010166
HSL0.390.340.30
HSV139°50°40°
CMYK 0.500.000.35   0.60
XYZ6.952410.37886.7911
Yxy10.37880.28820.4303
Hunter Lab32.2161-17.857110.0531
CIE-Lab38.5139-25.866514.6742

#326542 color RGB value is (50,101,66).

#326542 hex color red value is 50, green value is 101 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #326542 hue: 0.39 , saturation: 0.34 and the lightness value of 326542 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100101 01000010
Octal 62 145 102
Decimal 50 101 66
Hex 32 65 42

RGB Percentages of Color #326542

%23.04
%46.54
%30.41

CMYK Percentages of Color #326542

%50
%0
%35
%60

Triadic Colors of #326542

#326542 #423265 #654232

Analogous Colors of #326542

#326542 #32655c #3c6532

Monochromatic Colors of #326542

#326542

Complementary Color

#326542 #653255

#326542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326542 Color CSS Codes

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

#326542 Text Font Color

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

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


#326542 Background Color

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

This div background color is #326542


#326542 Border Color

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

This div border color is #326542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326542

#326542 Color Palettes


Comments

No comments written yet.

Please login to write comment.