Color Hex Logo

#327361 Color Hex

#327361
(50,115,97)
0 Favorites   0 Comments

Color spaces of #327361

RGB 5011597
HSL0.450.390.32
HSV163°57°45°
CMYK 0.570.000.16   0.55
XYZ9.603813.802613.4673
Yxy13.80260.26050.3743
Hunter Lab37.1519-18.87334.5141
CIE-Lab43.9485-25.51543.7111

#327361 color RGB value is (50,115,97).

#327361 hex color red value is 50, green value is 115 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #327361 hue: 0.45 , saturation: 0.39 and the lightness value of 327361 is 0.32.

The process color (four color CMYK) of #327361 color hex is 0.57, 0.00, 0.16, 0.55. Web safe color of #327361 is #336666. Color #327361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110011 01100001
Octal 62 163 141
Decimal 50 115 97
Hex 32 73 61

RGB Percentages of Color #327361

%19.08
%43.89
%37.02

CMYK Percentages of Color #327361

%57
%0
%16
%55

Triadic Colors of #327361

#327361 #613273 #736132

Analogous Colors of #327361

#327361 #326573 #327341

Monochromatic Colors of #327361

#327361

Complementary Color

#327361 #733244

#327361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327361 Color CSS Codes

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

#327361 Text Font Color

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

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


#327361 Background Color

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

This div background color is #327361


#327361 Border Color

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

This div border color is #327361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327361


Comments

No comments written yet.

Please login to write comment.