Color Hex Logo

#325819 Color Hex

#325819
(50,88,25)
0 Favorites   0 Comments

Color spaces of #325819

RGB 508825
HSL0.270.560.22
HSV96°72°35°
CMYK 0.430.000.72   0.65
XYZ4.98067.72772.1488
Yxy7.72770.33520.5201
Hunter Lab27.7987-16.666614.8761
CIE-Lab33.4092-25.866231.1409

#325819 color RGB value is (50,88,25).

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

The process color (four color CMYK) of #325819 color hex is 0.43, 0.00, 0.72, 0.65. Web safe color of #325819 is #336600. Color #325819 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 00011001
Octal 62 130 31
Decimal 50 88 25
Hex 32 58 19

RGB Percentages of Color #325819

%30.67
%53.99
%15.34

CMYK Percentages of Color #325819

%43
%0
%72
%65

Triadic Colors of #325819

#325819 #193258 #581932

Analogous Colors of #325819

#325819 #195820 #525819

Monochromatic Colors of #325819

#325819

Complementary Color

#325819 #3f1958

#325819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325819 Color CSS Codes

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

#325819 Text Font Color

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

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


#325819 Background Color

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

This div background color is #325819


#325819 Border Color

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

This div border color is #325819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325819


Comments

No comments written yet.

Please login to write comment.