Color Hex Logo

#324d59 Color Hex

#324D59
(50,77,89)
0 Favorites   0 Comments

Color spaces of #324d59

RGB 507789
HSL0.550.280.27
HSV198°44°35°
CMYK 0.440.130.00   0.65
XYZ5.77246.707110.4416
Yxy6.70710.25180.2926
Hunter Lab25.8981-5.5359-5.7759
CIE-Lab31.1306-6.6129-10.2849

#324d59 color RGB value is (50,77,89).

#324d59 hex color red value is 50, green value is 77 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #324d59 hue: 0.55 , saturation: 0.28 and the lightness value of 324d59 is 0.27.

The process color (four color CMYK) of #324d59 color hex is 0.44, 0.13, 0.00, 0.65. Web safe color of #324d59 is #336666. Color #324d59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001101 01011001
Octal 62 115 131
Decimal 50 77 89
Hex 32 4D 59

RGB Percentages of Color #324d59

%23.15
%35.65
%41.20

CMYK Percentages of Color #324d59

%44
%13
%0
%65

Triadic Colors of #324d59

#324d59 #59324d #4d5932

Analogous Colors of #324d59

#324d59 #323959 #325952

Monochromatic Colors of #324d59

#324d59

Complementary Color

#324d59 #593e32

#324d59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324d59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324d59 Color CSS Codes

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

#324d59 Text Font Color

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

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


#324d59 Background Color

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

This div background color is #324d59


#324d59 Border Color

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

This div border color is #324d59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324d59

#324d59 Color Palettes


Comments

No comments written yet.

Please login to write comment.