Color Hex Logo

#326212 Color Hex

#326212
(50,98,18)
0 Favorites   0 Comments

Color spaces of #326212

RGB 509818
HSL0.270.690.23
HSV96°82°38°
CMYK 0.490.000.82   0.62
XYZ5.79239.45712.0924
Yxy9.45710.33400.5453
Hunter Lab30.7524-20.195717.4926
CIE-Lab36.8499-31.039437.5501

#326212 color RGB value is (50,98,18).

#326212 hex color red value is 50, green value is 98 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #326212 hue: 0.27 , saturation: 0.69 and the lightness value of 326212 is 0.23.

The process color (four color CMYK) of #326212 color hex is 0.49, 0.00, 0.82, 0.62. Web safe color of #326212 is #336600. Color #326212 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100010 00010010
Octal 62 142 22
Decimal 50 98 18
Hex 32 62 12

RGB Percentages of Color #326212

%30.12
%59.04
%10.84

CMYK Percentages of Color #326212

%49
%0
%82
%62

Triadic Colors of #326212

#326212 #123262 #621232

Analogous Colors of #326212

#326212 #12621a #5a6212

Monochromatic Colors of #326212

#326212

Complementary Color

#326212 #421262

#326212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326212 Color CSS Codes

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

#326212 Text Font Color

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

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


#326212 Background Color

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

This div background color is #326212


#326212 Border Color

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

This div border color is #326212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326212


Comments

No comments written yet.

Please login to write comment.