Color Hex Logo

#326752 Color Hex

#326752
(50,103,82)
0 Favorites   0 Comments

Color spaces of #326752

RGB 5010382
HSL0.430.350.30
HSV156°51°40°
CMYK 0.510.000.20   0.60
XYZ7.688610.98789.6983
Yxy10.98780.27100.3872
Hunter Lab33.1479-16.60595.8566
CIE-Lab39.5599-23.24066.4744

#326752 color RGB value is (50,103,82).

#326752 hex color red value is 50, green value is 103 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #326752 hue: 0.43 , saturation: 0.35 and the lightness value of 326752 is 0.30.

The process color (four color CMYK) of #326752 color hex is 0.51, 0.00, 0.20, 0.60. Web safe color of #326752 is #336666. Color #326752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100111 01010010
Octal 62 147 122
Decimal 50 103 82
Hex 32 67 52

RGB Percentages of Color #326752

%21.28
%43.83
%34.89

CMYK Percentages of Color #326752

%51
%0
%20
%60

Triadic Colors of #326752

#326752 #523267 #675232

Analogous Colors of #326752

#326752 #326267 #326738

Monochromatic Colors of #326752

#326752

Complementary Color

#326752 #673247

#326752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326752 Color CSS Codes

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

#326752 Text Font Color

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

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


#326752 Background Color

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

This div background color is #326752


#326752 Border Color

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

This div border color is #326752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326752


Comments

No comments written yet.

Please login to write comment.