Color Hex Logo

#325316 Color Hex

#325316
(50,83,22)
0 Favorites   0 Comments

Color spaces of #325316

RGB 508322
HSL0.260.580.21
HSV92°73°33°
CMYK 0.400.000.73   0.67
XYZ4.55356.92261.8552
Yxy6.92260.34160.5193
Hunter Lab26.3108-15.151814.2370
CIE-Lab31.6301-23.706230.6564

#325316 color RGB value is (50,83,22).

#325316 hex color red value is 50, green value is 83 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #325316 hue: 0.26 , saturation: 0.58 and the lightness value of 325316 is 0.21.

The process color (four color CMYK) of #325316 color hex is 0.40, 0.00, 0.73, 0.67. Web safe color of #325316 is #336600. Color #325316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010011 00010110
Octal 62 123 26
Decimal 50 83 22
Hex 32 53 16

RGB Percentages of Color #325316

%32.26
%53.55
%14.19

CMYK Percentages of Color #325316

%40
%0
%73
%67

Triadic Colors of #325316

#325316 #163253 #531632

Analogous Colors of #325316

#325316 #165318 #515316

Monochromatic Colors of #325316

#325316

Complementary Color

#325316 #371653

#325316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325316 Color CSS Codes

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

#325316 Text Font Color

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

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


#325316 Background Color

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

This div background color is #325316


#325316 Border Color

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

This div border color is #325316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325316


Comments

No comments written yet.

Please login to write comment.