Color Hex Logo

#327c0f Color Hex

#327C0F
(50,124,15)
0 Favorites   0 Comments

Color spaces of #327c0f

RGB 5012415
HSL0.280.780.27
HSV101°88°49°
CMYK 0.600.000.88   0.51
XYZ8.609315.12792.9182
Yxy15.12790.32300.5675
Hunter Lab38.8946-28.554722.7778
CIE-Lab45.8089-41.867546.7146

#327c0f color RGB value is (50,124,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 00001111
Octal 62 174 17
Decimal 50 124 15
Hex 32 7C F

RGB Percentages of Color #327c0f

%26.46
%65.61
%7.94

CMYK Percentages of Color #327c0f

%60
%0
%88
%51

Triadic Colors of #327c0f

#327c0f #0f327c #7c0f32

Analogous Colors of #327c0f

#327c0f #0f7c22 #697c0f

Monochromatic Colors of #327c0f

#327c0f

Complementary Color

#327c0f #590f7c

#327c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#327c0f Color CSS Codes

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

#327c0f Text Font Color

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

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


#327c0f Background Color

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

This div background color is #327c0f


#327c0f Border Color

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

This div border color is #327c0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327c0f


Comments

No comments written yet.

Please login to write comment.