Color Hex Logo

#325238 Color Hex

#325238
(50,82,56)
0 Favorites   0 Comments

Color spaces of #325238

RGB 508256
HSL0.360.240.26
HSV131°39°32°
CMYK 0.390.000.32   0.68
XYZ5.04656.99824.8262
Yxy6.99820.29910.4148
Hunter Lab26.4541-12.24337.7012
CIE-Lab31.8028-18.120411.6384

#325238 color RGB value is (50,82,56).

#325238 hex color red value is 50, green value is 82 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #325238 hue: 0.36 , saturation: 0.24 and the lightness value of 325238 is 0.26.

The process color (four color CMYK) of #325238 color hex is 0.39, 0.00, 0.32, 0.68. Web safe color of #325238 is #336633. Color #325238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010010 00111000
Octal 62 122 70
Decimal 50 82 56
Hex 32 52 38

RGB Percentages of Color #325238

%26.60
%43.62
%29.79

CMYK Percentages of Color #325238

%39
%0
%32
%68

Triadic Colors of #325238

#325238 #383252 #523832

Analogous Colors of #325238

#325238 #325248 #3c5232

Monochromatic Colors of #325238

#325238

Complementary Color

#325238 #52324c

#325238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325238 Color CSS Codes

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

#325238 Text Font Color

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

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


#325238 Background Color

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

This div background color is #325238


#325238 Border Color

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

This div border color is #325238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325238


Comments

No comments written yet.

Please login to write comment.