Color Hex Logo

#325048 Color Hex

#325048
(50,80,72)
0 Favorites   0 Comments

Color spaces of #325048

RGB 508072
HSL0.460.230.25
HSV164°38°31°
CMYK 0.380.000.10   0.69
XYZ5.35386.88337.1773
Yxy6.88330.27580.3545
Hunter Lab26.2360-9.48792.1455
CIE-Lab31.5397-13.24691.1740

#325048 color RGB value is (50,80,72).

#325048 hex color red value is 50, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #325048 hue: 0.46 , saturation: 0.23 and the lightness value of 325048 is 0.25.

The process color (four color CMYK) of #325048 color hex is 0.38, 0.00, 0.10, 0.69. Web safe color of #325048 is #336633. Color #325048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010000 01001000
Octal 62 120 110
Decimal 50 80 72
Hex 32 50 48

RGB Percentages of Color #325048

%24.75
%39.60
%35.64

CMYK Percentages of Color #325048

%38
%0
%10
%69

Triadic Colors of #325048

#325048 #483250 #504832

Analogous Colors of #325048

#325048 #324950 #325039

Monochromatic Colors of #325048

#325048

Complementary Color

#325048 #50323a

#325048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325048 Color CSS Codes

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

#325048 Text Font Color

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

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


#325048 Background Color

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

This div background color is #325048


#325048 Border Color

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

This div border color is #325048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325048


Comments

No comments written yet.

Please login to write comment.