Color Hex Logo

#326548 Color Hex

#326548
(50,101,72)
0 Favorites   0 Comments

Color spaces of #326548

RGB 5010172
HSL0.410.340.30
HSV146°50°40°
CMYK 0.500.000.29   0.60
XYZ7.138810.45347.7723
Yxy10.45340.28140.4121
Hunter Lab32.3317-17.16798.3793
CIE-Lab38.6442-24.575811.2494

#326548 color RGB value is (50,101,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100101 01001000
Octal 62 145 110
Decimal 50 101 72
Hex 32 65 48

RGB Percentages of Color #326548

%22.42
%45.29
%32.29

CMYK Percentages of Color #326548

%50
%0
%29
%60

Triadic Colors of #326548

#326548 #483265 #654832

Analogous Colors of #326548

#326548 #326562 #366532

Monochromatic Colors of #326548

#326548

Complementary Color

#326548 #65324f

#326548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326548 Color CSS Codes

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

#326548 Text Font Color

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

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


#326548 Background Color

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

This div background color is #326548


#326548 Border Color

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

This div border color is #326548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326548


Comments

No comments written yet.

Please login to write comment.