Color Hex Logo

#326960 Color Hex

#326960
(50,105,96)
0 Favorites   0 Comments

Color spaces of #326960

RGB 5010596
HSL0.470.350.30
HSV170°52°41°
CMYK 0.520.000.09   0.59
XYZ8.478311.625812.8635
Yxy11.62580.25720.3526
Hunter Lab34.0966-15.28421.4995
CIE-Lab40.6151-20.6253-0.5241

#326960 color RGB value is (50,105,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101001 01100000
Octal 62 151 140
Decimal 50 105 96
Hex 32 69 60

RGB Percentages of Color #326960

%19.92
%41.83
%38.25

CMYK Percentages of Color #326960

%52
%0
%9
%59

Triadic Colors of #326960

#326960 #603269 #696032

Analogous Colors of #326960

#326960 #325769 #326945

Monochromatic Colors of #326960

#326960

Complementary Color

#326960 #69323b

#326960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326960 Color CSS Codes

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

#326960 Text Font Color

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

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


#326960 Background Color

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

This div background color is #326960


#326960 Border Color

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

This div border color is #326960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326960


Comments

No comments written yet.

Please login to write comment.