Color Hex Logo

#327412 Color Hex

#327412
(50,116,18)
0 Favorites   0 Comments

Color spaces of #327412

RGB 5011618
HSL0.280.730.26
HSV100°84°45°
CMYK 0.570.000.84   0.55
XYZ7.670013.21262.7183
Yxy13.21260.32500.5598
Hunter Lab36.3491-25.945921.0105
CIE-Lab43.0818-38.595943.4119

#327412 color RGB value is (50,116,18).

#327412 hex color red value is 50, green value is 116 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #327412 hue: 0.28 , saturation: 0.73 and the lightness value of 327412 is 0.26.

The process color (four color CMYK) of #327412 color hex is 0.57, 0.00, 0.84, 0.55. Web safe color of #327412 is #336600. Color #327412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110100 00010010
Octal 62 164 22
Decimal 50 116 18
Hex 32 74 12

RGB Percentages of Color #327412

%27.17
%63.04
%9.78

CMYK Percentages of Color #327412

%57
%0
%84
%55

Triadic Colors of #327412

#327412 #123274 #741232

Analogous Colors of #327412

#327412 #127423 #637412

Monochromatic Colors of #327412

#327412

Complementary Color

#327412 #541274

#327412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327412 Color CSS Codes

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

#327412 Text Font Color

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

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


#327412 Background Color

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

This div background color is #327412


#327412 Border Color

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

This div border color is #327412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327412


Comments

No comments written yet.

Please login to write comment.