Color Hex Logo

#325829 Color Hex

#325829
(50,88,41)
0 Favorites   0 Comments

Color spaces of #325829

RGB 508841
HSL0.300.360.25
HSV109°53°35°
CMYK 0.430.000.53   0.65
XYZ5.20547.81773.3324
Yxy7.81770.31830.4780
Hunter Lab27.9602-15.698512.5057
CIE-Lab33.6003-23.916122.9579

#325829 color RGB value is (50,88,41).

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

The process color (four color CMYK) of #325829 color hex is 0.43, 0.00, 0.53, 0.65. Web safe color of #325829 is #336633. Color #325829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 00101001
Octal 62 130 51
Decimal 50 88 41
Hex 32 58 29

RGB Percentages of Color #325829

%27.93
%49.16
%22.91

CMYK Percentages of Color #325829

%43
%0
%53
%65

Triadic Colors of #325829

#325829 #293258 #582932

Analogous Colors of #325829

#325829 #295838 #4a5829

Monochromatic Colors of #325829

#325829

Complementary Color

#325829 #4f2958

#325829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325829 Color CSS Codes

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

#325829 Text Font Color

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

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


#325829 Background Color

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

This div background color is #325829


#325829 Border Color

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

This div border color is #325829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325829


Comments

No comments written yet.

Please login to write comment.