Color Hex Logo

#326551 Color Hex

#326551
(50,101,81)
0 Favorites   0 Comments

Color spaces of #326551

RGB 5010181
HSL0.430.340.30
HSV156°50°40°
CMYK 0.500.000.20   0.60
XYZ7.454310.57969.4338
Yxy10.57960.27140.3852
Hunter Lab32.5263-16.01285.5722
CIE-Lab38.8632-22.45676.0926

#326551 color RGB value is (50,101,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100101 01010001
Octal 62 145 121
Decimal 50 101 81
Hex 32 65 51

RGB Percentages of Color #326551

%21.55
%43.53
%34.91

CMYK Percentages of Color #326551

%50
%0
%20
%60

Triadic Colors of #326551

#326551 #513265 #655132

Analogous Colors of #326551

#326551 #326065 #326538

Monochromatic Colors of #326551

#326551

Complementary Color

#326551 #653246

#326551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326551 Color CSS Codes

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

#326551 Text Font Color

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

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


#326551 Background Color

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

This div background color is #326551


#326551 Border Color

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

This div border color is #326551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326551


Comments

No comments written yet.

Please login to write comment.