Color Hex Logo

#324539 Color Hex

#324539
(50,69,57)
0 Favorites   0 Comments

Color spaces of #324539

RGB 506957
HSL0.390.160.23
HSV142°28°27°
CMYK 0.280.000.17   0.73
XYZ4.18205.22984.6599
Yxy5.22980.29720.3717
Hunter Lab22.8688-7.37813.9268
CIE-Lab27.3797-10.46494.8349

#324539 color RGB value is (50,69,57).

#324539 hex color red value is 50, green value is 69 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #324539 hue: 0.39 , saturation: 0.16 and the lightness value of 324539 is 0.23.

The process color (four color CMYK) of #324539 color hex is 0.28, 0.00, 0.17, 0.73. Web safe color of #324539 is #333333. Color #324539 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000101 00111001
Octal 62 105 71
Decimal 50 69 57
Hex 32 45 39

RGB Percentages of Color #324539

%28.41
%39.20
%32.39

CMYK Percentages of Color #324539

%28
%0
%17
%73

Triadic Colors of #324539

#324539 #393245 #453932

Analogous Colors of #324539

#324539 #324543 #354532

Monochromatic Colors of #324539

#324539

Complementary Color

#324539 #45323e

#324539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324539 Color CSS Codes

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

#324539 Text Font Color

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

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


#324539 Background Color

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

This div background color is #324539


#324539 Border Color

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

This div border color is #324539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324539


Comments

No comments written yet.

Please login to write comment.