Color Hex Logo

#326373 Color Hex

#326373
(50,99,115)
0 Favorites   0 Comments

Color spaces of #326373

RGB 5099115
HSL0.540.390.32
HSV195°57°45°
CMYK 0.570.140.00   0.55
XYZ8.871710.839617.8443
Yxy10.83960.23620.2886
Hunter Lab32.9235-9.5169-9.0882
CIE-Lab39.3090-11.5922-14.0882

#326373 color RGB value is (50,99,115).

#326373 hex color red value is 50, green value is 99 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #326373 hue: 0.54 , saturation: 0.39 and the lightness value of 326373 is 0.32.

The process color (four color CMYK) of #326373 color hex is 0.57, 0.14, 0.00, 0.55. Web safe color of #326373 is #336666. Color #326373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 01110011
Octal 62 143 163
Decimal 50 99 115
Hex 32 63 73

RGB Percentages of Color #326373

%18.94
%37.50
%43.56

CMYK Percentages of Color #326373

%57
%14
%0
%55

Triadic Colors of #326373

#326373 #733263 #637332

Analogous Colors of #326373

#326373 #324373 #327363

Monochromatic Colors of #326373

#326373

Complementary Color

#326373 #734232

#326373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326373 Color CSS Codes

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

#326373 Text Font Color

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

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


#326373 Background Color

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

This div background color is #326373


#326373 Border Color

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

This div border color is #326373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326373


Comments

No comments written yet.

Please login to write comment.