Color Hex Logo

#328014 Color Hex

#328014
(50,128,20)
0 Favorites   0 Comments

Color spaces of #328014

RGB 5012820
HSL0.290.730.29
HSV103°84°50°
CMYK 0.610.000.84   0.50
XYZ9.160816.16703.2995
Yxy16.16700.32000.5647
Hunter Lab40.2082-29.696023.2804
CIE-Lab47.1928-43.136946.5999

#328014 color RGB value is (50,128,20).

#328014 hex color red value is 50, green value is 128 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #328014 hue: 0.29 , saturation: 0.73 and the lightness value of 328014 is 0.29.

The process color (four color CMYK) of #328014 color hex is 0.61, 0.00, 0.84, 0.50. Web safe color of #328014 is #339900. Color #328014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000000 00010100
Octal 62 200 24
Decimal 50 128 20
Hex 32 80 14

RGB Percentages of Color #328014

%25.25
%64.65
%10.10

CMYK Percentages of Color #328014

%61
%0
%84
%50

Triadic Colors of #328014

#328014 #143280 #801432

Analogous Colors of #328014

#328014 #14802c #688014

Monochromatic Colors of #328014

#328014

Complementary Color

#328014 #621480

#328014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328014 Color CSS Codes

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

#328014 Text Font Color

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

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


#328014 Background Color

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

This div background color is #328014


#328014 Border Color

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

This div border color is #328014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328014


Comments

No comments written yet.

Please login to write comment.