Color Hex Logo

#325528 Color Hex

#325528
(50,85,40)
0 Favorites   0 Comments

Color spaces of #325528

RGB 508540
HSL0.300.360.25
HSV107°53°33°
CMYK 0.410.000.53   0.67
XYZ4.94697.32833.1613
Yxy7.32830.32050.4747
Hunter Lab27.0708-14.755012.0258
CIE-Lab32.5429-22.555022.2244

#325528 color RGB value is (50,85,40).

#325528 hex color red value is 50, green value is 85 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #325528 hue: 0.30 , saturation: 0.36 and the lightness value of 325528 is 0.25.

The process color (four color CMYK) of #325528 color hex is 0.41, 0.00, 0.53, 0.67. Web safe color of #325528 is #336633. Color #325528 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010101 00101000
Octal 62 125 50
Decimal 50 85 40
Hex 32 55 28

RGB Percentages of Color #325528

%28.57
%48.57
%22.86

CMYK Percentages of Color #325528

%41
%0
%53
%67

Triadic Colors of #325528

#325528 #283255 #552832

Analogous Colors of #325528

#325528 #285535 #495528

Monochromatic Colors of #325528

#325528

Complementary Color

#325528 #4b2855

#325528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325528 Color CSS Codes

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

#325528 Text Font Color

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

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


#325528 Background Color

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

This div background color is #325528


#325528 Border Color

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

This div border color is #325528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325528


Comments

No comments written yet.

Please login to write comment.