Color Hex Logo

#328616 Color Hex

#328616
(50,134,22)
0 Favorites   0 Comments

Color spaces of #328616

RGB 5013422
HSL0.290.720.31
HSV105°84°53°
CMYK 0.630.000.84   0.47
XYZ9.985317.78623.6659
Yxy17.78620.31760.5658
Hunter Lab42.1737-31.541224.3679
CIE-Lab49.2358-45.261747.8946

#328616 color RGB value is (50,134,22).

#328616 hex color red value is 50, green value is 134 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #328616 hue: 0.29 , saturation: 0.72 and the lightness value of 328616 is 0.31.

The process color (four color CMYK) of #328616 color hex is 0.63, 0.00, 0.84, 0.47. Web safe color of #328616 is #339900. Color #328616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000110 00010110
Octal 62 206 26
Decimal 50 134 22
Hex 32 86 16

RGB Percentages of Color #328616

%24.27
%65.05
%10.68

CMYK Percentages of Color #328616

%63
%0
%84
%47

Triadic Colors of #328616

#328616 #163286 #861632

Analogous Colors of #328616

#328616 #168632 #6a8616

Monochromatic Colors of #328616

#328616

Complementary Color

#328616 #6a1686

#328616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328616 Color CSS Codes

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

#328616 Text Font Color

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

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


#328616 Background Color

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

This div background color is #328616


#328616 Border Color

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

This div border color is #328616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328616


Comments

No comments written yet.

Please login to write comment.