Color Hex Logo

#326179 Color Hex

#326179
(50,97,121)
0 Favorites   0 Comments

Color spaces of #326179

RGB 5097121
HSL0.560.420.34
HSV200°59°47°
CMYK 0.590.200.00   0.53
XYZ9.041310.608019.6602
Yxy10.60800.23000.2699
Hunter Lab32.5699-7.4464-12.9903
CIE-Lab38.9122-8.4459-18.3656

#326179 color RGB value is (50,97,121).

#326179 hex color red value is 50, green value is 97 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #326179 hue: 0.56 , saturation: 0.42 and the lightness value of 326179 is 0.34.

The process color (four color CMYK) of #326179 color hex is 0.59, 0.20, 0.00, 0.53. Web safe color of #326179 is #336666. Color #326179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100001 01111001
Octal 62 141 171
Decimal 50 97 121
Hex 32 61 79

RGB Percentages of Color #326179

%18.66
%36.19
%45.15

CMYK Percentages of Color #326179

%59
%20
%0
%53

Triadic Colors of #326179

#326179 #793261 #617932

Analogous Colors of #326179

#326179 #323d79 #32796e

Monochromatic Colors of #326179

#326179

Complementary Color

#326179 #794a32

#326179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326179 Color CSS Codes

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

#326179 Text Font Color

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

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


#326179 Background Color

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

This div background color is #326179


#326179 Border Color

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

This div border color is #326179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326179


Comments

No comments written yet.

Please login to write comment.