Color Hex Logo

#326330 Color Hex

#326330
(50,99,48)
0 Favorites   0 Comments

Color spaces of #326330

RGB 509948
HSL0.330.350.29
HSV118°52°39°
CMYK 0.490.000.52   0.61
XYZ6.31079.81524.3582
Yxy9.81520.30810.4792
Hunter Lab31.3292-18.870613.6826
CIE-Lab37.5087-28.176023.8423

#326330 color RGB value is (50,99,48).

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

The process color (four color CMYK) of #326330 color hex is 0.49, 0.00, 0.52, 0.61. Web safe color of #326330 is #336633. Color #326330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 00110000
Octal 62 143 60
Decimal 50 99 48
Hex 32 63 30

RGB Percentages of Color #326330

%25.38
%50.25
%24.37

CMYK Percentages of Color #326330

%49
%0
%52
%61

Triadic Colors of #326330

#326330 #303263 #633032

Analogous Colors of #326330

#326330 #306348 #4c6330

Monochromatic Colors of #326330

#326330

Complementary Color

#326330 #613063

#326330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326330 Color CSS Codes

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

#326330 Text Font Color

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

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


#326330 Background Color

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

This div background color is #326330


#326330 Border Color

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

This div border color is #326330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326330


Comments

No comments written yet.

Please login to write comment.