Color Hex Logo

#327227 Color Hex

#327227
(50,114,39)
0 Favorites   0 Comments

Color spaces of #327227

RGB 5011439
HSL0.310.490.30
HSV111°66°45°
CMYK 0.560.000.66   0.55
XYZ7.698912.85923.9958
Yxy12.85920.31360.5237
Hunter Lab35.8597-24.431518.4952
CIE-Lab42.5503-36.033834.4862

#327227 color RGB value is (50,114,39).

#327227 hex color red value is 50, green value is 114 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #327227 hue: 0.31 , saturation: 0.49 and the lightness value of 327227 is 0.30.

The process color (four color CMYK) of #327227 color hex is 0.56, 0.00, 0.66, 0.55. Web safe color of #327227 is #336633. Color #327227 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110010 00100111
Octal 62 162 47
Decimal 50 114 39
Hex 32 72 27

RGB Percentages of Color #327227

%24.63
%56.16
%19.21

CMYK Percentages of Color #327227

%56
%0
%66
%55

Triadic Colors of #327227

#327227 #273272 #722732

Analogous Colors of #327227

#327227 #277242 #587227

Monochromatic Colors of #327227

#327227

Complementary Color

#327227 #672772

#327227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327227 Color CSS Codes

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

#327227 Text Font Color

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

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


#327227 Background Color

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

This div background color is #327227


#327227 Border Color

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

This div border color is #327227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327227


Comments

No comments written yet.

Please login to write comment.