Color Hex Logo

#325917 Color Hex

#325917
(50,89,23)
0 Favorites   0 Comments

Color spaces of #325917

RGB 508923
HSL0.270.590.22
HSV95°74°35°
CMYK 0.440.000.74   0.65
XYZ5.04247.88472.0668
Yxy7.88470.33630.5259
Hunter Lab28.0797-17.085415.2918
CIE-Lab33.7416-26.528232.4103

#325917 color RGB value is (50,89,23).

#325917 hex color red value is 50, green value is 89 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #325917 hue: 0.27 , saturation: 0.59 and the lightness value of 325917 is 0.22.

The process color (four color CMYK) of #325917 color hex is 0.44, 0.00, 0.74, 0.65. Web safe color of #325917 is #336600. Color #325917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011001 00010111
Octal 62 131 27
Decimal 50 89 23
Hex 32 59 17

RGB Percentages of Color #325917

%30.86
%54.94
%14.20

CMYK Percentages of Color #325917

%44
%0
%74
%65

Triadic Colors of #325917

#325917 #173259 #591732

Analogous Colors of #325917

#325917 #17591d #535917

Monochromatic Colors of #325917

#325917

Complementary Color

#325917 #3e1759

#325917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325917 Color CSS Codes

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

#325917 Text Font Color

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

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


#325917 Background Color

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

This div background color is #325917


#325917 Border Color

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

This div border color is #325917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325917


Comments

No comments written yet.

Please login to write comment.