Color Hex Logo

#326357 Color Hex

#326357
(50,99,87)
0 Favorites   0 Comments

Color spaces of #326357

RGB 509987
HSL0.460.330.29
HSV165°49°39°
CMYK 0.490.000.12   0.61
XYZ7.497510.289910.6078
Yxy10.28990.26400.3624
Hunter Lab32.0779-14.41582.8480
CIE-Lab38.3578-19.86561.6926

#326357 color RGB value is (50,99,87).

#326357 hex color red value is 50, green value is 99 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #326357 hue: 0.46 , saturation: 0.33 and the lightness value of 326357 is 0.29.

The process color (four color CMYK) of #326357 color hex is 0.49, 0.00, 0.12, 0.61. Web safe color of #326357 is #336666. Color #326357 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 01010111
Octal 62 143 127
Decimal 50 99 87
Hex 32 63 57

RGB Percentages of Color #326357

%21.19
%41.95
%36.86

CMYK Percentages of Color #326357

%49
%0
%12
%61

Triadic Colors of #326357

#326357 #573263 #635732

Analogous Colors of #326357

#326357 #325763 #32633f

Monochromatic Colors of #326357

#326357

Complementary Color

#326357 #63323e

#326357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326357 Color CSS Codes

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

#326357 Text Font Color

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

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


#326357 Background Color

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

This div background color is #326357


#326357 Border Color

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

This div border color is #326357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326357


Comments

No comments written yet.

Please login to write comment.