Color Hex Logo

#325508 Color Hex

#325508
(50,85,8)
0 Favorites   0 Comments

Color spaces of #325508

RGB 50858
HSL0.240.830.18
HSV87°91°33°
CMYK 0.410.000.91   0.67
XYZ4.60777.19261.3752
Yxy7.19260.34970.5459
Hunter Lab26.8190-16.265715.7331
CIE-Lab32.2414-25.623736.5985

#325508 color RGB value is (50,85,8).

#325508 hex color red value is 50, green value is 85 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #325508 hue: 0.24 , saturation: 0.83 and the lightness value of 325508 is 0.18.

The process color (four color CMYK) of #325508 color hex is 0.41, 0.00, 0.91, 0.67. Web safe color of #325508 is #336600. Color #325508 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010101 00001000
Octal 62 125 10
Decimal 50 85 8
Hex 32 55 8

RGB Percentages of Color #325508

%34.97
%59.44
%5.59

CMYK Percentages of Color #325508

%41
%0
%91
%67

Triadic Colors of #325508

#325508 #083255 #550832

Analogous Colors of #325508

#325508 #0b5508 #555208

Monochromatic Colors of #325508

#325508

Complementary Color

#325508 #2b0855

#325508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325508 Color CSS Codes

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

#325508 Text Font Color

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

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


#325508 Background Color

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

This div background color is #325508


#325508 Border Color

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

This div border color is #325508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325508


Comments

No comments written yet.

Please login to write comment.