Color Hex Logo

#325530 Color Hex

#325530
(50,85,48)
0 Favorites   0 Comments

Color spaces of #325530

RGB 508548
HSL0.320.280.26
HSV117°44°33°
CMYK 0.410.000.44   0.67
XYZ5.09747.38853.9538
Yxy7.38850.31010.4494
Hunter Lab27.1818-14.094110.4031
CIE-Lab32.6755-21.252117.6942

#325530 color RGB value is (50,85,48).

#325530 hex color red value is 50, green value is 85 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #325530 hue: 0.32 , saturation: 0.28 and the lightness value of 325530 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010101 00110000
Octal 62 125 60
Decimal 50 85 48
Hex 32 55 30

RGB Percentages of Color #325530

%27.32
%46.45
%26.23

CMYK Percentages of Color #325530

%41
%0
%44
%67

Triadic Colors of #325530

#325530 #303255 #553032

Analogous Colors of #325530

#325530 #305541 #455530

Monochromatic Colors of #325530

#325530

Complementary Color

#325530 #533055

#325530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325530 Color CSS Codes

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

#325530 Text Font Color

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

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


#325530 Background Color

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

This div background color is #325530


#325530 Border Color

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

This div border color is #325530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325530


Comments

No comments written yet.

Please login to write comment.