Color Hex Logo

#325747 Color Hex

#325747
(50,87,71)
0 Favorites   0 Comments

Color spaces of #325747

RGB 508771
HSL0.430.270.27
HSV154°43°34°
CMYK 0.430.000.18   0.66
XYZ5.86097.94947.1867
Yxy7.94940.27910.3786
Hunter Lab28.1947-12.23544.6235
CIE-Lab33.8773-17.45275.1689

#325747 color RGB value is (50,87,71).

#325747 hex color red value is 50, green value is 87 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #325747 hue: 0.43 , saturation: 0.27 and the lightness value of 325747 is 0.27.

The process color (four color CMYK) of #325747 color hex is 0.43, 0.00, 0.18, 0.66. Web safe color of #325747 is #336633. Color #325747 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010111 01000111
Octal 62 127 107
Decimal 50 87 71
Hex 32 57 47

RGB Percentages of Color #325747

%24.04
%41.83
%34.13

CMYK Percentages of Color #325747

%43
%0
%18
%66

Triadic Colors of #325747

#325747 #473257 #574732

Analogous Colors of #325747

#325747 #325557 #325735

Monochromatic Colors of #325747

#325747

Complementary Color

#325747 #573242

#325747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325747 Color CSS Codes

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

#325747 Text Font Color

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

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


#325747 Background Color

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

This div background color is #325747


#325747 Border Color

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

This div border color is #325747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325747


Comments

No comments written yet.

Please login to write comment.