Color Hex Logo

#327e77 Color Hex

#327E77
(50,126,119)
0 Favorites   0 Comments

Color spaces of #327e77

RGB 50126119
HSL0.480.430.35
HSV174°60°49°
CMYK 0.600.000.06   0.51
XYZ12.106016.931720.0829
Yxy16.93170.24650.3447
Hunter Lab41.1481-19.4936-0.1336
CIE-Lab48.1739-25.0423-3.2017

#327e77 color RGB value is (50,126,119).

#327e77 hex color red value is 50, green value is 126 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #327e77 hue: 0.48 , saturation: 0.43 and the lightness value of 327e77 is 0.35.

The process color (four color CMYK) of #327e77 color hex is 0.60, 0.00, 0.06, 0.51. Web safe color of #327e77 is #336666. Color #327e77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 01110111
Octal 62 176 167
Decimal 50 126 119
Hex 32 7E 77

RGB Percentages of Color #327e77

%16.95
%42.71
%40.34

CMYK Percentages of Color #327e77

%60
%0
%6
%51

Triadic Colors of #327e77

#327e77 #77327e #7e7732

Analogous Colors of #327e77

#327e77 #325f7e #327e51

Monochromatic Colors of #327e77

#327e77

Complementary Color

#327e77 #7e3239

#327e77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327e77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327e77 Color CSS Codes

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

#327e77 Text Font Color

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

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


#327e77 Background Color

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

This div background color is #327e77


#327e77 Border Color

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

This div border color is #327e77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327e77


Comments

No comments written yet.

Please login to write comment.