Color Hex Logo

#327d53 Color Hex

#327D53
(50,125,83)
0 Favorites   0 Comments

Color spaces of #327d53

RGB 5012583
HSL0.410.430.34
HSV146°60°49°
CMYK 0.600.000.34   0.51
XYZ10.210315.969910.7280
Yxy15.96990.27660.4327
Hunter Lab39.9624-24.327712.0571
CIE-Lab46.9350-33.585616.1346

#327d53 color RGB value is (50,125,83).

#327d53 hex color red value is 50, green value is 125 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #327d53 hue: 0.41 , saturation: 0.43 and the lightness value of 327d53 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111101 01010011
Octal 62 175 123
Decimal 50 125 83
Hex 32 7D 53

RGB Percentages of Color #327d53

%19.38
%48.45
%32.17

CMYK Percentages of Color #327d53

%60
%0
%34
%51

Triadic Colors of #327d53

#327d53 #53327d #7d5332

Analogous Colors of #327d53

#327d53 #327d79 #377d32

Monochromatic Colors of #327d53

#327d53

Complementary Color

#327d53 #7d325c

#327d53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327d53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327d53 Color CSS Codes

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

#327d53 Text Font Color

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

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


#327d53 Background Color

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

This div background color is #327d53


#327d53 Border Color

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

This div border color is #327d53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327d53


Comments

No comments written yet.

Please login to write comment.