Color Hex Logo

#326450 Color Hex

#326450
(50,100,80)
0 Favorites   0 Comments

Color spaces of #326450

RGB 5010080
HSL0.430.330.29
HSV156°50°39°
CMYK 0.500.000.20   0.61
XYZ7.320510.37169.2055
Yxy10.37160.27220.3856
Hunter Lab32.2050-15.78395.5960
CIE-Lab38.5013-22.18506.1883

#326450 color RGB value is (50,100,80).

#326450 hex color red value is 50, green value is 100 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #326450 hue: 0.43 , saturation: 0.33 and the lightness value of 326450 is 0.29.

The process color (four color CMYK) of #326450 color hex is 0.50, 0.00, 0.20, 0.61. Web safe color of #326450 is #336666. Color #326450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100100 01010000
Octal 62 144 120
Decimal 50 100 80
Hex 32 64 50

RGB Percentages of Color #326450

%21.74
%43.48
%34.78

CMYK Percentages of Color #326450

%50
%0
%20
%61

Triadic Colors of #326450

#326450 #503264 #645032

Analogous Colors of #326450

#326450 #325f64 #326437

Monochromatic Colors of #326450

#326450

Complementary Color

#326450 #643246

#326450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326450 Color CSS Codes

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

#326450 Text Font Color

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

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


#326450 Background Color

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

This div background color is #326450


#326450 Border Color

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

This div border color is #326450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326450


Comments

No comments written yet.

Please login to write comment.