Color Hex Logo

#326967 Color Hex

#326967
(50,105,103)
0 Favorites   0 Comments

Color spaces of #326967

RGB 50105103
HSL0.490.350.30
HSV178°52°41°
CMYK 0.520.000.02   0.59
XYZ8.815111.760514.6374
Yxy11.76050.25030.3340
Hunter Lab34.2936-14.1307-1.3010
CIE-Lab40.8329-18.6442-4.4668

#326967 color RGB value is (50,105,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101001 01100111
Octal 62 151 147
Decimal 50 105 103
Hex 32 69 67

RGB Percentages of Color #326967

%19.38
%40.70
%39.92

CMYK Percentages of Color #326967

%52
%0
%2
%59

Triadic Colors of #326967

#326967 #673269 #696732

Analogous Colors of #326967

#326967 #324f69 #32694c

Monochromatic Colors of #326967

#326967

Complementary Color

#326967 #693234

#326967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326967 Color CSS Codes

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

#326967 Text Font Color

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

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


#326967 Background Color

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

This div background color is #326967


#326967 Border Color

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

This div border color is #326967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326967


Comments

No comments written yet.

Please login to write comment.