Color Hex Logo

#327057 Color Hex

#327057
(50,112,87)
0 Favorites   0 Comments

Color spaces of #327057

RGB 5011287
HSL0.430.380.32
HSV156°55°44°
CMYK 0.550.000.22   0.56
XYZ8.829912.954611.0519
Yxy12.95460.26890.3945
Hunter Lab35.9925-19.19626.9891
CIE-Lab42.6948-26.54287.9035

#327057 color RGB value is (50,112,87).

#327057 hex color red value is 50, green value is 112 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #327057 hue: 0.43 , saturation: 0.38 and the lightness value of 327057 is 0.32.

The process color (four color CMYK) of #327057 color hex is 0.55, 0.00, 0.22, 0.56. Web safe color of #327057 is #336666. Color #327057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110000 01010111
Octal 62 160 127
Decimal 50 112 87
Hex 32 70 57

RGB Percentages of Color #327057

%20.08
%44.98
%34.94

CMYK Percentages of Color #327057

%55
%0
%22
%56

Triadic Colors of #327057

#327057 #573270 #705732

Analogous Colors of #327057

#327057 #326a70 #327038

Monochromatic Colors of #327057

#327057

Complementary Color

#327057 #70324b

#327057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327057 Color CSS Codes

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

#327057 Text Font Color

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

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


#327057 Background Color

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

This div background color is #327057


#327057 Border Color

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

This div border color is #327057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327057


Comments

No comments written yet.

Please login to write comment.