Color Hex Logo

#326959 Color Hex

#326959
(50,105,89)
0 Favorites   0 Comments

Color spaces of #326959

RGB 5010589
HSL0.450.350.30
HSV163°52°41°
CMYK 0.520.000.15   0.59
XYZ8.170111.502511.2408
Yxy11.50250.26430.3721
Hunter Lab33.9153-16.35174.0898
CIE-Lab40.4142-22.50013.4430

#326959 color RGB value is (50,105,89).

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

The process color (four color CMYK) of #326959 color hex is 0.52, 0.00, 0.15, 0.59. Web safe color of #326959 is #336666. Color #326959 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101001 01011001
Octal 62 151 131
Decimal 50 105 89
Hex 32 69 59

RGB Percentages of Color #326959

%20.49
%43.03
%36.48

CMYK Percentages of Color #326959

%52
%0
%15
%59

Triadic Colors of #326959

#326959 #593269 #695932

Analogous Colors of #326959

#326959 #325e69 #32693e

Monochromatic Colors of #326959

#326959

Complementary Color

#326959 #693242

#326959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326959 Color CSS Codes

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

#326959 Text Font Color

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

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


#326959 Background Color

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

This div background color is #326959


#326959 Border Color

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

This div border color is #326959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326959


Comments

No comments written yet.

Please login to write comment.