Color Hex Logo

#326353 Color Hex

#326353
(50,99,83)
0 Favorites   0 Comments

Color spaces of #326353

RGB 509983
HSL0.450.330.29
HSV160°49°39°
CMYK 0.490.000.16   0.61
XYZ7.338610.22639.7707
Yxy10.22630.26850.3741
Hunter Lab31.9786-14.99954.2696
CIE-Lab38.2456-20.90763.9865

#326353 color RGB value is (50,99,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 01010011
Octal 62 143 123
Decimal 50 99 83
Hex 32 63 53

RGB Percentages of Color #326353

%21.55
%42.67
%35.78

CMYK Percentages of Color #326353

%49
%0
%16
%61

Triadic Colors of #326353

#326353 #533263 #635332

Analogous Colors of #326353

#326353 #325b63 #32633b

Monochromatic Colors of #326353

#326353

Complementary Color

#326353 #633242

#326353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326353 Color CSS Codes

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

#326353 Text Font Color

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

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


#326353 Background Color

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

This div background color is #326353


#326353 Border Color

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

This div border color is #326353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326353


Comments

No comments written yet.

Please login to write comment.