Color Hex Logo

#326d44 Color Hex

#326D44
(50,109,68)
0 Favorites   0 Comments

Color spaces of #326d44

RGB 5010968
HSL0.380.370.31
HSV138°54°43°
CMYK 0.540.000.38   0.57
XYZ7.827412.03277.3788
Yxy12.03270.28740.4417
Hunter Lab34.6882-20.425711.6697
CIE-Lab41.2680-29.309717.1978

#326d44 color RGB value is (50,109,68).

#326d44 hex color red value is 50, green value is 109 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #326d44 hue: 0.38 , saturation: 0.37 and the lightness value of 326d44 is 0.31.

The process color (four color CMYK) of #326d44 color hex is 0.54, 0.00, 0.38, 0.57. Web safe color of #326d44 is #336633. Color #326d44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101101 01000100
Octal 62 155 104
Decimal 50 109 68
Hex 32 6D 44

RGB Percentages of Color #326d44

%22.03
%48.02
%29.96

CMYK Percentages of Color #326d44

%54
%0
%38
%57

Triadic Colors of #326d44

#326d44 #44326d #6d4432

Analogous Colors of #326d44

#326d44 #326d62 #3e6d32

Monochromatic Colors of #326d44

#326d44

Complementary Color

#326d44 #6d325b

#326d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326d44 Color CSS Codes

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

#326d44 Text Font Color

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

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


#326d44 Background Color

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

This div background color is #326d44


#326d44 Border Color

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

This div border color is #326d44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,109,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326d44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326d44;
  -webkit-box-shadow: 1px 1px 3px 2px #326d44;
  box-shadow:         1px 1px 3px 2px #326d44; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326d44


Comments

No comments written yet.

Please login to write comment.