Color Hex Logo

#325751 Color Hex

#325751
(50,87,81)
0 Favorites   0 Comments

Color spaces of #325751

RGB 508781
HSL0.470.270.27
HSV170°43°34°
CMYK 0.430.000.07   0.66
XYZ6.20888.08869.0186
Yxy8.08860.26630.3469
Hunter Lab28.4405-10.80271.1072
CIE-Lab34.1667-14.8667-0.6869

#325751 color RGB value is (50,87,81).

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

The process color (four color CMYK) of #325751 color hex is 0.43, 0.00, 0.07, 0.66. Web safe color of #325751 is #336666. Color #325751 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010111 01010001
Octal 62 127 121
Decimal 50 87 81
Hex 32 57 51

RGB Percentages of Color #325751

%22.94
%39.91
%37.16

CMYK Percentages of Color #325751

%43
%0
%7
%66

Triadic Colors of #325751

#325751 #513257 #575132

Analogous Colors of #325751

#325751 #324b57 #32573f

Monochromatic Colors of #325751

#325751

Complementary Color

#325751 #573238

#325751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325751 Color CSS Codes

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

#325751 Text Font Color

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

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


#325751 Background Color

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

This div background color is #325751


#325751 Border Color

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

This div border color is #325751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325751


Comments

No comments written yet.

Please login to write comment.