Color Hex Logo

#326259 Color Hex

#326259
(50,98,89)
0 Favorites   0 Comments

Color spaces of #326259

RGB 509889
HSL0.470.320.29
HSV169°49°38°
CMYK 0.490.000.09   0.62
XYZ7.486210.134711.0128
Yxy10.13470.26140.3539
Hunter Lab31.8350-13.73601.7741
CIE-Lab38.0831-18.78940.0625

#326259 color RGB value is (50,98,89).

#326259 hex color red value is 50, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #326259 hue: 0.47 , saturation: 0.32 and the lightness value of 326259 is 0.29.

The process color (four color CMYK) of #326259 color hex is 0.49, 0.00, 0.09, 0.62. Web safe color of #326259 is #336666. Color #326259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100010 01011001
Octal 62 142 131
Decimal 50 98 89
Hex 32 62 59

RGB Percentages of Color #326259

%21.10
%41.35
%37.55

CMYK Percentages of Color #326259

%49
%0
%9
%62

Triadic Colors of #326259

#326259 #593262 #625932

Analogous Colors of #326259

#326259 #325362 #326241

Monochromatic Colors of #326259

#326259

Complementary Color

#326259 #62323b

#326259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326259 Color CSS Codes

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

#326259 Text Font Color

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

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


#326259 Background Color

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

This div background color is #326259


#326259 Border Color

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

This div border color is #326259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326259


Comments

No comments written yet.

Please login to write comment.