Color Hex Logo

#326810 Color Hex

#326810
(50,104,16)
0 Favorites   0 Comments

Color spaces of #326810

RGB 5010416
HSL0.270.730.24
HSV97°85°41°
CMYK 0.520.000.85   0.59
XYZ6.359210.61612.2042
Yxy10.61610.33160.5535
Hunter Lab32.5824-22.180718.7967
CIE-Lab38.9262-33.768740.1924

#326810 color RGB value is (50,104,16).

#326810 hex color red value is 50, green value is 104 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #326810 hue: 0.27 , saturation: 0.73 and the lightness value of 326810 is 0.24.

The process color (four color CMYK) of #326810 color hex is 0.52, 0.00, 0.85, 0.59. Web safe color of #326810 is #336600. Color #326810 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101000 00010000
Octal 62 150 20
Decimal 50 104 16
Hex 32 68 10

RGB Percentages of Color #326810

%29.41
%61.18
%9.41

CMYK Percentages of Color #326810

%52
%0
%85
%59

Triadic Colors of #326810

#326810 #103268 #681032

Analogous Colors of #326810

#326810 #10681a #5e6810

Monochromatic Colors of #326810

#326810

Complementary Color

#326810 #461068

#326810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326810 Color CSS Codes

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

#326810 Text Font Color

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

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


#326810 Background Color

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

This div background color is #326810


#326810 Border Color

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

This div border color is #326810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326810


Comments

No comments written yet.

Please login to write comment.