Color Hex Logo

#327c14 Color Hex

#327C14
(50,124,20)
0 Favorites   0 Comments

Color spaces of #327c14

RGB 5012420
HSL0.290.720.28
HSV103°84°49°
CMYK 0.600.000.84   0.51
XYZ8.649315.14393.1290
Yxy15.14390.32130.5625
Hunter Lab38.9152-28.428122.4734
CIE-Lab45.8307-41.614245.3444

#327c14 color RGB value is (50,124,20).

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

The process color (four color CMYK) of #327c14 color hex is 0.60, 0.00, 0.84, 0.51. Web safe color of #327c14 is #336600. Color #327c14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 00010100
Octal 62 174 24
Decimal 50 124 20
Hex 32 7C 14

RGB Percentages of Color #327c14

%25.77
%63.92
%10.31

CMYK Percentages of Color #327c14

%60
%0
%84
%51

Triadic Colors of #327c14

#327c14 #14327c #7c1432

Analogous Colors of #327c14

#327c14 #147c2a #667c14

Monochromatic Colors of #327c14

#327c14

Complementary Color

#327c14 #5e147c

#327c14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327c14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327c14 Color CSS Codes

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

#327c14 Text Font Color

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

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


#327c14 Background Color

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

This div background color is #327c14


#327c14 Border Color

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

This div border color is #327c14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,124,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 #327c14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327c14

#327c14 Color Palettes


Comments

No comments written yet.

Please login to write comment.