Color Hex Logo

#326f67 Color Hex

#326F67
(50,111,103)
0 Favorites   0 Comments

Color spaces of #326f67

RGB 50111103
HSL0.480.380.32
HSV172°55°44°
CMYK 0.550.000.07   0.56
XYZ9.448013.026314.8483
Yxy13.02630.25310.3490
Hunter Lab36.0920-16.43400.8724
CIE-Lab42.8028-21.8435-1.5601

#326f67 color RGB value is (50,111,103).

#326f67 hex color red value is 50, green value is 111 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #326f67 hue: 0.48 , saturation: 0.38 and the lightness value of 326f67 is 0.32.

The process color (four color CMYK) of #326f67 color hex is 0.55, 0.00, 0.07, 0.56. Web safe color of #326f67 is #336666. Color #326f67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101111 01100111
Octal 62 157 147
Decimal 50 111 103
Hex 32 6F 67

RGB Percentages of Color #326f67

%18.94
%42.05
%39.02

CMYK Percentages of Color #326f67

%55
%0
%7
%56

Triadic Colors of #326f67

#326f67 #67326f #6f6732

Analogous Colors of #326f67

#326f67 #32596f #326f49

Monochromatic Colors of #326f67

#326f67

Complementary Color

#326f67 #6f323a

#326f67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326f67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326f67 Color CSS Codes

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

#326f67 Text Font Color

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

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


#326f67 Background Color

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

This div background color is #326f67


#326f67 Border Color

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

This div border color is #326f67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,111,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 #326f67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326f67


Comments

No comments written yet.

Please login to write comment.