Color Hex Logo

#328013 Color Hex

#328013
(50,128,19)
0 Favorites   0 Comments

Color spaces of #328013

RGB 5012819
HSL0.290.740.29
HSV103°85°50°
CMYK 0.610.000.85   0.50
XYZ9.152116.16353.2536
Yxy16.16350.32030.5658
Hunter Lab40.2039-29.722623.3445
CIE-Lab47.1883-43.189946.8825

#328013 color RGB value is (50,128,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000000 00010011
Octal 62 200 23
Decimal 50 128 19
Hex 32 80 13

RGB Percentages of Color #328013

%25.38
%64.97
%9.64

CMYK Percentages of Color #328013

%61
%0
%85
%50

Triadic Colors of #328013

#328013 #133280 #801332

Analogous Colors of #328013

#328013 #13802b #698013

Monochromatic Colors of #328013

#328013

Complementary Color

#328013 #611380

#328013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328013 Color CSS Codes

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

#328013 Text Font Color

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

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


#328013 Background Color

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

This div background color is #328013


#328013 Border Color

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

This div border color is #328013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328013


Comments

No comments written yet.

Please login to write comment.