Color Hex Logo

#327f4d Color Hex

#327F4D
(50,127,77)
0 Favorites   0 Comments

Color spaces of #327f4d

RGB 5012777
HSL0.390.440.35
HSV141°61°50°
CMYK 0.610.000.39   0.50
XYZ10.244316.39279.6453
Yxy16.39270.28230.4518
Hunter Lab40.4879-25.689514.2171
CIE-Lab47.4855-35.695220.3022

#327f4d color RGB value is (50,127,77).

#327f4d hex color red value is 50, green value is 127 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #327f4d hue: 0.39 , saturation: 0.44 and the lightness value of 327f4d is 0.35.

The process color (four color CMYK) of #327f4d color hex is 0.61, 0.00, 0.39, 0.50. Web safe color of #327f4d is #336666. Color #327f4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111111 01001101
Octal 62 177 115
Decimal 50 127 77
Hex 32 7F 4D

RGB Percentages of Color #327f4d

%19.69
%50.00
%30.31

CMYK Percentages of Color #327f4d

%61
%0
%39
%50

Triadic Colors of #327f4d

#327f4d #4d327f #7f4d32

Analogous Colors of #327f4d

#327f4d #327f74 #3e7f32

Monochromatic Colors of #327f4d

#327f4d

Complementary Color

#327f4d #7f3264

#327f4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327f4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#327f4d Color CSS Codes

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

#327f4d Text Font Color

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

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


#327f4d Background Color

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

This div background color is #327f4d


#327f4d Border Color

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

This div border color is #327f4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327f4d


Comments

No comments written yet.

Please login to write comment.