Color Hex Logo

#326067 Color Hex

#326067
(50,96,103)
0 Favorites   0 Comments

Color spaces of #326067

RGB 5096103
HSL0.520.350.30
HSV188°51°40°
CMYK 0.510.070.00   0.60
XYZ7.946410.023114.3478
Yxy10.02310.24590.3101
Hunter Lab31.6593-10.6007-4.7084
CIE-Lab37.8839-13.6259-8.8712

#326067 color RGB value is (50,96,103).

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

The process color (four color CMYK) of #326067 color hex is 0.51, 0.07, 0.00, 0.60. Web safe color of #326067 is #336666. Color #326067 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100000 01100111
Octal 62 140 147
Decimal 50 96 103
Hex 32 60 67

RGB Percentages of Color #326067

%20.08
%38.55
%41.37

CMYK Percentages of Color #326067

%51
%7
%0
%60

Triadic Colors of #326067

#326067 #673260 #606732

Analogous Colors of #326067

#326067 #324667 #326754

Monochromatic Colors of #326067

#326067

Complementary Color

#326067 #673932

#326067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326067 Color CSS Codes

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

#326067 Text Font Color

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

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


#326067 Background Color

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

This div background color is #326067


#326067 Border Color

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

This div border color is #326067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326067


Comments

No comments written yet.

Please login to write comment.